Challenge: Build a Personal Introduction Web Page
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:
- Use an
<h1>element for the main heading. The text should sayWelcome to My Website. - Use an
<h2>element for a subheading. The text should sayAbout Me. - Use a
<p>element to write a brief paragraph introducing yourself, including:- Your name;
- Your hobbies.
index.html
- Use
h1tag to create the main heading. - Use
h2tag to create the subheading. - Use
ptag to create the paragraph.
index.html
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 6
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 2.56
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:
- Use an
<h1>element for the main heading. The text should sayWelcome to My Website. - Use an
<h2>element for a subheading. The text should sayAbout Me. - Use a
<p>element to write a brief paragraph introducing yourself, including:- Your name;
- Your hobbies.
index.html
- Use
h1tag to create the main heading. - Use
h2tag to create the subheading. - Use
ptag to create the paragraph.
index.html
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 6