-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (20 loc) · 714 Bytes
/
Copy pathindex.html
File metadata and controls
39 lines (20 loc) · 714 Bytes
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
<html>
<head>
<title>Changing the bg color</title>
</head>
<h1> Change Background </hi>
<body bgcolor="yellow">
<h3><font color="green">Change the background color</font></h3>
<h3><font face="calibri">Change the background color</font></h3>
<h3><font color="blue">Change the background color</font></h3>
<h3><font color="red">Change the background color</font></h3>
<p> Use light colours always</P>
<p style="font-size:60px;" font="calibri">
Ramath
</p>
<p>This text is normal NOW.</p>
<p><b>LOOK This text is bold NOW.</b></p>
<p>Pamodh was here</p>
<p style="font-size:60px;" >Unfortunately Hasith wasn't there </p>
</body>
</html>