-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (39 loc) · 1.83 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Emerging Technologies - Home</title>
<link rel="stylesheet" href="css/homestyles.css">
</head>
<body>
<header>
<div>
<h1>My Web Journal</h1>
</div>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="topics.html">Topics</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section class="contents">
<section id="Ai">
<h1> A Web Journal about Emerging Technologies</h1>
<p>Emerging technologies refer to innovations that are currently being developed or have the potential to be developed in the near future, and which have the potential to significantly impact our society, economy, and culture. These technologies are often driven by advances in fields such as artificial intelligence, biotechnology, nanotechnology, robotics, and the Internet of Things (IoT). Some examples of emerging technologies include autonomous vehicles, blockchain, quantum computing, gene editing, and virtual reality. These technologies are constantly evolving and have the potential to transform the way we live, work, and interact with each other. As they continue to develop, it is important to consider the ethical, social, and economic implications of these technologies and to ensure that their benefits are accessible to everyone.
</p>
<a href="topics.html">
<input type="button" value="View Topics">
</a>
</section>
</section>
</main>
<footer>
<h1>Web Journal</h1>
<h2>© 2023</h2>
</footer>
</body>
</html>