-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInline.html
33 lines (33 loc) · 1.51 KB
/
Inline.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1 style="font-size:16px; color:red;">Hi my name is nithesh and i am from punjalakatte</h1>
<p><br>Hi my name is nithesh and i am from punjalakatte,i am belongs to shettigar family</br>
Today i am in codelab BathaGudde Mangalore,I made pary on every sunday</br>
My close friend is pawan bangera.</br>
</p>
<pre>Hi my name is nithesh and i am from punjalakatte,i am belongs to shettigar family
Today i am in codelab BathaGudde Mangalore,I made pary on every sunday
My close friend is pawan bangera.</pre>
<h1 style="background-color: yellow;">Hi my name is nithesh and i am from punjalakatte</h1>
<h1 style="font-family:Arial, Helvetica, sans-serif; background-color: pink;font-size: 20px; color: blue;">Hi my name is nithesh and i am from punjalakatte,
i am belongs to shettigar family<br>
Today i am in codelab Mangalore,<br>
I made pary on every sunday<br>
My close friend is pawan bangera</h1>
<h1>my name is <i>nithesh</i></h1>
<h2><b>I made party on every sunday</b></h2>
<em>Nithesh</em>
<u>Nithesh</u>
<ins>Nithesh</ins>
<sub>Nithesh</sub>
<sup>Nithesh</sup>
<a href="https://www.google.com">click</a>
<img src="C:\Users\admin\vsc\Screenshot (2).png" width="500px" height="500px">
</body>
</html>