-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathColorsQuotations.htm
More file actions
27 lines (22 loc) · 861 Bytes
/
ColorsQuotations.htm
File metadata and controls
27 lines (22 loc) · 861 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
<!DOCTYPE html>
<html>
<head>
<title>QuotationsColors</title>
</head>
<body style="background-color:gray">
<h1 style="color=Red;background-color:rgb(255,123,73);border:4px solid SlateBlue"><q>Heading ColorQuotations</q></h1>
<hr>
<p style="color:red">Rohit said:<q style="border:2px solid DodgerBlue;">The saddest thing about betrayal is that it never comes from your enemy.</q></p>
<br>
<p style="color:hsl(147,50%,47%);"> The <abbr title="American Standard Codes for Information Interchange"><b> ASCII</b></abbr> is <mark>very</mark> useful.</p>
<hr>
<address style="color:blue;background-color:rgba(63,255,21,0.5);">
Written by,<br>
Rohit Singh.<br>
Howrah, 711101.<br>
</address>
<br>
<hr><br>
<bdo dir="rtl" style="color:MediumSeaGreen;">I'm not Harry Potter</bdo>
</body>
</html>