Type: | Heading Tags |
---|---|
Attributes: | |
See: | bookmark head |
The bookmarklist tag contains the list of bookmarks defined in the document. The head tag of the document may optionally contain a single bookmarklist element, which in turn may contain one or more bookmark tags.
<head> <bookmarklist> <bookmark name="Chapter 1" href="#Chapter1"/> <bookmark name="Chapter 2" href="#Chapter2"/> <bookmark name="Chapter 3" href="#Chapter3"> <bookmark name="Table 1 in Chapter 3" href="#Table31"/> </bookmark> </bookmarklist> </head>