element."/> element.">
Home > Article > Web Front-end > HTML
HTML c787b9a589a3ece771e842a6176cf8e9 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