Tags in Body
Let's talk Text
Heading: <H1> Text </H1>
Center:<Center> Text</Center>
Line Break <P> ,<Br>
Phrase Markups: <I>Text</I> ,<B>Text</B>
Create a List
Unordered list : <UL><li>
Ordered list: <OL><li>
Basic HTML Document Format
<HTML>
<HTML> See what it
<HEAD>
<HEAD> looks like:
<TITLE>WENT'99</TITLE>
<TITLE>WENT'99</TITLE>
</HEAD>
</HEAD>
<BODY>
<BODY>
Went'99
Went'99
</BODY>
</BODY>
</HTML>
</HTML>
Html colors
Color values
Colors are defined using a
hexadecimal notation for the
combination of red, green, and
blue color values (RGB).
The lowest value that can be
given to one light source is 0
(hex #00).
The highest value is 255
(hex #FF). This table shows the
result of combining red, green,
and blue:
Color names
Only 16 color names
are supported by the W3C
HTML 4.0 standard
(aqua, black blue, fuchsia,
gray, green, lime, maroon,
navy, olive, purple, red,
silver, teal, white, and
yellow).
For all other colors you
should use the Color HEX
value.
How to make color changes
Color names :
<Font color=white>
Changing the Background color
<BODY BGCOLOR=#19378a>
Image Background
<BODY BACKGROUND=bgimg.gif >
5
Conclusion
Despite the innumerable uses that HTML sports, there are a few drawbacks to this
markup language which, however pale out in usability quotient.
HTML lacks some of the features found in earlier hypertext systems, such as source
tracking, fat links and others. Even some hypertext features that were in early versions of
HTML have been ignored by most popular web browsers until recently, such as the link
element and in-browser Web page editing.
Sometimes Web services or browser manufacturers remedy these shortcomings. For
instance, wikis and content management systems allow surfers to edit the Web pages
they visit.
However, one can afford to overlook these banes and thus, it can be safely said that
HTML is here to stay!!!