forked from Codi-T03/HTML-Challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJad HTML level 1.html
More file actions
44 lines (34 loc) · 1.25 KB
/
Jad HTML level 1.html
File metadata and controls
44 lines (34 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML lvl 1 challenge</title>
</head>
<body>
<!-- start level 1 -->
<header>
<a href="https://www.google.com/search?gs_ssp=eJzj4tLP1TcwMS8prjA2YPTiKclIVcjLL0lNys_PBgBmxQhW&q=the+notebook&rlz=1C1GCEA_enLB909LB909&oq=the+noteboook&aqs=chrome.1.69i57j46i10i433i512j0i10i512l7.4858j0j7&sourceid=chrome&ie=UTF-8"></a>
trailer <link rel="stylesheet" href="https://www.imdb.com/video/vi2603746073/?playlistId=tt0332280&ref_=tt_ov_vi">
<h1> <mark> Movie: The notebook </mark> </h1>
<br>
<h2> <strong> Type: DramaRomantic </strong> </h2>
<br>
<h3> <strong> Release date: June 25, 2004 </strong> </h3>
<br>
</header>
<div>
<img src="https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcQgChRcshO1Kr9Ys-oKiqbVtF43J6MJqv-iHdVvBw47PmJ9akLb"
alt="Movie's image" width="660" height="640" >
</div>
<p style="font-size: 25px;">here is a quote: </br>
-"why are you looking at me like this" </br>
-"Just memories"
</p>
<footer>
<p style="font-size: 30px;"> ©Jad Rifai </p>
</footer>
<!-- end level 1 -->
</body>
</html>