element."/> element.">

Home  >  Article  >  Web Front-end  >  HTML

HTML

(*-*)浩
(*-*)浩Original
2019-10-18 15:47:562471browse

HTML c787b9a589a3ece771e842a6176cf8e9 Tag

HTML <nav> tag

##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.

Tip

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

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
Previous article:The origin of HTMLNext article:The origin of HTML

Related articles

See more