- www.mycodingclasses.com
Every webpage starts with an HTML document that organizes content.
- www.mycodingclasses.com
This line tells browsers the page uses HTML5.
- www.mycodingclasses.com
Contains everything that appears on a webpage.
- www.mycodingclasses.com
Holds metadata, title, and links to scripts or styles.
- www.mycodingclasses.com
Text inside <title> shows on the browser tab.
- www.mycodingclasses.com
Everything users see on the page goes inside <body>.
- www.mycodingclasses.com
HTML has six heading sizes, <h1> being the largest.
- www.mycodingclasses.com
_blank makes the link open in a new browser tab.
- www.mycodingclasses.com
Moves text to a new line without starting a new paragraph.
