-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path1st prog.html
34 lines (32 loc) · 877 Bytes
/
1st prog.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
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<title>My Own Web Page</title>
<link rel="stylesheet" type="text/css" href="">
</head>
<body>
<h1 align="center" style="background-color: yellow;color: orange" >YO BRO</h1>
<p style="color: red">Hey guys today we r going to practice html basics and css...and dont forget github daah!!!</p>
<p style="background-color: green" >
<hr><h5>
In this para we will try to add colour to our font
</h5>
<hr>
</p>
<p align="center">
<br>
<br>
<img src="C:\Users\Chanpreet\Desktop\iipc class\IntroToWeb-master\Html intro\gtbit.jpg">
</p>
<br>
<br>
<p>
these were the founders pg android:
<img src="C:\Users\Chanpreet\Desktop\masterclass\IMG\download.jpg" width="125" height="200">
<br>
<hr>
<a href="https://www.youtube.com/watch?v=nkTdESAz07M&list=RDnkTdESAz07M&index=1">click here</a>
</p>
</body>
</html>