-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode_2.html
51 lines (48 loc) · 1.11 KB
/
code_2.html
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
<!DOCTYPE html>
<html>
<head>
<title> Boo </title>
</head>
<body>
<h2>
Ho ho ho, Hello World!
</h2>
<img
src="https://pbs.twimg.com/profile_images/653312117886447616/szRCKaD_.jpg"
style="width: 300px;
height: auto;"
>
<div>
<a
href="https://www.youtube.com/"
target="_blank"
style="color: orange;
font-size: 40px;"
>
YouTube
</a>
<p
style="font-weight: bold;
color: red;
text-decoration: underline;"
>
Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.
<br>
Separated they live in Bookmarksgrove right at the coast of the
</p>
<ul>
Mah List
<li> One </li>
<li> Two </li>
</ul>
<p
style="font-weight: bold;
color: red;
text-decoration: underline;">
Li Europan lingues es membres del sam familie. Lor separat existentie es un myth.
<br>
Por scientie, musica, sport etc, litot Europa usa li sam vocabular. Li lingues differe solmen in
</p>
</div>
</body>
</html>