-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (79 loc) · 3.47 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="auto">
<head>
<title>Finish</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="meta tags">
<meta name="keywords" content="html, learning, beginner">
<meta name="author" content="eb smr">
<meta name="viewport" content="width=device-width, inital-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/jpg" href="big-steve-face.jpg">
</head>
<body>
<div class="TopBar">
<hr>
<a href="index.html" class="TopBarContent1">Home</a>
<a href="files/aboutus.html" class="TopBarContent2">About Us</a>
<hr style="position: fixed; top: 60px; width:100%;">
</div>
<br>
<br>
<br>
<br>
<header style="background-color: aliceblue;">
<h1>Welcome to Many Mc Source Code</h1>
<br>
<hr>
<br>
<h4>HTML things</h4>
<br>
<a href="files/Basics.html">HTML Basics</a><br>
<a href="files/mp3.html">MP3</a><br>
<a href="files/img.html">IMG</a><br>
<a href="files/ahref.html">A href</a><br>
<a href="files/butttoflush.html">Butt to Flush</a><br>
<a href="files/Form.html">Forms</a><br>
<a href="files/list.html">list</a><br>
<a href="files/favic.html">favorite icons</a><br>
<a href="files/divspan.html">Div & Span</a><br>
<a href="files/vid.html">video</a><br>
<a href="files/Tables.html">tables</a><br>
<a href="files/Text.html">text</a><br>
<a href="files/meta.html">meta tags</a><br>
<a href="files/iframe.html">iframes</a><br>
<hr>
</header>
<br>
<header style="background-color: aliceblue;">
<h4>CSS things</h4>
<a href="css learn/fonts.html">css learn fonts</a><br>
<a href="css learn/colors.html">colors</a><br>
<a href="css learn/borders.html">Borders</a><br>
<a href="css learn/shadows.html">Shashdows</a><br>
<a href="css learn/M a r i g i n o.html">Mariginino</a><br>
<a href="css learn/float.html">Floats</a><br>
<a href="css learn/overFlow.html">Overflows</a><br>
<a href="css learn/displayproperty.html">Display property</a><br>
<a href="css learn/heightnwidth.html">Height n width</a><br>
<a href="css learn/positions.html">Positions</a><br>
<a href="css learn/bgimages.html">Background images</a><br>
<hr>
</header>
<br>
<main>
<h4>cool moves</h4>
<image src="files/big-steve-face.jpg" alt="my profile pic" height="100px"></image>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis orci leo, sodales eu sapien sed, lacinia commodo neque. Integer massa magna, rutrum ac ultricies sed, congue at nisi. Pellentesque aliquet eleifend.</p>
</main>
<footer style="background-color: aliceblue;">
<hr>
author: Many MC<br>
© copyright reseved<br>
<p>Note the full HTML & CSS course did NOT include iframes, but the 1 hour HTML guide from Bro Code does. If you choose the 4 hour HTML & CSS guide, you have to look for 1 hour HTML guide to learn iframes. I've chose the 4 hour one. Earlier (proably 2023 or january - may 2024), I've chose the 1 hour HTML guide.</p>
<small><a href="mailto:[email protected]">[email protected]</a></small>
</footer>
</body>
</html>
a