• Image 1
  • Image 2
  • Image 3
  • Image 4
  • Image 5
  • Image 6
  • Image 7




Wednesday, June 27, 2012

TUTORIAL TAQ LINK & IMG HTML FOR NEWBIE

Hi.... Welcome to my site.... For you was came... I want giving you tutorial HTML about "LINK and IMG"...

Link usually using for go to other url... or go to other site.... In made order to more eazy user in browser site... 
In HTML using "LINK" must starting with "<a>" and finish with "</a>"... If you not closing with "</a>".. all sentence from you start using "<a>" want readed as LINK....

And for IMG element form is "img src ="place_of_file.exetention"...
In input your image to web you must know place your image.... If your image at outside you can using "../"..

In to apper picture you can too setting width and height... in order to likely you want...

Ok this coding was I made.. You can Copy or write in your aplication... Or you can too paste in your notepad, but if you done, don't forget to change save as type become ".html".  ex : link.html.



<html>
<head>
<title>Atribut Taq Link & Img</title>
</head>
<body>
This Is Example From Taq Link<br>
You must start with "<a>" and finish with </a>
<br>
Because, If not... Not want readed as "LINK"
<br><br>
<b>This Example "LINK"</b><br>
<a href="http://www.have-fun-and-enjoy.blogspot.com">
We Are Knowledge</a>
<br><br>
<b>For Link With Atribut "BLANK"<b>
<br>
<a target="_blank" href="http://www.have-fun-and-enjoy.
blogspot.com">We Are Knowledge</a><br><br>
This example Insert Image<br><br>
<img src="place.jpg" width="170" height="170">
<br><br>
Example image not one folder<br><br>
<img src="../place2.jpg" width="150" height="170">
<br><br>
</body>
</html>




If was copy... Paste in your aplication...
And result like this




























And nest you must save as type "HTML"... If not... your program bot working...
example... namefile.html...

If done.. you can double click for working.... will to appear in your web browser. And you just click the "link" and you want move to address of link




Ok just it..

If you will download source code you can do it...


Tutorial for file document  >> This
Tutorial for file HTML         >> This


Thanks for you...
have fun and enjoy it...
see you later...

No comments:

Post a Comment