-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
48 lines (46 loc) · 1.74 KB
/
help.html
File metadata and controls
48 lines (46 loc) · 1.74 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
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>MegaStyle|ByDear With</title>
<link rel="icon" href="Favi.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>MegaStyle</h1>
<a href="index.html">,Home</a>
</header>
<main>
<div>
<h1>Help</h1>
<div id="Q1">
<h3>What is this?</h3>
<div id="A1">
<p>MegaStyle offers free CSS.</p>
</div>
</div>
<div id="Q2">
<h3>How do I download?</h3>
<div id="A2">
<p>Copy the CSS directly or copy the URL and connect it to the href attribute of the <link> element</p>
</div>
</div>
<div id="Q3">
<h3>What is the creator's name?</h3>
<div id="A3">
<p><a href="https://scratch.mit.edu/users/Dear_With/">@Dear With</a>.</p>
</div>
</div>
</div>
</main>
<footer>
<h1>MegaStyle</h1>
<p>©ByDear With</p>
</footer>
<script href="script.js" src="https://code.jquery.com/jquery-3.7.1.min.js">
</script>
<script src="script.js">
</script>
</body>
</html>