Skip to content

Commit f8b07ad

Browse files
Merge pull request #1 from code4policy/learn-html
Learn html
2 parents c1dabec + 5fb6be1 commit f8b07ad

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

first-website/index.html

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!doctype html>
2+
<html lang="en-US">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
6+
<title>My FireFox Website</title>
7+
</head>
8+
<body>
9+
<h1>Welcome to My Firefox Website</h1>
10+
<img src="images/icon.png" alt="Firefox Icon Image" />
11+
12+
<h2>What is Firefox?</h2>
13+
<p>Firefox is a free and open-source web browser developed by Mozilla. It is designed to be fast, private, and secure, giving users control over their online experience.</p>
14+
15+
<h2>Why Choose Firefox?</h2>
16+
17+
<h3>Privacy First</h3>
18+
<p>Firefox prioritizes your privacy by blocking many trackers by default and giving you control over your data.</p>
19+
<a href="https://www.mozilla.org/en-US/about/manifesto/">
20+
Mozilla Manifesto
21+
</a>
22+
23+
<h3>Speed and Performance</h3>
24+
<p>With its efficient engine, Firefox loads web pages quickly and handles multiple tabs smoothly without slowing down your computer.</p>
25+
26+
<h3>Customization</h3>
27+
<p>You can customize Firefox with thousands of extensions and themes to make it your own. Personalize your browser however you like.</p>
28+
29+
<h2>Getting Started</h2>
30+
<p>Download Firefox today and experience a better browsing experience. It's available on Windows, Mac, Linux, iOS, and Android.</p>
31+
<p>At Mozilla, we're a global community of</p>
32+
33+
<ul>
34+
<li>technologists</li>
35+
<li>thinkers</li>
36+
<li>builders</li>
37+
</ul>
38+
39+
<p>working together…</p>
40+
</body>
41+
</html>

0 commit comments

Comments
 (0)