-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (32 loc) · 1.31 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
<!--Name: Haozhe Wu-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Daily News</title>
<meta charset="utf-8">
<meta name="description" content="Haozhe Wu Daily News.">
<meta name="keywords" content="html">
<link rel="stylesheet" type="text/css" href="index.css" >
</head>
<body>
<div id="div1">
<img src="https://static.wixstatic.com/media/34a5c89879d04bd0b22d4754040a4df9.jpg/v1/fill/w_1389,h_573,al_c,q_85,usm_0.66_1.00_0.01/34a5c89879d04bd0b22d4754040a4df9.webp" alt="Top image">
<h1 id="mainTitle">DAILY NEWS</h1>
<h4 id="name">Haozhe Wu</h4>
</div>
<section id="mainContent">
<div id="div2">
<header>
<h2 id="headline">Headline</h2>
<h3 id="title1">How New Technology Fosters a Welcoming Environment at AU</h3>
<h4 id="title2">Two new technology initiatives are part of AU's Plan for Inclusive Excellence.</h4>
<h4 id="author1">Jonathan Heeter | January 26, 2021</h4>
</header>
<div id="div3">
<p id="news1">The link to the article: </p>
<a href="https://www.american.edu/news/inclusive-excellence-au-name-coach-chosen-name.cfm">American University News</a>
</div>
</div>
</section>
</body>
</html>