-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsession1.html
45 lines (29 loc) · 2.22 KB
/
session1.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
<!DOCTYPE html>
<html>
<head>
<title>Html Session 2</title>
<link rel="stylesheet" type="text/css" href="session1.css"/>
</head>
<body>
<h1>Hello 1</h1>
<h2>Hello 2</h2>
<h3>Hello 3</h3>
<h4>Hello 4</h4>
<h5>Hello 5</h5>
<h6>Hello 6</h6>
<!-- <p>I couldn’t get a job in IT because of my 2-year gap after graduation. Then, I was searching on google for good institutes that teach Data Science. Luckily I found EdYoda. Joining EdYoda was one of the best decisions I took. They supported me in every possible way and cleared all my doubts every now and then. I just love EdYoda’s teaching methodology. I would suggest everyone join this institute as their program content is up to date.</p>
<p>I couldn’t get a job in IT because of my 2-year gap after graduation. Then, I was searching on google for good institutes that teach Data Science. Luckily I found EdYoda. Joining EdYoda was one of the best decisions I took. They supported me in every possible way and cleared all my doubts every now and then. I just love EdYoda’s teaching methodology. I would suggest everyone join this institute as their program content is up to date.</p>
<p>I couldn’t get a job in IT because of my 2-year gap after graduation. Then, I was searching on google for good institutes that teach Data Science. Luckily I found EdYoda. Joining EdYoda was one of the best decisions I took. They supported me in every possible way and cleared all my doubts every now and then. I just love EdYoda’s teaching methodology. I would suggest everyone join this institute as their program content is up to date.</p>
<p>para 1</p>
<p>para 2</p>
<p>para 3</p> -->
<!-- <button onclick="alert(09090)">Click Me</button> -->
<!-- <script src="session1.js" type="text/javascript"></script> -->
<!-- <img src="img1.jpeg"/>
<img src="Img_folder/img1.jpeg">
<img src="../Outside_img_folder/img2.png" height="300" width="400" alt="demo_msg"> -->
<img src="../../Outside_img_folder/img2.png" height="300" width="400">
<img src="../../Outside_img_folder/img2.png" height="300" width="400">
<img src="../../Outside_img_folder/img2.png" height="300" width="400">
</body>
</html>