html tags

[일반적]/HTML 기초 2011. 10. 7. 13:31

 The tags used to produce links are the <a> and </a>.

The <a> tells where the link should start and the </a> indicates where the link ends.

Everything between these two will work as a link.

The target of the link is added to the <a> tag using
the href="http://www.whateverpage.com" setting.

The example below shows how to make the word here work as a link to yahoo.

Click <a href="http://www.yahoo.com">here</a> to go to yahoo.
 


You simply:

Specify the target in the <a href=" ">.


Then add the text that should work as a link.


Finally add an </a> tag to indicate where the link ends.

 

 

http://www.w3schools.com/tags/tag_div.asp (HTML 태그 목록)

http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_div_test (HTML Try it yourself! 직접연습 게시판)

 

 HTML 튜토리얼/ 학습게시판 www.html.net

http://www.html.net/tutorials/html/lesson8.php

 

 

 

 

 

This article was written in springnote.

설정

트랙백

댓글