Quest 1 • Lesson 1
Building Your First Header
Think of HTML as the skeleton of a house. Before we paint the walls (CSS), we need to put up the structure.
"Every web page starts with a simple set of tags that tell the browser what is a header and what is a paragraph."
index.html
<h1>Hello World</h1>
<p>This is my first mobile web page.</p>
<p>This is my first mobile web page.</p>