HTML+
If Svelte was just HTML, it wouldn’t be very useful or exciting.
We probably need some logic and CSS, to start with. The nice thing about being HTML-centric is that we have somewhere to put that stuff — <script> and <style> elements.
As we like to say, HTML stands for ‘HTML, The Mother Language’.
Svelte extends the language to make it suitable for describing interactive state-driven UI. To learn more, we’ll go over to…