element."/> element.">

Home  >  Article  >  Web Front-end  >  HTML

HTML

(*-*)浩
(*-*)浩Original
2019-12-12 14:52:373000browse

HTML c787b9a589a3ece771e842a6176cf8e9 tag

HTML <nav> tag function

##Internet Explorer 9, Firefox, Opera, Chrome and Safari support the c787b9a589a3ece771e842a6176cf8e9 tag .

Note: Internet Explorer 8 and earlier versions do not support the c787b9a589a3ece771e842a6176cf8e9 tag.                                                  (Recommended learning: html tutorial)

Definition and usage

##c787b9a589a3ece771e842a6176cf8e9 tag defines the part of the navigation link.

Differences between HTML 4.01 and HTML 5

Thec787b9a589a3ece771e842a6176cf8e9 tag is a new tag in HTML 5.

Tips

Tips:

If there is a "before and after" button in the document, it should be placed in the c787b9a589a3ece771e842a6176cf8e9 element middle.

Example

<!DOCTYPE html>
<html>
<body>

<nav>
<a href="/html/">HTML</a> |
<a href="/css/">CSS</a> |
<a href="/js/">JavaScript</a> |
<a href="/jquery/">jQuery</a>
</nav>

</body>
</html>

The above is the detailed content of HTML

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn