A list of hints for the challenges in the Marquees lesson.
Last updated - July 23, 2024
Checkpoint |
<marquee> </marquee> Directions are left, right, up, or down. <marquee direction=" "> Scrollamounts are a number value. <marquee scrollamount=" "> Behaviors are scroll, alternate, or slide. <marquee behavior=" "> |
News Banner |
Do you have a heading tag for Local? <h1> </h1> Do you have a heading tag for National? <h1> </h1> Do you have a heading tag for Global? <h1> </h1> Do you have a heading tag for Sports? <h1> </h1> Do you have an image for each heading tag? <img src=" "> Did you include direction, scrollamount, and behavior in that order? <marquee direction=" " scrollamount=" " behavior=" "> Do you have a heading tag for Politics? <h1> </h1> |
Marquee Mania! |
Do you have 4 marquees with direction=" "? Do you have 5 marquees with scrollamount=" "? (scrollamount is one word) Do you have 3 marquee tags with behavior=" "? Do you have a total of at least 12 marquee tags? <marquee> </marquee> |
Mesmerizing Marquee |
scrollamount="1px" Do you have 7 marquees with direction="down"? Do you have 7 marquees with behavior="alternate"? Do you have a total of 21 marquees? |
Reminder Site |
Do you have a header with Item #1: ? <h1> </h1> Do you have a header with Item #2: ? <h1> </h1> Do you have a header with Item #3: ? <h1> </h1> Do you have an <img src=" " > for each header? Remember a link uses <a href=" " > Does your marquee begin with Item #1 Reminder? <marquee> Does your marquee begin with Item #2 Reminder? <marquee> Does your marquee begin with Item #3 Reminder? <marquee> |
Journal Entry |
Do you have a header tag? <h1> </h1> Do you have a marquee tag with date, weather, and temperature in that order? <marquee> Do you have a paragraph tag? <p> </p> Do you have an image tag? <img src=" "> |
For more help with HTML, check out our HTML Cheatsheet!