-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTributespage.html
36 lines (33 loc) · 1.02 KB
/
Tributespage.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
<!DOCTYPE html>
<html lang="en">
<head>
<style>
#img{
max-width: 100%;
height: auto;
margin: 0 auto;
display: block;
}
</style>
</head>
<main id="main">
<body>
<div id="main"></div>
<div id="title">The life of Dr. Norman Borlaug</div>
<figure id="img-div">
<img src="image.jpg" alt="Dr Norman Borlaug" id="image">
<figcaption id="img-caption">Dr Norman Borlaug recive award
</figcaption>
</figure>
<div id="tribute-info">
<p>Dr. Norman Borlaug is avery passionate medical
doctor that have served his country in avery high capacity
</p>
<p>
For more info on Dr. Norman, click or visit the
<a href="https//wikipedia.com/Dr.Norman" id="tribute-link" target="_blank"></a>
</p>
</div>
</body>
</main>
</html>