forked from Eskay73/test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoem.html
More file actions
56 lines (52 loc) · 1.35 KB
/
soem.html
File metadata and controls
56 lines (52 loc) · 1.35 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<BODY>
<H1><U> OUR WORLD </U> </H1>
<HR COLOR=GREEN SIZE=5>
<H2> HTML</H2>
<P> Heyya! This is my first webpage.<BR>
It is not <strong>tough</strong> to code...it is <em>simple</em>.</P>
<a href="http://www.google.com">google.com</a><BR>
<FONT COLOR=RED><FONT SIZE=16><FONT FACE="MONOTYPE CORSIVA"><STRONG>RIDES
</STRONG>
</FONT>
<FONT COLOR=BLACK><FONT SIZE=4><STRONG><OL>
<LI>ROLLER COSTER
<LI>GIANT WHEEL
<LI>MERRY GO ROUND
<LI>TWISTER
</OL></STRONG>
</FONT>
<a href="http://www.gmail.com">gmail.com</a><BR>
<FONT COLOR=RED><FONT SIZE=16><FONT FACE="MONOTYPE CORSIVA"><STRONG>RIDES
</STRONG>
</FONT>
<FONT COLOR=BLACK><FONT SIZE=4><STRONG><OL>
<LI>FRIENDS
<LI>JOKER
<LI>BLUE
<LI>URI
</OL></STRONG>
</FONT>
<a href="http://www.yahoo.com">yahoo.com</a><BR>
<FONT COLOR=RED><FONT SIZE=16><FONT FACE="MONOTYPE CORSIVA"><STRONG>RIDES
</STRONG>
</FONT>
<FONT COLOR=BLACK><FONT SIZE=4><STRONG><OL>
<LI>Sherlock
<LI>JusticeLeague
<LI>Red
<LI>Pakistan
</OL></STRONG>
</FONT>
</P>
<FONT COLOR=YELLOW><FONT SIZE=6><MARQUEE>WOW!luv tis</MARQUEE></FONT>
<!TIS IS A COMMENT>
</BODY>
</html>