<!DOCTYPE html>
<html>
<head>
<title>My Home Page </title>
<title>linking html css </title>
<style>
body {
background-color: pink;
}
</style>
</head>
<body>
<header>
<h1>Welcome to my home page</h1>
</header>
<nav>
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
<main>
<h2>About Me</h2>
<p>style="color: blue;" As technology continues to advance, it has become an integral part of our daily lives. From smartphones and laptops to smart homes and self-driving cars, we rely on technology for communication, entertainment, and even basic tasks. With the rise of artificial intelligence and machine learning, the potential for technology to transform our world is immense. However, as we embrace these advancements, it's important to consider the ethical implications and ensure that we use technology responsibly and for the greater good. By doing so, we can create a future where technology enhances our lives and helps us solve some of the world's biggest challenges.</p>
</main>
<footer>
<p>Copyright © 2023</p>
</footer>
</body>
</html>