dwpd-lab-1-1
Lab # 1
Introduction to html & CSS

1. Write a HTML code for displaying image and demonstrate hyper linking.

Lab1-1-Image-and-Hyperlink.html
<!DOCTYPE html>
<html lang="en">
<head>
   
    <title>Lab 1-1</title>
</head>
<body>
    <img src="practicalserver-logo.png" alt="logo"><br>
    Visit: <a href="http://practicalserver.blogspot.in/" target="_blank">Practical Server</a>
</body>
</html>

Output
dwpd lab 1-1 output
DWPD Lab 1-1 output by Practical Server
VISIT: https://codesnail.com Happy Coding :)