HTML 15 '꽃잔디'를 클릭하면 이동하는 페이지

프론트엔드/HTML|2021. 3. 18. 15:33
꽃잔디 링크(page1)

꽃잔디


꽃잔디는 아메리카 동부가 원산지로 원래는 건조한 모래땅에서 자라는 여러해살이풀이며 높이 10cm까지 자란다. 잎은 마주나기이며, 가장자리가 밋밋하고 털이 있다. 붉은색, 자홍색, 분홍색, 흰색 등 다양한 색깔의 꽃이 핀다.

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>꽃잔디 링크(page1)</title>
</head>
<body>
  <a href="https://upload.wikimedia.org/wikipedia/commons/4/42/PurpleFlowerWade.JPG"><h3>꽃잔디</h3></a>
  <img src="https://upload.wikimedia.org/wikipedia/commons/4/42/PurpleFlowerWade.JPG" width="300"><br>
  <p>꽃잔디는 아메리카 동부가 원산지로 원래는 건조한 모래땅에서 자라는 
    여러해살이풀이며 높이 10cm까지 자란다. 
    잎은 마주나기이며, 가장자리가 밋밋하고 털이 있다.
    붉은색, 자홍색, 분홍색, 흰색 등 다양한 색깔의 꽃이 핀다.
  </p>  
</body>
</html>

댓글()
구독