Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Build a Personal Introduction Web Page | HTML Tags and Attributes
Ultimate HTML

Challenge: Build a Personal Introduction Web Page

Swipe to show menu

Goal

Introduce yourself to the world by creating a web page with multiple heading elements (<h1>, <h2>) and paragraph elements (<p>).

Task

Use the following elements to craft your captivating introduction:

  1. Use an <h1> element for the main heading. The text should say Welcome to My Website.
  2. Use an <h2> element for a subheading. The text should say About Me.
  3. Use a <p> element to write a brief paragraph introducing yourself, including:
    • Your name;
    • Your hobbies.
index.html

index.html

Hint
expand arrow
  1. Use the <h1> tag to create the main heading;
  2. Use the <h2> tag to create the subheading;
  3. Use the <p> tag to create the paragraph.
Solution
expand arrow
<h1>Welcome to My Website</h1>
<h2>About Me</h2>
<p>My name is YOUR NAME</p>
<p>My hobbies are: YOUR HOBBIES</p>
Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 2. Chapter 7

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

Section 2. Chapter 7
some-alt