Forums

HTML 5 Navigations (1 post)

  1. steven4651
    Member
    Posted 6 months ago #

    Is there a way to format the HTML markup like the following using the wp_nav_menu(); function? :-

    <nav>
      <a href="/html/">HTML</a> |
      <a href="/html5/">HTML5</a> |
      <a href="/css/">CSS</a> |
      <a href="/css3/">CSS3</a> |
      <a href="/js/">JavaScript</a>
    </nav>

    (http://www.w3schools.com/html5/tag_nav.asp).

Reply

You must log in to post.

About this Topic