HTML · BEGINNER

Build Your First Website

Create a semantic web page and understand how HTML gives a website its structure.

1. Create the document

Start with a file named index.html and use the standard HTML document structure.

2. Add meaningful content

Use headings, paragraphs, links, images and lists to describe the page.

3. Make it accessible

Use descriptive link text, useful image alt text and a logical heading order.

4. Connect CSS

Create a css folder and link a stylesheet so presentation stays separate from structure.

5. Test it

Open the page in a browser and check mobile and desktop layouts before publishing.