forked from MultiverseLearningProducts/mac-and-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (37 loc) · 1.21 KB
/
index.html
File metadata and controls
38 lines (37 loc) · 1.21 KB
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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Mac vs Windows</title>
</head>
<body>
<h1>Mac vs Windows!</h1>
<h2>Macintosh</h2>
<h3>Mac Most Popular Laptops</h3>
<ol>
<li>Apple Silicon M3 Macbook Pro</li>
<li>Apple Silicon M2 Macbook Pro</li>
<li>Apple Silicon M1 Macbook Pro</li>
</ol>
<h3>Average price for each laptop</h3>
<ul>
<li>$1399</li>
<li>$1299</li>
<li><strong>$999</strong></li>
</ul>
<h2>Windows</h2>
<h3>Windows Most Popular Laptops</h3>
<ol>
<li>Dell XPS 13</li>
<li>HP Spectre x360</li>
<li>Lenovo ThinkPad X1 Carbon (9th Gen)</li>
</ol>
<h3>Average price for each laptop</h3>
<ul>
<li>$999</li>
<li>$1199</li>
<li><strong>$1429</strong></li>
</ul>
</body>
</html>