What is CSS and HTML?


In web development you use HTML and CSS to create the content in web sites. HTML defines the elements to place the content in and CSS defines the positioning and spacings of the elements and styles such as colors and fonts. To add functionality to the site JavaScript is usually also used.

Semantic markup tags for the section on a article page
In semantic markup HTML tags such as <article> and <header> are used when creating the structure.

Go to webdevelopment basics guide