Das
HTML
<!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>
Das obige ist der detaillierte Inhalt vonIn HTML5 enthält dieser Abschnitt nur Navigationslinks. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!