Thursday, July 10, 2014

My website icon

                                                            hey i'm back again :)
lets start with new thing
how to put an icon on your web page just like in every website so here we go
first we want to get our pic the one we want to put in the top the tab in the browser you should put it near to the html file you just saved like we did before if anyone here didnt know how please go back to the first lesson you can know how .
lets start then ;)
<html>
<head>
<link rel="shortcut icon" href="xxx.ico"> */first of all rel means what is that link and href is like the Url so
                                                                you should put the url of your pic in the href part
</head>
<body>
<h4>hope you like it</h4>
</body>
</html>

No comments:

Post a Comment