Challenge Hints: Videos

A list of hints for the challenges in the Videos lesson.

Last updated - July 12, 2023

Checkpoint

Use the iframe opening and closing tags <iframe></iframe>

Try putting a link to a youtube video in the src <iframe></iframe>

How to Build a Treehouse

Remember: background-image:url(' ')

<h1>   </h1>

Do you have a header tag for Supplies? <h1>  </h1>

Do you have a header for Some Trees that would be Good for Treehouses?  <h1>   </h1>

Does your unordered list have <li> tags for the list items?  

Remember: <img src=" ">

Right click on the video and select "Copy Embed Code" <iframe></iframe>

How It's Made

Does your <body> tag have background-image:url(' ')?

Do you have a header that introduces what object you are showing?

Do you have a tag to introduce what materials go into your object?

Do you have at least 3 list items to show what materials went into your object?

Do you have an image?

Do you have a video to help show how it's made?

Travel Site

Did you create a header for "Things to do in (place)?"

Do you have 3 headers of things to do in your place?

Do you have a header with "Food in (place)"?

Do you have 4 total images?

Do you have 4 total videos?

Funny Website

Did you include a header tag for a funny joke?

Did you include a header tag for a funny picture?

Did you include a header tag for a funny video?

Do you have a paragraph tag?

Do you have an image tag?

Do you have an iframe tag?

Famous Figures

Do you have a header for "My famous figure: "

Do you have a header for "Born: "?

Do you have a header for "Things the famous figure was known for: "?

Do each of your list items have their own <li> tag?

Do you have an image tag?

Do you have an <iframe> tag?

Ultimate Movie Theater

<h1>   </h1>

<img src = "   ">

<iframe>

 <a href=" " target="_blank">

For more help with HTML, check out our HTML Cheatsheet!