Home Page
- HTML Tags
- Table Tag
- Image Tag
- Anchor Tag and Linking
- Character Attributes
- Image Maps
- Frames
- Forms
|
- Logical Character Tags
Physical Character Tags
Logical character tags indicate how you want to use text, but not
necessarily how you want it displayed.
Top
Physical character tags are used to indicate exactly how characters
are to be formatted. Some examples of physical tags are listed below
- <B> indicates that the text should be bold.
- Displayed as: Hello
- <I> indicates that the text should be itilisized.
- Displayed as: Hello
- <BIG> indicates that the text should be displayed in a big
font.
- Displayed as: Hello
- <SUB> indicates that the text should be displayed as a
subscript, in a smaller font if possible.
- Displayed as: Hello
- <SUP> indicates that the text should be displayed as a
superscript, in a smaller font if possible.
- Displayed as: Hello
-
Top
|