Skip to main content

Create a webpage to show the dinner menu for a restaurant. Use Cascading menu (using CSS2.0) to display dinner menu.

Tags and attributes used:

  • The :hover selector is used to select elements when you mouse over them.
  • The <iframe> tag specifies an inline frame.
    An inline frame is used to embed another document within the current HTML document.
  • The <font> tag specifies the font face, font size, and color of text.
  • Setting the style of an HTML element, can be done with the style attribute.



Screenshots:




Comments

Post a Comment