- index.html
- style.css
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>History of the Internet</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
History of the Internet
In 1989, a crucial moment in the history of the Internet occurred — the creation of the World Wide Web. This event opened a new era in the development of technology.
For several decades, the Internet has continued to evolve. For example, in 2004, the popular social network Facebook was founded.
Thanks to such events, the world became more connected.
Key Events
1989
Creation of the World Wide Web
2004
Foundation of Facebook
Main milestones:
Creation of the Internet
Rise of social networks
Technological changes continue, and the world will keep evolving.
</body>
</html>
CSS
body {
width: 500px;
margin: 0;
padding: 10px;
font-family: "Arial", sans-serif;
font-size: 16px;
line-height: 1.2;
}
- Goal
- Result
- Overlay
- Differences
- ?
Press Compare to send your code for review.