<PERSON></PERSON>
Display text as the name of a person
Element is used to mark a section of text as a name of a person.
<html>
<head>
<title>Some Title</title>
</head>
<body>
.
.
==>> <PERSON>Pocahantas</PERSON>
.
.
</body>
</html>
The tag is intended to identify the names of people so they could be extracted from the
document by some indexing program.
- HTML 3.0 Draft
- Adds the language elements.
- Attributes common to almost all of the tags permitted in the document body include ID,
LANG and CLASS. You probably won't be using any of these
tags for a while but I've included them so you know they are coming.
- ID
- A name to be used as a target for links or for naming particular elements in a style
sheet. These take the place of the HTML 2.0 <A NAME="somename">Some
Name</A> construct that defines internal document links.
- LANG
- An ISO standard language abbreviation that defines language specific elements to be
used.
- CLASS
- Used to assign a class name to a tag.
- An example of these attributes in use is:
- <PERSON ID="topicone" LANG="en-US"
CLASS=section>Pocahantas</PERSON>
Netscape
Nothing special.
Microsoft IE
Nothing special.
Internationalization
Nothing special.
The Rusk Family
. . . "the Legend Continues"
Michael T. Rusk
Comments to author: mrusk@radix.net
All contents copyright © 1996,1997 Michael T. Rusk
All rights reserved.
Revised: December 03, 1997 10:49 -0500
URL: ./htmlgd/tagperso.html