CHAPTER – 3
HTML- 1: BASIC HTML ELEMENTS
TAG &
ATTRIBUTE-A
Tag is a coded html command that
indicates how part of web pages should be displayed. An Attribute is a special word used inside tag to specify additional
information to tag such as color, alignment.
CONTAINER
ELEMENTS-
HTML Container Elements require a starting as well as ending tag whereas
Empty Element requires just a
starting tag not an ending tag.
VLINK REFERS TO VISITED LINK AND ALINK REFERS TO ACTIVE
LINK.
DIFFERENCE BETWEEN Base FONT AND FONT elements-
v The <BASEFONT>tag takes the same attribute as
<FONT> but affects all the text that follows it until a new tag affecting
that is uncounted. Thus, it should be used default setting of the text.
v <FONT> only affects text up to closing i.e.
</FONT>.
UNORDERED LIST- Unordered
List (or Unnumbered) list intented list with a special bullet symbol in front
of each item.
ORDERED
LIST-Ordered
(or Numbered) list are intended list that have numbers or letters in front of
each items.
DEFINATION
LIST- Definition
list are indented list without any bullet symbol or any number in front of each
item.
Comments
Post a Comment