-
Notifications
You must be signed in to change notification settings - Fork 0
/
tribute.html
73 lines (67 loc) · 3.21 KB
/
tribute.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="tibute.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tribute to Barack Obama</title>
<style>
</style>
</head>
<body>
<title>Barack Obama Information</title>
</head>
<body>
<h1>Barack Obama Information</h1>
<table border="1">
<tr>
<th>Attribute</th>
<th>Information</th>
</tr>
<tr>
<td>Name</td>
<td>Barack Obama</td>
</tr>
<tr>
<td>Birth Date</td>
<td>August 4, 1961</td>
</tr>
<tr>
<td>Place of Birth</td>
<td>Honolulu, Hawaii, USA</td>
</tr>
<tr>
<td>Political Party</td>
<td>Democratic Party</td>
</tr>
<tr>
<td>Presidential Term</td>
<td>2009-2017</td>
</tr>
<tr>
<td>Notable Achievements</td>
<td>
<ul>
<li>First African American President of the United States</li>
<li>Passed the Affordable Care Act (Obamacare)</li>
<li>Won the Nobel Peace Prize in 2009</li>
</ul>
</td>
</tr>
</table>
<header>
<h1>Tribute to Barack Obama</h1>
</header>
<div class="content">
<img src=".vscode/obams.jpeg" alt="Barack Obama">
<p>Barack Obama, born on August 4, 1961, is an American politician and attorney who served as the 44th President of the United States from 2009 to 2017. He is known for his charismatic leadership, inspirational speeches, and historic achievements during his time in office.</p>
<p>During his presidency, Obama implemented several key policies, including the Affordable Care Act, commonly known as Obamacare, which aimed to provide healthcare coverage to millions of Americans. He also took significant steps to address climate change, improve relations with other nations, and promote social justice.</p>
<p>Barack Obama's legacy extends beyond his presidency. He continues to be a voice for change and social progress, advocating for issues such as healthcare, education, and civil rights. His dedication to public service and his ability to inspire hope and unity have left an indelible mark on the nation.</p>
<p>Barack Obama's leadership and vision have earned him a place in history as one of the most influential and respected leaders of the 21st century.</p>
<p>Barack Obama will go down in history as one of the President through eight years in office, Barack Obama used all the tools in a president’s kit to make significant changes: laws, rules, executive orders and the bully pulpit. Yet he couldn’t change the nature of politics itself. The irony of Obama’s presidency is that he achieved more than most presidents—yet millions of Americans grew convinced during his administration that Washington can’t get anything done.</p>
</div>
<footer>
© 2023 Tribute to Barack Obama
</footer>
</body>
</html>