|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + <title>basic website -1</title> |
| 7 | + <link rel="stylesheet" href="styles.css"> |
| 8 | + </head> |
| 9 | + <body> |
| 10 | + <div id="home"></div> |
| 11 | + <div class="navbar" > |
| 12 | + <div class="logo">INFO<span>.com</span></div> |
| 13 | + <ul class="navlist"> |
| 14 | + <li><a href="#home">Home</a></li> |
| 15 | + <li><a href="#category">Category</a></li> |
| 16 | + <li><a href="#contact">Contact</a></li> |
| 17 | + </ul> |
| 18 | + </div> |
| 19 | + <div class="heading"><h1>Abraham Lincoln</h1> |
| 20 | + <p>(1809 - 1865)</p></div> |
| 21 | + <div class="image"> |
| 22 | + <a href="https://en.wikipedia.org/wiki/Abraham_Lincoln" |
| 23 | + ><img |
| 24 | + src="assests/Abraham_Lincoln_O-77_matte_collodion_print.jpg" |
| 25 | + alt="Abraham lincoln.jpg" /></a> |
| 26 | + </div> |
| 27 | + <div class="paragraph"> |
| 28 | + <p> |
| 29 | + Abraham Lincoln, the 16th President of the United States, is one of the |
| 30 | + most revered figures in American history, known for his leadership |
| 31 | + during the Civil War and his efforts to abolish slavery. Born on |
| 32 | + February 12, 1809, in a humble log cabin in Kentucky, Lincoln's early |
| 33 | + life was marked by hardship and limited formal education. However, he |
| 34 | + was an avid reader and self-taught scholar, which led him to a career in |
| 35 | + law and politics. Lincoln entered the national stage with his debates |
| 36 | + against Stephen Douglas in 1858 and his firm opposition to the expansion |
| 37 | + of slavery. Elected as president in 1860, his victory prompted the |
| 38 | + secession of Southern states, leading to the outbreak of the Civil War |
| 39 | + in 1861. |
| 40 | + </p> |
| 41 | + <br /> |
| 42 | + <p> |
| 43 | + During his presidency, Lincoln faced the immense challenge of preserving |
| 44 | + the Union. His leadership was marked by strategic decisions and a deep |
| 45 | + moral conviction against slavery, culminating in the issuance of the |
| 46 | + Emancipation Proclamation in 1863, which declared the freedom of slaves |
| 47 | + in Confederate-controlled areas. This bold move not only shifted the |
| 48 | + war's focus to a fight for human freedom but also paved the way for the |
| 49 | + eventual passage of the 13th Amendment, which abolished slavery in the |
| 50 | + United States. Despite the war's toll, Lincoln remained steadfast in his |
| 51 | + vision of a united nation. Tragically, his life was cut short on April |
| 52 | + 14, 1865, when he was assassinated by John Wilkes Booth at Ford's |
| 53 | + Theatre in Washington, D.C., just days after the war's conclusion. |
| 54 | + Lincoln's legacy endures as a symbol of equality, liberty, and the |
| 55 | + enduring struggle for a more just America. <span><a href="https://en.wikipedia.org/wiki/Abraham_Lincoln">Learn More</a></span> |
| 56 | + </p> |
| 57 | + <br> |
| 58 | + <br> |
| 59 | + </div> |
| 60 | + <div class="contact" id="contact"> |
| 61 | + <input type="email" name="email" id="email" placeholder=" enter your E-mail"> |
| 62 | + <button type="submit" value="submit" id="submit">submit</button> |
| 63 | + </div> |
| 64 | + </body> |
| 65 | +</html> |
0 commit comments