How To Install Sweltejs ?

In this article, we will briefly introduce you to the Svelte framework. We will see how Svelte works and what makes it different from the rest of the frameworks and tools we have seen so far. Then we’ll learn how to set up our development environment, create a sample application, understand the project structure, and see how to run it locally and compile it for production.… En savoir plus

How to use HTML ?

Although modern browsers do not support any of these tags now, exploring all of the available elements is still useful. This section will talk about the most commonly used HTML tags and two main elements : block level elements and inline elements.
Web pages and applications have a number of elements that structure the content of a web page or application – HTML is the foundation of most web pages – it is how we tell browsers to organize content into headings, headings, paragraphs, images, links, lists, forms, tables and more.… En savoir plus