Beginner Codes/HTML & CSS/Headings & Paragraphs
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/315 XP
❴❵ script.html
html.code
html
Loading...
Terminal
Terminal — html
Beginner Codes Terminal v1.0.0
─────────────────────────────────────
Ready. Click "Run Code" to execute...
Ready
Piston APIHTML0 lines