HTML as the structure layer
HTML tells the browser what each piece of content means: heading, paragraph, link, list, image, table or form field.
<h1>My Learning Profile</h1>
<p>I am learning web development step by step.</p>
Real-life example: A profile page uses headings for sections, lists for skills and links for projects.
Why this matters: It helps you give the Personal Learning Profile Page clear structure and meaning.
How to understand this example: Read it from top to bottom. First notice the key word, then notice the value, element or result it controls.
| Key word | Simple meaning | Why we use it | Tiny example |
|---|---|---|---|
| HTML as the structure layer | The main idea in this part of the lesson | It gives you one building block for the final project | <h1>My Learning Profile</h1> <p>I am learning web d... |
| example | A small sample that shows the idea | It helps you see how the concept looks in practice | <h1>My Learning Profile</h1> <p>I am learning web d... |
| mini-project task | A small build step after the exercise | It turns the lesson into part of the Personal Learning Profile Page | Personal Learning Profile Page |
Quick exercise
Name three types of content you would put on a personal learning page.
Mini-project task
Write the goal of your Personal Learning Profile Page.