-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (23 loc) · 994 Bytes
/
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vishvamitra Portfolio</title>
</head>
<body>
<a href="#"><img style = "border-radius : 100%"width = "200px" src = "all my images/vishva.png" alt="Vishva Phuto" /></a>
<h1><u>Vishvamitra Singh</u></h1>
<h3>IIT ISM DHANBAD . APPLIED GEOPHYSICS</h3>
<hr>
<h2>About Me</h2>
<p>This will set the viewport of your page, which will give the browser instructions on how to control the page's dimensions and scaling.
Here is an example of a web page without the viewport meta tag, and the same web page with the viewport meta tag:</p>
<h2>Link For Differen Topics : - </h2>
<ul>
<li><a href = "html_list.html">Html Lists</a></li>
<li><a href = "html_table.html">Html Tables</a></li>
<li><a href = "html_forms.html">HTML Forms</a></li>
</ul>
</body>
</html>