Three New tags

This is a menu tag .
the menu tag defines an unordered list of content. use the menu tag together with li tag to create menu items as the example below shows.

  • coffee
  • Tea
  • Milk



  • the code that produced the out above looks like this.
    menu { display: block; disk; margin-block-start: 1em; margin-block-end: 1em; paddinng-incline-start: 40px; i found this tag at w3schools.com/tags/tags.
    (this is a summarytag) the summary tag defines a visble heading for the details element. the heading can be clicked to toggle the details element. a hot dog is a food consisting of a grilled or fried bun, sandwich filling, and condiments.

    Example of code details > summary { paddi.ng: 4 px; margin: 0 px; box-shadow: 1px 1px 2px #bbbbbb; (this is a time tag ) the (time tag) defines a time (or date) within a document.

    The time tag is most often used to display the current time.

    open from to there is no extra code for this time tag