33%
Instructions
Headings and Paragraphs 📝
Now let's use actual HTML tags!
Headings
Headings are used for titles or subtitles. There are 6 levels of headings: <h1> to <h6>.
<h1> is the biggest and most important heading.
<h1>This is a main title</h1>
<h2>This is a subtitle</h2>
Paragraphs
To write a regular block of text, we use the paragraph tag: <p>.
<p>This is a paragraph of text.</p>
Instructions
Create an <h1> tag that says Welcome to my site.
Below it, create a <p> tag that says I am learning HTML..
Help
Headings & ParagraphsExercise 2/3 • 15 XP
❴❵ script.html
Terminal