Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Menu's in HTML

Menu's in HTML

Scheduled Pinned Locked Moved Web Development
questionhtmltutorial
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    BobInNJ
    wrote on last edited by
    #1

    When developing (a relatively simple) web page, what is the best way to add a menu to it. I noticed that the HTML tag

    has been depreciated. I also see that it has been brought back in HTML 5.0 so I am a bit confused. Please comment. Also could somebody point me to a good tutorial on menus in HTML? Thanks, Bob

    D V B 3 Replies Last reply
    0
    • B BobInNJ

      When developing (a relatively simple) web page, what is the best way to add a menu to it. I noticed that the HTML tag

      has been depreciated. I also see that it has been brought back in HTML 5.0 so I am a bit confused. Please comment. Also could somebody point me to a good tutorial on menus in HTML? Thanks, Bob

      D Offline
      D Offline
      David Mujica
      wrote on last edited by
      #2

      You may want to consider looking a Bootstrap for developing web pages. A good reference site is: W3schools.com

      1 Reply Last reply
      0
      • B BobInNJ

        When developing (a relatively simple) web page, what is the best way to add a menu to it. I noticed that the HTML tag

        has been depreciated. I also see that it has been brought back in HTML 5.0 so I am a bit confused. Please comment. Also could somebody point me to a good tutorial on menus in HTML? Thanks, Bob

        V Offline
        V Offline
        V 0
        wrote on last edited by
        #3

        [jQuery](http://jquery.com/) has a nice and easy menu. Look in the [jQuery UI](https://jqueryui.com/). It helps if you have knowledge of javascript and css. (before you download the library, you can define your own custom stylesheet attached to it) of course there are other libraries or you can download pure html/css examples.

        V.

        1 Reply Last reply
        0
        • B BobInNJ

          When developing (a relatively simple) web page, what is the best way to add a menu to it. I noticed that the HTML tag

          has been depreciated. I also see that it has been brought back in HTML 5.0 so I am a bit confused. Please comment. Also could somebody point me to a good tutorial on menus in HTML? Thanks, Bob

          B Offline
          B Offline
          Bohdan Stupak
          wrote on last edited by
          #4

          If you're asking what is the easiest way to implement then consider comments above. Although there is a belief that it's not necessary to load a huge CSS framework or JS library for such a simple task (keep in mind that not all users access your site from a laptop or via good internet, so huge CSS/JS libraries may cause unresponsiveness for quite a long amount of time which will negatively affect UX). If you're asking instead what is the most appropriate HTML tag - consider nav Although you can really get away without it, the whole HTML5 thing is about tags that have some semantics behind them, showing what the part of a markup really does.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups