-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
62 lines (60 loc) · 1.78 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Demo App</title>
<link rel="stylesheet" href="home.css">
<style type="text/css">
p,h3{
color:blue;
}
</style>
</head>
<body>
<h1 style="color: rgb(115, 255, 0);">Welcome To Mansoon Internship</h1>
<h2>Welcome To Mansoon Internship</h2>
<h3>Welcome To Mansoon Internship</h3>
<h4>Welcome To Mansoon Internship</h4>
<h5>Welcome To Mansoon Internship</h5>
<h6>Welcome To Mansoon Internship</h6>
<p>Welcome To Mansoon Internship 1 month internship on various technologies for the graduates.</p>
<ul>
<li>ui/ux</li>
<li>ai</li>
<li>mern stack</li>
<li>mean stack</li>
<li>cloud computing</li>
</ul>
<ol>
<li>oop</li>
<li>ios</li>
<li>android</li>
<li>data science</li>
<li>aws</li>
</ol>
<img src="https://www.simplilearn.com/ice9/free_resources_article_thumb/Technology_Trends.jpg"
alt="just a image"
width="300"
height="230"><br>
<img src="poocha.jpg" alt="" width="300"><br>
<a href="https://mbcet.ac.in/" target="_blank">click here</a>
<table>
<tr>
<th class="rf">name</th>
<th class="rf">place</th>
<th class="rf">age</th>
</tr>
<tr>
<td>rahu</td>
<td>kollam</td>
<td>32</td>
</tr>
<tr>
<td>priya</td>
<td>tvm</td>
<td>32</td>
</tr>
</table>
</body>
</html>