본문 바로가기

프로그래밍/HTML5

하이퍼링크

<!DOCTYPE html>
<html>
   <head>
      <title>맛클</title>
   </head>
   <body>
      <h1>안녕하세요</h1>
      <script> alert("안녕하세요 링크모음입니다.") </script>
      <p><a href=" http://www.matcl.com/" >맛클</a><p/>
      <p><a href="http://daintystory.tistory.com/" >티스토리블로그</a><p/>
      <p><a href="http://blog.naver.com/lsheng/">네이버블로그</a><p/>
      <p><a href=http://www.foxyroid.com/>하얀여우님 홈페이지</a><p/>
      <link rel ="stylesheet" href="style.css" />
   </body>
</html>

'프로그래밍 > HTML5' 카테고리의 다른 글

테이블태그  (0) 2017.09.20
글자태그,목록 태그  (0) 2017.09.20
본문 태그  (0) 2017.09.20
특수 기호 및 글자 크기  (0) 2017.09.20
자바스크립트,외부 자바스크립트  (0) 2017.09.20