Learn HTML Basics for Beginners in Just 15 Minutes
Tags
- Header1
- Paragraph
Steps
Step 1
Document metadata
Metadata elements are not rendered to your webpage, rather they are used by the browser to provide extra information to your webpage like a title and icon in the browser tab bar or a description of your website
Step 2
Content sectioning
Sectioning tags are necessary for your browser to correctly understand the structure of your webpage. Correct webpage sectioning helps in areas like Search Engine Optimization. Note that the way that you section your webpage does NOT have to be exactly how the webpage is structured visually, rather think of your section elements as a guide to your web browser on how your page should be interpreted.