-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
188 lines (149 loc) · 6.6 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!-- <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="./css/style.css" />
<title>Homepage</title>
</head>
<body>
<h1>Welcome to the homepage</h1>
</body>
</html> -->
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css2?family=Baloo+Paaji+2:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./style2.css">
<meta charset="UTF-8" name= "description" content= "metal art ">
<meta name="author" content="Raj Panchal">
<meta name="keywords" content="metal,art,brass">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!--for display control on devices-->
<title>
hello web development v2
</title>
</head>
<body >
<header>
<nav >
<table style="background-color: rgba(194, 100, 13, 0.616);">
<tr > <td>go to : home page</td> </tr>
<tr> <td> builds </td></tr>
<tr> <td> place order</td></tr>
</table>
</nav>
<h1 class="title">
COVID19: The Snap of Thanos ?!
</h1>
<p>
<i>let's html</i>
</p>
</header>
<main>
<article id="txt">
<h2 >html<big>doesnt</big> care about white space</h2>
<h3 >layout is simialar to stack layout</h3>
<big><p >H<sub>2</sub>O</p><big/>
<p>10<sup>2</sup></p>
<!--and that is how to comment-->
<section id="ads">google ads</section>
<br/>
</article>
<article class="article" id="staysafe">
<section> <!--for optimization use these tags they're optional-->
<h2>stay home stay safe:</h2> our art work is <span class="snipp">hand crafted by workers at home</span> as soon as oreder sending permissions open the parts will be delivered and combined there at the time of installation
</section>
<br/>
<section>
meet our workers online
</section>
<br/>
<sectoin>
see current works in progress
</sectoin>
</article>
<a class="link" href="https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API" target="blank">web gl </a> <!--is an inline element-->
<a class="link" href="https://www.w3schools.com/css/default.asp" target="blank">css</a>
<a class="link" href="./Screenshot.png" ><h3>image</h3></a>
<!--create image button using image in place of hyperlink text-->
<a href="./deepspace2.jpg">
<img id="img" src="./deepspace.jpg" width="100%" alt="link to origins"/> <!--or just width to maintain aspect ratio-->
</a>
<br/>
<br/>
<!-- <video src="./videoplayback.mp4" loop controls height="350"></video> -->
<iframe width="100%" src="https://www.youtube.com/embed/_4i4PUOWkWM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<ul class="metals">
<li>brass</li>
<li>bronze</li>
<li>iron</li>
</ul>
<ol class="metals" type="A">
<li>brass
<ul>
<li>90% copper</li>
<li>80% copper</li>
</ul>
</li>
<li>bronze</li>
<li>iron</li>
</ol>
<dl class="metals">
<dt>80%</dt>
<dd>10$/kg</dd>
</dl>
<br/>
<br/>
<table style="background-color: beige;">
<caption>list of metals</caption>
<tr>
<th colspan="3">metals</th>
</tr>
<tr>
<td style="background-color: saddlebrown;">copper</td>
<td style="background-color: silver;">zinc</td>
<td style="background-color: whitesmoke;">nickel</td>
</tr>
</table>
<span>inline</span>
<span>inline</span>
<span>span1</span>
<div>blockelement</div>
<div>blockelement</div>
<div>divele</div>
<form class="form">
<input type="text" value="enter username"/>
<input type="password"/>
<textarea rows="10" cols="20" >
type your story
</textarea>
<input type="date" class="in"/>
<input type="range" class="in"/>
<input type="file" class="in"/>
<input type="checkbox" class="in"/>
<input type="checkbox" class="in"/>
<input type="radio" name="sel" class="in"/>
<input type="radio" name="sel2" class="in"/>
<input type="submit"/>
</form>
<iframe class="notloading" csrc="https://www.microsoft.com/en-us/p/apex-legends/bv9ml45j2q5v?activetab=pivot:overviewtab" height="500" >free game 1</iframe>
<iframe src="https://us.shop.battle.net/en-us/product/call-of-duty-warzone" height="500" frameborder="0" >free game2</iframe>
<div class="division">
<div class="divitem" style="order:1; flex-grow:1; flex-shrink:1; background-color: rgba(0, 0, 255, 0.5); ">f</div> <!--flex shorthand is flex: grow shrink basis;-->
<div class="divitem" style="order:3; flex-grow:1; flex-shrink:1; background-color: rgba(0, 0, 255, 0.5); ">t</div>
<div class="divitem" style="order:4; flex-grow:1; flex-shrink:1; background-color: rgba(255, 0, 0, 0.5); ">G</div>
<div class="divitem" style="order:2; flex-grow:1; flex-shrink:1; background-color: rgba(255, 72, 0, 0.5); ">i</div>
</div>
<!-- <div class="griddivision">
<div class="divite" style="order:1; "><img class="icon" src="./linkedin.jfif" /> </div> //flex shorthand is flex: grow shrink basis
<div class="divite" style="order:3; "><img class="icon" src="./github.jfif" /> </div>
<div class="divite" style="order:4; "><img class="icon" src="./ldce.jfif" /> </div>
<div class="divite" style="order:2; "><img class="icon" src="./web.jpg" /> </div>
</div> -->
</main>
<footer>
contact :
</footer>
</body>
</html>