-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasic HTML.html
More file actions
110 lines (88 loc) · 2.88 KB
/
Copy pathbasic HTML.html
File metadata and controls
110 lines (88 loc) · 2.88 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
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
<html>
<head>
<link rel="stylesheet" href="internal2css.css">
</style>
</head>
<body >
<h1><span style="color:white;">****Industries.in</span></h1>
<h2><span style="color:white;">A global export refineries</span></h2>
<button onclick="document.location='https://www.w3schools.com/html/tryit.asp?filename=tryhtml_links_button_element'">HTML Tutorial</button>
<br>
<br>
<br>
<ul>
<li><a class ="active"href=#home">HOME</a></li>
<li><a href="news link NAVIGATION.jpg">NEWS</a></li>
<li><a href="Contact list link.jpg">Contact</a></li>
<li><a href="RESUME_withcss.html">ABOUT</a></li>
<li><a href="index.html">Register here</a></li>
<li><a href="images.png">R&D </a></li>
<li><a href="Select the division">
<li><a href="Select the division">
<label for="cars">Choose a division :</label>
<select id="cars" name="cars">
<option href="production web link.jpg">Production/Manufacturning</option>
<option href="saab">Material Procurement</option>
<option href="Financial link pic.jpg">Financial services</option>
<option href="audi">Sales & Marketing</option>
</select></li>
<br>
</ul><br>
<br>
<br>
<br>
<br>
<marquee><b><span style="color:white;">This website belongs to ***** refineries and will display all the information regarding it and its subsideries</span></b>.</marquee>
<marquee direction="left"></marquee>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div class="Video">
<video width="340px" height="220px" controls>
<source src="How EY's decision to break its audit and consulting business can change the way 'big four' hire.mp4" type="video/mp4">
<source src="How EY's decision to break its audit and consulting business can change the way 'big four' hire.ogg" type="video/ogg">
Your browser does not support the video tag.
</video></div>
<div class="leftdiv">
<ol><p><span style="color:aqua">This is What we offer at best</span></p>
<li>Data analysis</li><br>
<li>Foriegn language</li><br>
<li>Project Management</li><br>
<li>Networking</li><br>
<li>Media Marketing</li><br>
<li>Team Management</li><br>
<li>Computing</li><br>
<li>Software Engineering</li><br>
<li>Data Presentation</li>
</ol></div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div class="details">
<p><span style="color:white;">This Portal is a Mission Mode Project under the National E-Governance Plan, and is owned, designed and developed by National Informatics Centre (NIC), Ministry of Electronics & Information Technology, Government of India. The content linked through NPI is owned and maintained by the respective Ministries/Departments.</span></p>
</body>
</html>