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

Challenge 3: Text MarkupChallenge 3: Text Markup

🏁 Goal

Create a captivating web page featuring your favorite movies using HTML elements, including an unordered list (<ul>), an <h1> heading, and multiple paragraph elements (<p>).

content

📋 Task

Use the following elements to showcase your favorite movies:

  1. Use an <h1> element for the main heading. The text should say My Favorite Movies.
  2. Use a <ul> element to create an unordered list of at least 3 movie titles. Each movie title should be a list item (<li>).
  3. After the <ul> element, use multiple <p> elements to write a brief description of each movie. Each movie's description should be placed in its paragraph.
html

index.html

css

index.css

js

index.js

  1. Use h1 tag to create the main heading.
  2. Use ul tag to create the unordered list.
  3. Use li tag to create the item of the unordered list.
  4. Use p tag to create the paragraph.
html

index.html

css

index.css

js

index.js

Tudo estava claro?

Seção 2. Capítulo 8

Challenge 3: Text MarkupChallenge 3: Text Markup

🏁 Goal

Create a captivating web page featuring your favorite movies using HTML elements, including an unordered list (<ul>), an <h1> heading, and multiple paragraph elements (<p>).

content

📋 Task

Use the following elements to showcase your favorite movies:

  1. Use an <h1> element for the main heading. The text should say My Favorite Movies.
  2. Use a <ul> element to create an unordered list of at least 3 movie titles. Each movie title should be a list item (<li>).
  3. After the <ul> element, use multiple <p> elements to write a brief description of each movie. Each movie's description should be placed in its paragraph.
html

index.html

css

index.css

js

index.js

  1. Use h1 tag to create the main heading.
  2. Use ul tag to create the unordered list.
  3. Use li tag to create the item of the unordered list.
  4. Use p tag to create the paragraph.
html

index.html

css

index.css

js

index.js

Tudo estava claro?

Seção 2. Capítulo 8
some-alt