본문 바로가기
Information Technology/HTML5

[HTML5] 03. Training for A Tag

by Patrick Moon 2019. 8. 18.
<!DOCTYPE html>
<html>
<head>
    <title>Sample</title>
</head>
<body> 
    <div><a href="http://www.naver.com">Naver</a></div>
    <div><a href="http://www.google.com">Google</a></div>
    <div><a href="http://daum.net">Daum</a></div>
</body>
</html>

Coding to input hyperlink for each texts

 

댓글