Challenge: Design a Movie Showcase Web Page
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>
).
Task
Use the following elements to showcase your favorite movies:
- Use an
<h1>
element for the main heading. The text should sayMy Favorite Movies
. - Use a
<ul>
element to create an unordered list of at least 3 movie titles. Each movie title should be a list item (<li>
). - 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.
index.html
- Use
h1
tag to create the main heading. - Use
ul
tag to create the unordered list. - Use
li
tag to create the item of the unordered list. - Use
p
tag to create the paragraph.
index.html
Thanks for your feedback!
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Can you show me an example of how the HTML code should look?
Can you help me write descriptions for each movie?
Can you suggest some popular movies to include in my list?
Awesome!
Completion rate improved to 2.56
Challenge: Design a Movie Showcase Web Page
Swipe to show menu
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>
).
Task
Use the following elements to showcase your favorite movies:
- Use an
<h1>
element for the main heading. The text should sayMy Favorite Movies
. - Use a
<ul>
element to create an unordered list of at least 3 movie titles. Each movie title should be a list item (<li>
). - 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.
index.html
- Use
h1
tag to create the main heading. - Use
ul
tag to create the unordered list. - Use
li
tag to create the item of the unordered list. - Use
p
tag to create the paragraph.
index.html
Thanks for your feedback!