-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
38 lines (38 loc) · 2.08 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
<!DOCTYPE html>
<html>
<head>
<title>News Bulletin Update 3</title>
<link rel ="stylesheet" type ="text/css" href ="CSS/main.css">
</head>
<body>
<h1>Whoa: This is our Main Headline update</h1>
<p> But, what if you only want to change a few instances of an element? What about just one?
For example, what if Cornelius wanted to cross out each task on his to-do list as he completed it?
If his to-do list is a single element with several inside of it, how could he selectively style
only a few of the ? The video on the next slide will shed some light on this.
</p>
<a href="#">Read More...</a>
<h3>This is our Second Headline</h2>
<p> But, what if you only want to change a few instances of an element? What about just one?
For example, what if Cornelius wanted to cross out each task on his to-do list as he completed it?
If his to-do list is a single element with several inside of it, how could he selectively style
only a few of the ? random The video on the next slide will shed some light on this.
</p>
<a href="#">Rea More...</a>
<h3>This is our Third Headline</h3>
<p> But, what if you only want to change a few instances of an element? What about just one?
For example, what if Cornelius wanted to cross out each task on his to-do list as he completed it?
If his to-do list is a single element with several inside of it, how could he selectively style
only a few of the ? The video on the next slide will shed some light on this.
</p>
<a href="#">Read More...</a>
<h3>Last but Not Least:Our Fourth Headline</h4>
<p>
But, what if you only want to change a few instances of an element? What about just one?
For example, what if Cornelius wanted to cross out each task on his to-do list as he completed it?
If his to-do list is a single element with several inside of it, how could he selectively style
only a few of the ? The video on the next slide will shed some light on this.
</p>
<a href="#">Read More...</a>
</body>
</html>