-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathExamples.htm
119 lines (119 loc) · 2.88 KB
/
Examples.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> Examples Of HTML Formatting Tags</TITLE>
</HEAD>
<BODY bgColor="#FFFFE7">
<TT>This is Typewriter Text</TT>
<BR>
<B>This is Bold</B>
<BR>
<I>This is Italic</I>
<BR>
<U>This is Underline</U>
<BR>
<A NAME=" PGR">
<P align=left>This is a Paragraph (Left Aligned)</P>
<BR>
<P align=center>This is a Paragraph (Center Aligned)</P>
<BR>
<P align=right>This is a Paragraph (Right Aligned)</P>
<BR>
</A>
<EM>This is Emphasis Text</EM>
<BR>
<STRONG>This is Strong Text</STRONG>
<BR>
<CODE>This is a Code</CODE>
<BR>
<KBD>This is Keyboard Text</KBD>
<BR>
<SAMP>This is Sample Text</SAMP>
<BR>
<VAR>This is Variable Text</VAR>
<BR>
<CITE>This is Bibliographic Citiation</CITE>
<BR>
<BLOCKQUOTE>This is Block Quote</BLOCKQUOTE>
<BR>
<ADDRESS>This is an Address</ADDRESS>
<BR>
<DFN>This is a Definition</DFN>
<BR>
<PRE>This is an example of
Preformatted
Text
</PRE>
<BR>
<BLINK>This will Blink on Netscape Navigator</BLINK>
<BR>
<A NAME=" MARQUEE">
<BR>
<MARQUEE BEHAVIOR= "ALTERNATE">This is Marquee ALTERNATE (In IE)</MARQUEE>
<BR>
<MARQUEE BEHAVIOR= "SCROLL">This is Marquee SCROLL (In IE)</MARQUEE>
<BR>
<MARQUEE BEHAVIOR= "SLIDE">This is Marquee SLIDE (In IE)</MARQUEE>
<BR>
<MARQUEE DIRECTION= "LEFT">This is Marquee LEFT (In IE)</MARQUEE>
<BR>
<MARQUEE DIRECTION= "RIGHT">This is Marquee RIGHT (In IE)</MARQUEE>
<BR>
<MARQUEE DIRECTION= "UP">This is Marquee UP (In IE)</MARQUEE>
<BR>
<MARQUEE DIRECTION= "DOWN">This is Marquee DOWN (In IE)</MARQUEE>
<BR>
</A>
<BR>
<STRIKE>This is Strikethrough</STRIKE>
<BR>
<BIG>This is Big Text</BIG>
<BR>
<SMALL>This is Small Text</SMALL>
<BR>
NO<SUB>2 This is Subscript</SUB>
<BR>
x<SUP>2 This is Superscript</SUP>
<BR>
<A NAME=" HR">
Horizontal Row: -
<BR>
In Pixels :
<HR align=left width=50 noShade SIZE= 4>
In % :
<HR align=left width="50%" noShade SIZE= 4>
Filled Row (Using NOSHADE).
<HR align=left width= 150 noShade SIZE= 20>
Empty Row (Not Using NOSHADE).
<HR align=left width= 150 SIZE= 20>
</A>
<BR><BR><BR><BR><BR><BR>
<A NAME=" HE">
<H1>This is the 1st Heading</H1>
<H2>This is the 2nd Heading</H2>
<H3>This is the 3rd Heading</H3>
<H4>This is the 4th Heading</H4>
<H5>This is the 5th Heading</H5>
<H6>This is the 6th Heading</H6>
</A>
<BR>
<A NAME=" ME">
<BR>
< META http-equiv=REFRESH contents="2" >
<BR>
< META http-equiv=KEYWORDS contents="Tutorial" >
<BR>
< META http-equiv=REPLY_TO contents="[email protected]" >
<BR>
< META http-equiv=AUTHOR contents="Vivek Jain" >
<BR>
< META http-equiv=COPYRIGHT contents="COPYRIGHT RESERVED 2001" >
<BR>
< META content="MSHTML 5.50.4134.600" name=GENERATOR >
<BR>
<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
<BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR>
.
</A>
</BODY>
</HTML>