Homework - 3 new tags

explain

Fist Tag- menu item list

  • Coffee
  • Tea
  • Milk
  • The code that produced the output above looks like this:
    <menu>
    <li>Coffee</li>
    <li>Tea</li>
    <li>Milk</li>
    </menu>

    I found this tag at https://www.w3schools.com/tags/tag_menu.asp


    Second Tag - Bouncing text

    explain

    This is what is considered bouncing text. Pretty cool!

    The code that produced the output above looks like this:
    <marquee behavior="alternate">
    This is what is considered bouncing text. Pretty cool!
    </marquee>

    I found this tag at https://www.html.am/html-codes/marquees/bouncing-text.cfm


    Third Tag - <del>Delete</del>

    explain

    My favorite color is blue red!

    The code that produced the output above looks like this:
    My favorite color is <del>blue</del> <ins>red</ins>!

    I found this at https://www.geeksforgeeks.org/html-computer-code-elements/#code-tag