Challenge: Master Text Markup
Task
Create an HTML document about yourself.
- Include the main heading with your name.
- Specify three headings for bio, hobbies, and skills.
- Add paragraphs about your short bio, hobbies, and skills.
index.html
Hint
- Step 1: Use
<h1>
tag to create the main heading for your name. - Step 2: Use
<h2>
tag to create a subheading for your bio. - Step 3: Add another
<h2>
tag for hobbies, e.g., "Hobbies". - Step 4: Use
<p>
tag to add a paragraph describing your hobbies. - Step 5: Add another
<h2>
tag for skills, e.g., "Skills". - Step 6: Add another
<p>
tag for your skills.
index.html
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 4
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Suggested prompts:
Can you show me an example of how the HTML document should look?
What should I include in my bio, hobbies, and skills sections?
Do you have any tips for making my HTML document more visually appealing?
Awesome!
Completion rate improved to 3.13
Challenge: Master Text Markup
Swipe to show menu
Task
Create an HTML document about yourself.
- Include the main heading with your name.
- Specify three headings for bio, hobbies, and skills.
- Add paragraphs about your short bio, hobbies, and skills.
index.html
Hint
- Step 1: Use
<h1>
tag to create the main heading for your name. - Step 2: Use
<h2>
tag to create a subheading for your bio. - Step 3: Add another
<h2>
tag for hobbies, e.g., "Hobbies". - Step 4: Use
<p>
tag to add a paragraph describing your hobbies. - Step 5: Add another
<h2>
tag for skills, e.g., "Skills". - Step 6: Add another
<p>
tag for your skills.
index.html
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 4