Friday, July 11, 2014

Titles and images

                                                             Hey
today i'll talk about how to make title on your web page its the text will be in the top of the tab in your browser its very easy dont worry guys and we all here are beginners so we'll learn from each other
here we go:
<html>
<head>
<title>My Page</title> */ this tag is used in head to make title to the web page
</head>
<body>
hello
</body>
</html>
now we'll talk about images sure web page without images is nothing and it'll be very boring so how to include images in your website first of all we should save the pic in the same folder of our html file if we dont want to put the whole url of the pic i mean if it was in the same folder we just have to put the name of the pic for example "xxxx.jpg" but if it was in another folder we should do it like this "D:\mypics\pic1.jpg"
now there's a specific tag to declare an image this tag is <img>
now how to use this tag :
<html>
<head>
<title>My Page</title> */ this tag is used in head to make title to the web page
</head>
<body>
hello
<img src="pic1.jpg"> */src it means the source of your pic or the url or the address of the pic
</body>
</html>
Thank you guys for reading :)
now we have a facebook page it'll be amazing if you join me there too and i need admins to help me and share me my passion to help all beginners around the world to become experts my mission is to give them the first steps then i'll give them the books,websites,videos and tutorials to continue their way to become a professional :).
visit us https://www.facebook.com/4Tech.tech

No comments:

Post a Comment