HTML | The School of Code

Settings

Appearance

Choose a typography theme that suits your style

HTML

Learn the building blocks of web pages.

1

Headings

HTML has 6 heading levels, from <h1> (largest) to <h6> (smallest).

Example

Run this example to see how it works and then try the exercise.

Loading...
Output
Click "Run" to see the example in action...
Exercise

Your task: Create an h1 heading with the text "Welcome"

Loading...
Output
Click "Run" to execute your code...
Quiz

Which tag creates the largest heading?

SUMMARY

In this section, you learned how to create headings. Next, you'll learn how to create paragraphs.

2

Paragraphs

The <p> tag creates a paragraph of text.

Example

Run this example to see how it works and then try the exercise.

Loading...
Output
Click "Run" to see the example in action...
Exercise

Your task: Create a paragraph with the text "I love coding"

Loading...
Output
Click "Run" to execute your code...
Quiz

What does the <p> tag create?

SUMMARY

In this section, you learned how to create paragraphs. Next, you'll learn how to format text.

3

Text Formatting

Use <strong> for bold and <em> for italic text.

Example

Run this example to see how it works and then try the exercise.

Loading...
Output
Click "Run" to see the example in action...
Exercise

Your task: Create a paragraph where "awesome" is bold

Loading...
Output
Click "Run" to execute your code...
Quiz

Which tag makes text italic?

SUMMARY

In this section, you learned how to format text. Next, you'll learn how to create links.

Unlock 10 More Lessons

You've completed the free preview! Upgrade to Pro to access all 12 lessons in this course, plus advanced projects and certificates.

Locked lessons:
  • Links
  • Images
  • Unordered Lists
  • Ordered Lists
  • Divs and Spans
  • Input Fields
  • Buttons
  • Forms
  • Tables
Headings 1
Paragraphs 2
Text Formatting 3
Unlock 10 more lessons Access all content with Pro
Upgrade
Links 4 Images 5 Unordered Lists 6 Ordered Lists 7 Divs and Spans 8 Input Fields 9 Buttons 10 Forms 11 Tables 12

Reset Progress?

Are you sure you want to reset all progress for this course? This action cannot be undone.