-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCommenting Code.html
More file actions
42 lines (35 loc) · 1.16 KB
/
Copy pathCommenting Code.html
File metadata and controls
42 lines (35 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Monsters and Beasts!</title>
<meta charset="utf-8">
</head>
<style>
.Red {
color: yellow;
background: DarkGreen;
font-weight: bold;
text-align: center;
font-size: large;
}
.Blue {
color:blue;
</style>
<!-- Commenting Code -->
<!-- This section is about dragons -->
<body>
<p>Some dragons can breathe fire and others breathe ice!</p>
<p class="Red">Here is a fire dragon!:</p>
<img src="https://cdn.mos.cms.futurecdn.net/JYEXpJURGks76oHVBc5cik-1920-80.jpg.webp" width="500"></img>
<p class="Blue"> Here is an ice dragon!:</p>
<img src="https://images.stockcake.com/public/c/f/7/cf77df5b-65cb-4901-b8e3-7645c21f4a97_large/majestic-ice-dragon-stockcake.jpg" width="500"></img>
<p>You can watch about the Game of Thrones dragons here:</p>
<a href="https://youtu.be/DvhThTSwGYY?si=XpOV_cOvPUk0QI7P">
Decade of Game of Thrones dragons
</a>
<p>You watch about Daenerys Targeryen - Best Moments | Game of Thrones (Season 7 - Season 8)
<a href="https://youtu.be/_OcHuM-GrQQ?si=aNPcDMpgevk5AzH3">
Daenerys Targeryen - Best Moments | Game of Thrones (Season 7 - Season 8)
</a>
</body>
</html>