Insert picture in HTML
How to Insert picture in HTML
In this tutorial we use two important tab of HTML language
<center> : To align picture at center .
<img src>=".." : To insert image.
<h1> :To give heading.
<h1> :To give heading.
Step : 1
Open the notepad
Step : 2
Type this code in notepad
<html>
<head><title>inserting picture</title>
<br>
<center>
<h1>Inserting image</h1>
<img src="***your source***">
</center>
</head>
</html>
<head><title>inserting picture</title>
<br>
<center>
<h1>Inserting image</h1>
<img src="***your source***">
</center>
</head>
</html>
Step : 3
Save this file .html extension
Step : 4
its simple
Comments
Post a Comment