You are on page 1of 1

11/10/23, 3:18 AM Heading.

htm

Line wrap
1 <HTML>
2
3 <HEAD>
4 <TITLE>Heading Levels</TITLE>
5
6 <STYLE>
7 Body {
8 background-color: #ffffff;
9 }
10
11 U.about {
12 font-family:'Courier New', Courier, monospace;
13 }
14
15 div.Headings{
16 color: black;
17 text-align: center;
18 }
19 </STYLE>
20 </HEAD>
21
22
23
24 <BODY topmargin="20">
25
26 <DIV class="Headings">
27 <H1><U class="about">Heading Levels</U></H1>
28
29 <H1>Heading Level 1</H1>
30 <H2>Heading Level 2</H2>
31 <H3>Heading Level 3</H3>
32 <H4>Heading Level 4</H4>
33 <H5>Heading Level 5</H5>
34 <H6>Heading Level 6</H6>
35 </DIV>
36
37 </BODY>
38
39 </HTML>

view-source:file:///A:/School/Class X/Computer_Report_ File/Heading.htm 1/1

You might also like