본문 바로가기
Etc/HTML & CSS

웹사이트 완성

by 달의 조각 2021. 3. 14.

https://yujung-jang.github.io/web1/

 

index.html

 

<!doctype html>
<html>
<head>
<title>Spring</title>
<meta charset="utf-8">
</head>
<body>
  <h1><a href="index.html">Goal</a></h1>
<ol>
  <li><a href="1.html">Dream</a></li>
  <li><a href="2.html">Hope</a></li>
</ol>
<h2>Finally achieve the goal</h2>
<img src="index.jpg" width="100%">
<p style="margin-top:45px;">
<strong>
Great minds have purposes, others have wishes.
</strong>
</p>
</body>
</html>

 

 

1.html

 

<!doctype html>
<html>
<head>
<title>Spring</title>
<meta charset="utf-8">
</head>
<body>
  <h1><a href="index.html">Goal</a></h1>
<ol>
  <li><a href="1.html">Dream</a></li>
  <li><a href="2.html">Hope</a></li>
</ol>
<h2>Dream</h2>
<img src="Dream.jpg" width="100%">
<p style="margin-top:45px;">It's your eyes that shake.</p>
<p>The hand that pulls the bowstring.</p>
<p>I doubt whether I can hit the mark.</p>
<strong>The <a
  href="https://search.naver.com/search.naver?where=nexearch&sm=top_hty&fbm=0&ie=utf8&query=%EB%AA%A9%ED%91%9C"
  target="_blank" title="Goal">target</a> is <u>always</u> there.</strong>
</body>
</html>

 

 

2.html

 

<!doctype html>
<html>
<head>
<title>Spring</title>
<meta charset="utf-8">
</head>
<body>
  <h1><a href="index.html">Goal</a></h1>
<ol>
  <li><a href="1.html">Dream</a></li>
  <li><a href="2.html">Hope</a></li>
</ol>
<h2>Hope</h2>
<img src="Hope.jpg" width="100%">
<p style="margin-top:45px;"><a
  href="https://terms.naver.com/entry.nhn?docId=657676&cid=46622&categoryId=46622"
  target="_blank">세종</a>께서 말씀하시길,</p>
<strong>"<u>그대의 자질은 아름답다</u></strong>
<p>그런 자질을 가지고 아무것도 않겠다 해도</p>
<p>내 뭐라 할 수 없지만</p>
<p>그대가 만약 온 마음과 힘을 다해 노력한다면</p>
<p>무슨 일인들 해내지 못하겠는가</p>
<p>그러니 부디 포기하지 말길"</p>
<p style="margin-top:30px;">-세종 22년 7월 21일</p>
</html>

'Etc > HTML & CSS' 카테고리의 다른 글

웹 앱 화면 설계하기  (0) 2022.06.28
페이지 레이아웃  (0) 2022.06.28
CSS  (0) 2022.06.27
HTML  (0) 2022.06.27
웹호스팅(github pages)  (0) 2021.03.14

댓글