Web Development Tutorial {PART 2}
Hello Friends,
In our first class i told you to how to create a website so, Today i will teach you to how to insert an image in web developing with the help of HTML.
<html>
<head>
<title> www.websitename.com </title>
</head>
<body>
<font color="yellow">
<h1> <p align="center"> </h1>
<img src="Nameofphoto.jpg"/>
</body>
</html>