- HTML (Hyper Text Markup Language) It is a markup language that defines the structure of your content.
- To structure a web page and itâs contents such as paragraphs, bullet points, images and data tables.
- It gives us an understanding of how basic websites are done.
- It designates where an elementâs content starts and ends.
- Consists of the name of an element (i.e.P) wrapped in opening and closing brackets.
- It contains extra info about the element that you donât want to appear in the actual content.
-
Doctype ID's document as HTML
HTML Element - Wraps all content
Head Element - Container for all non-content, but included in html doc such as keywords, page description, etc.
Character Set - Sets the document character set
Title Element - Sets the title of your page, which appears in browser tab, etc.
<'body> Body Element - Contains all the content that you want to show to web users when they visit your page, i.e. text, images, etc.