Adsense

Translate the website into your language :)

Latest News

Powered by Blogger.

Web Design, HTML : Inserting image in a page


In this lesson we’ll learn how to insert image in a HTML page.Just like this:





Now lets go how we can do this.
First open a notepad.To open notepad go
Start>>All programs/programs>>Accessories>>Notepad
We have opened a notepad.Then we apply the simple HTML code.
<html>
<body>
(BODY part)
</body>
</html>
We do our desired coding for inserting image in the body part.
The main part of coding is :
<img src=”name.jpg”>
Here the image name and image type must have to include in the invited comma. Before doing this the image which we want to input must keep in the place where we want to save it as name.html.



Web Design, HTML : Inserting image in a page
  • Title : Web Design, HTML : Inserting image in a page
  • Posted by :
  • Date : 09:33:00
  • Labels :
  • Blogger Comments
  • Facebook Comments

0 comments:

Post a Comment

Top