HTML"."/> HTML".">

Home >Web Front-end >HTML Tutorial >What is the function of nav?

What is the function of nav?

藏色散人
藏色散人Original
2020-03-29 09:36:094571browse

What is the function of nav?

What is the function of nav?

HTML

Definition and Usage

The

Differences between HTML 4.01 and HTML 5

The

Tips and Notes

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

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>

Effect:

What is the function of nav?

(Video tutorial recommendation: html video tutorial)

Note: Internet Explorer 8 and earlier versions do not support the

The above is the detailed content of What is the function of nav?. For more information, please follow other related articles on the PHP Chinese website!

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