Está en la página 1de 24

<HTML>

<HEAD>
<TITLE>PARAGRAPH TAG</TITLE>
</HEAD>
<BODY>
<P>
This paragraph contains a lot of lines in the source code, but the browser
ignores it.
</P>
<P>
This paragraph contains a lot of lines in the source code, but the browser
ignores it.</P>
<P>
The number of lines in a paragraph depends on the size of your browser
window. If you resize the browser window, the number of lines in a paragraph
will change.
</P>
</BODY>
</HTML>
<HTML>
<HEAD>
<TITLE>USE OF BREAK<BR>TAG</TITLE>
</HEAD>
<BODY>
<P>
To break <BR> lines <BR> in a <BR> paragraph <BR>
use the BR tag.
</P>
</BODY>
</HTML>
<HTML>
<HEAD>
<TITLE>THE HEADING TAG</TITLE>
</HEAD>
<BODY>
<H1>This is heading 1</H1>
<H2>This is heading 2</H2>
<H3>This is heading 3</H3>
<H4>This is heading 4</H4>
<H5>This is heading 5</H5>
<H6>This is heading 6</H6>
<P>
Use heading tag only for headings. Don't use them to make something big.
Use other tag for that.
</P>
</BODY>
</HTML>
<HTML>
<HEAD>
<TITLE>Defining and using a horizontal rule</TITLE>
</HEAD>
<BODY>
<P>The HR tag defines a horizontal rule:</P> <HR>
<P>This is a paragraph</P>
<HR>
<P>This is a paragraph</P>
<HR>
<P>This is a paragraph</P>
<HR>

</BODY>
</HTML>
<HTML>

<HEAD>

<TITLE>BACKGROUND IMAGE</TITLE>

</HEAD>

<BODY BACKGROUND = E:\PICACHU.JPG>

<H3>Look : Image background!</H3>

<P>Both gif and jpg files can be used as HTML backgrounds.</P<

<P>If the image is smaller than the page, the image will repeat itself.</P>

</BODY>

</HTML>
<HTML>
<HEAD>
<TITLE>TEXT FORMATTING</TITLE>
</HEAD>
<BODY>
<B>This text is bold</B>
<BR>
<STRONG>This tet is strong</STRONG>
<BR>
<BIG>This text is big</BIG>
<BR>
<EM>This text is emphasized</EM>
<BR>
<I>This text uis Italic</I>
<BR>
<SMALL>This text is small</SMALL>
<BR>
This text contain <SUB>subscript</SUB>
<BR>
This text contain<SUP>superscript</SUP>
</BODY>
</HTML>
</OL>
<H4>Lowercase Letters List:</H4>
<HTML> <OL type=a>
<HEAD> <LI>Apples
<TITLE>TYPE OF ORDERED <LI>Bananas
LISTS</TITLE> </OL>
</HEAD> <H4>Roman Numbers List:</H4>
<BODY> <OL type=I>
<H4>Numbered List:</H4> <LI>Apples
<OL> <LI>Bananas
<LI>Apples </OL>
<LI>Bananas <H4>Lowercase Roman Numbers
</OL> List:</H4>
<H4>Letters List:</H4> <OL type=i>
<OL type=A> <LI>Apples
<LI>Apples <LI>Bananas
<LI>Bananas </OL>
<LI>Lemons</LI> </BODY>
<LI>Oranges</LI> </HTML>
</UL>
<HTML> <H4>Square Bullets
<HEAD> Lists:</H4>
<TITLE>Types of Unordered <UL type=square>
List</TITLE> <LI>Apples
</HEAD> <LI>Bananas
<BODY> </UL>
<H4>Disc Bullets Lists:</H4> </BODY>
<UL type=disk> </HTML>
<LI>Apples
<LI>Bananas
</UL>
<H4>Circle Bullets Lists:</H4>
<UL type=circle>
<LI>Apples
<LI>Bananas
<HTML>
<HEAD>
<TITLE>
Miscellaneous
</TITLE>
</HEAD>
<BODY>
<OL>
<LI>Seek expert advice
about the area
<UL type=circle>
<LI>Get the best maps. On
the maps select
<UL type=square>
<LI>landmarks
<LI>mountains <OL type=1 start=2>
<LI>lakes <LI>If there is snow on
</UL> ground, stay close to:
<UL type=circle>
</UL> <LI>roads
<UL type=circle> <LI>trails and
<LI>Get a good compass <LI>waterways
and </UL>
<UL type=square> </OL>
<LI>check slope of land
<LI>check direction of <DL>
flowing streams <DT>If you are in experienced
</UL> <DD>do not travel alone
<DD>do not travel at night
</UL> <DT>If you do get lost
</OL> <DD>Don't panic
<DD>Don't wander in the dark
<DD>Give distress signals at
regular intervals such as :
<OL type=disc>
<LI>three shouts
<LI>three small fires
<LI>three blast of whistle
<LI>three rifle shots
</OL>
<DT>It may be wise to sit tight
and wait for searchers.
</DL>
</BODY>
</HTML>
<H
TM
L>
<H
EA
D>

<TI
TL
E>
TO
P5
FIL
MS
OF
2018 <LI align=right>Avengers<IMG
</TITLE> src = E:\AVENGERS.jpg
</HEAD> height=100 width=100>
<BODY> <LI>Incredibles 2<IMG src =
<H1 align=center>TOP E:\INCREDIBLES.jpg
5 FILMS OF 2018</H1> height=100 width=100>
<OL> <LI align=center>Mission
<LI>Black Panther<IMG src = IMPOSSIBLE<IMG src =
E:\BLACK.jpg height=100 E:\MISSION.jpg height=100
width=100> width=100>
<LI </OL>
align=center>Annihilation<IM </BODY>
G src = E:\ANNIHILATION.jpg </HTML>
height=100 width=100>

También podría gustarte