In HTML5, this section only contains navigation links

WBOY
Release: 2023-09-08 17:29:02
forward
1041 people have browsed it

In HTML5, this section only contains navigation links

HTML

Example

<!DOCTYPE html>
<html>
   <head>
      <title>HTML Nav Tag</title>
   </head>
   <body>
      <p>Database Tutorials:</p>
      <nav>
         <a href = "dbms/index.htm">DBMS</a> |
         <a href = "mongodb/index.htm">MongoDB</a> |
         <a href = "mysql/index.htm">MySQL</a> |
         <a href = "plsql/index.htm">PL/SQL</a> |
         <a href = "sql/index.htm">SQL</a>
      </nav>
   </body>
</html>
Copy after login

The above is the detailed content of In HTML5, this section only contains navigation links. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:tutorialspoint.com
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template