The Web: HTML & CSS
🧱 HTML: the structure of the web
The tags that give structure to a page: text, headings, lists, links and images.
What you'll learn
- Lay out a page's content by nesting HTML elements (
<p>,<strong>…) - Structure text with hierarchical headings (
<h1>–<h6>), paragraphs and lists (<ul>,<ol>,<li>) - Create links with
<a href>and insert images with<img>using thesrcandaltattributes
Lessons
What is HTML?Tags, elements and the structure of a page. Headings, paragraphs and listsStructuring text content. Links and imagesConnecting pages and showing images with attributes.Practice this module in the app
DevPath is a hands-on course: you read the theory here; in the app you put it into practice with exercises that really run, offline.
Start free in the app →