Lab !

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

<html>

<head>

<title> My HTML Page</title>

</head>

<body>

<h1>Hellow Everyone</h1>

<p> My First Webpage </p>

<img src=stark.png height="150" width="900" >

</body>

</html>
<html>

<head>

<title> Cross Pages </title>

</head>

<body> Useful Websites:- <br>

<a href="https://www.wikipedia.org/">Wikipedia</a>

<br>

<a href="https://www.google.co.in//">Google</a>

<br>

<a href="https://in.yahoo.com//">Yahoo</a>

<br>

</body>

</html>
<html>

<body>

<h2 style=margin-top:50px align="center">Personal Details</h2>

<br>

<form>

<p align="center">

<input type="text" placeholder="Enter your full name">

<br>

<br>

<input type="text" placeholder="Enter your contact details">

<br>

<br>

<input type="text" placeholder="Enter your Email-ID">

<br>

<br>

<input type="text" placeholder="Enter your Adhar Number">

<br>

</p>

</form> </html>

You might also like