-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html
More file actions
40 lines (35 loc) · 922 Bytes
/
Copy pathIndex.html
File metadata and controls
40 lines (35 loc) · 922 Bytes
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
<header>
<nav>
<ul>
<li><a class="li" href="#home">Home</a></li>
<li><a class="li" href="#about">About</a></li>
<li><a class="li" href="#services">Services</a></li>
<li><a class="li" href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<section id="home">
<h2>Home</h2>
<p>Welcome to the home page!</p>
</section>
<section id="about">
<h2>About</h2>
<p>This is the about section.</p>
</section>
<section id="services">
<h2>Services</h2>
<p>Details about services offered.</p>
</section>
<section id="contact">
<h2>Contact</h2>
<p>Contact information here.</p>
</section>
<p id="myname">
Crows Stack
<p
<button type="button" class="welbutton" onclick="changeFontSize()">
Welcome
</button>
<blockquote cite="http://www.worldwildlife.org/who/index.html">
For 60 years, WWF has worked to help people and nature thrive.
</blockquote>