Skip to content

Commit 48d96a4

Browse files
committed
CC
1 parent 606bd76 commit 48d96a4

7 files changed

Lines changed: 126 additions & 79 deletions

File tree

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1.0"
8+
/>
69
<title>Document</title>
7-
</head>
8-
<body>
10+
</head>
11+
<body>
912
<a href="../../../index.html"></a>
10-
</body>
11-
</html>
13+
</body>
14+
</html>
Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1.0"
8+
/>
69
<title>Document</title>
7-
</head>
8-
<body>
10+
</head>
11+
<body>
912
<h2>Welcome to our website</h2>
1013
<a href="../index.html">Main Page</a>
11-
</body>
12-
</html>
14+
</body>
15+
</html>

Block Chain Collage Code 2/2/2.1/index.html

Lines changed: 67 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -77,51 +77,90 @@ <h6>Lorem, ipsum dolor.</h6>
7777

7878
<!-- Home work -->
7979
<table>
80-
<tr></tr>
81-
<th></th>
82-
<td></td>
80+
<tr></tr>
81+
<th></th>
82+
<td></td>
8383
</table>
84-
84+
8585
<!-- Page Structure -->
8686
<head></head>
8787
<header>
88-
<nav></nav>
88+
<nav></nav>
8989
</header>
90-
90+
9191
<main></main>
92-
92+
9393
<section>
94-
<div></div>
95-
<div></div>
96-
<div></div>
94+
<div></div>
95+
<div></div>
96+
<div></div>
9797
</section>
98-
98+
9999
<div>
100-
<h2></h2>
100+
<h2></h2>
101101
<p></p>
102102
<a href=""></a>
103103
<img
104-
src=""
105-
alt=""
104+
src=""
105+
alt=""
106106
/>
107107
</div>
108-
108+
109109
<p>Lorem <span class="red">ipsum</span> dolor sit amet consectetur.</p>
110-
110+
111111
<footer></footer>
112-
112+
113113
<form action="">
114-
<input type="text" placeholder="Enter your user name">
115-
<input type="email" name="" id="" value="a@gmail.com">
116-
<input type="password" name="" id="" placeholder="Enter your password">
117-
<input type="date" name="" id="">
118-
<input type="checkbox" name="" id="">
119-
<input type="radio" name="" id="">
120-
<!-- Home work -->
121-
<input type="submit" name="" id="">
122-
<input type="button" name="" id="">
123-
<input type="search" name="" id="" value="" placeholder="Search...">
124-
<button>Submit</button>
114+
<input
115+
type="text"
116+
placeholder="Enter your user name"
117+
/>
118+
<input
119+
type="email"
120+
name=""
121+
id=""
122+
value="a@gmail.com"
123+
/>
124+
<input
125+
type="password"
126+
name=""
127+
id=""
128+
placeholder="Enter your password"
129+
/>
130+
<input
131+
type="date"
132+
name=""
133+
id=""
134+
/>
135+
<input
136+
type="checkbox"
137+
name=""
138+
id=""
139+
/>
140+
<input
141+
type="radio"
142+
name=""
143+
id=""
144+
/>
145+
<!-- Home work -->
146+
<input
147+
type="submit"
148+
name=""
149+
id=""
150+
/>
151+
<input
152+
type="button"
153+
name=""
154+
id=""
155+
/>
156+
<input
157+
type="search"
158+
name=""
159+
id=""
160+
value=""
161+
placeholder="Search..."
162+
/>
163+
<button>Submit</button>
125164
</form>
126165
<button>Submit</button>
127166
</body>
Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
#lamborghini-revuelto{
2-
/* width: 200px; */
3-
/* height: 400px; */
1+
#lamborghini-revuelto {
2+
/* width: 200px; */
3+
/* height: 400px; */
44
}
55

6-
.img{
7-
width: 400px;
8-
border-radius: 10px;
6+
.img {
7+
width: 400px;
8+
border-radius: 10px;
99
}
1010

11-
.car{
12-
box-shadow: 1px 3px 4px black;
11+
.car {
12+
box-shadow: 1px 3px 4px black;
1313
}
1414

15-
.red{
16-
color: red;
17-
font-weight: bolder;
18-
19-
}
15+
.red {
16+
color: red;
17+
font-weight: bolder;
18+
}
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1.0"
8+
/>
69
<title>About</title>
7-
</head>
8-
<body>
9-
10-
</body>
11-
</html>
10+
</head>
11+
<body></body>
12+
</html>
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1.0"
8+
/>
69
<title>ContactUs</title>
7-
</head>
8-
<body>
9-
10-
</body>
11-
</html>
10+
</head>
11+
<body></body>
12+
</html>
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1.0"
8+
/>
69
<title>Products</title>
7-
</head>
8-
<body>
9-
10-
</body>
11-
</html>
10+
</head>
11+
<body></body>
12+
</html>

0 commit comments

Comments
 (0)