HTML Lab
HTML Lab
Out put :
Out put :
Out put :
Out put :
Out put :
Out put :
Out put :
Out put :
Out put :
Out put :
Out put :
Out put :
Out put :
Out put :
Out put :
<label>
Course :
</label>
<select>
<option value="Course">Course</option>
<option value="BCA">BCA</option>
<option value="BBA">BBA</option>
<option value="B.Tech">B.Tech</option>
<option value="MBA">MBA</option>
<option value="MCA">MCA</option>
<option value="M.Tech">M.Tech</option>
</select>
<br>
<br>
<label>
Gender :
</label><br>
<input type="radio" name="male"/> Male <br>
<input type="radio" name="female"/> Female <br>
<label>
Phone :
</label>
<input type="text" name="country code" value="+91" size="2"/>
<input type="text" name="phone" size="10"/> <br> <br>
Address
<br>
<textarea cols="80" rows="5" value="address">
</textarea>
<br> <br>
Email:
<input type="email" id="email" name="email"/> <br>
<br> <br>
Password:
<input type="Password" id="pass" name="pass"> <br>
<br> <br>
Re-type password:
<input type="Password" id="repass" name="repass"> <br> <br>
<input type="button" value="Submit"/>
</form>
</body>
</html>
</body>
</html>
Out put :
Out put :
Out put :
div.gallery:hover {
border: 1px solid #777;
}
div.gallery img {
width: 100%;
height: auto;
}
div.desc {
padding: 15px;
text-align: center;
}
</style>
</head>
<body>
<div class="gallery">
<a target="_blank">
<img src="C:\Users\admin\Downloads\download.jpg" width="500"
height="600"></img>
</a>
<div class="desc">Add a description of the image here</div>
</div>
<div class="gallery">
<a target="_blank">
<div class="gallery">
<a target="_blank">
<img src="E:\NSS Youth Camp - 2023\IMG_0001.JPG" alt="Northern Lights"
width="600" height="400">
</a>
<div class="desc">Add a description of the image here</div>
</div>
<div class="gallery">
<a target="_blank">
<img src="E:\NSS Youth Camp - 2023\IMG_0012.JPG" alt="Mountains" width="600"
height="400">
</a>
<div class="desc">Add a description of the image here</div>
</div>
</body>
</html>
Out put :
Out put :
Out put :
Out put :
Out put :
Out put :
Out put :
Out put :