Learn, code, deploy & earn! Each lesson unlocks the next.
Declares this document as HTML5 so browsers know how to render it.
Root element that wraps all HTML content.
Contains metadata like <title>, <meta> tags, CSS links, scripts.
Specifies the title shown in browser tab.
Contains all visible content like headings, paragraphs, images.
Change "Your Name" to your real name and write a paragraph about why you want to code.
Headings; <h1> is the largest/main heading, <h6> is smallest.
Paragraph tag for blocks of text.
Add an <h1> and a <p> about your coding goals.
Displays an image. 'src' is the image path, 'alt' is alternative text.
Anchor tag creates hyperlinks to other pages or sites.
Add an image and a link to your favorite coding resource.
Defines thematic sections of a page.
Generic container to group elements for layout and styling.
Use <section> and <div> to organize your page into at least 2 sections.
Deploy your project online and learn to monetize your skills.