A list of hints for the challenges in the Videos lesson.
Last updated - July 23, 2024
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 heading tag for Supplies? <h1> </h1> Do you have a heading 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 heading 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 heading for "Things to do in (place)?" Do you have 3 heading of things to do in your place? Do you have a heading with "Food in (place)"? Do you have 4 total images? Do you have 4 total videos? |
Funny Website |
Did you include a heading tag for a funny joke? Did you include a heading tag for a funny picture? Did you include a heading 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 heading for "My famous figure: " Do you have a heading for "Born: "? Do you have a heading 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!