Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge 2: Text Markup | Tags and Attributes

Challenge 2: Text MarkupChallenge 2: Text Markup

🏁 Goal

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

content

📋 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.
html

index.html

css

index.css

js

index.js

  1. Use h1tag to create the main heading.
  2. Use h2 tag to create the subheading.
  3. Use p tag to create the paragraph.
html

index.html

css

index.css

js

index.js

Everything was clear?

Section 2. Chapter 7

Challenge 2: Text MarkupChallenge 2: Text Markup

🏁 Goal

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

content

📋 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.
html

index.html

css

index.css

js

index.js

  1. Use h1tag to create the main heading.
  2. Use h2 tag to create the subheading.
  3. Use p tag to create the paragraph.
html

index.html

css

index.css

js

index.js

Everything was clear?

Section 2. Chapter 7
some-alt