본문 바로가기

프로그래밍/html

task2_image center

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>

<h2>타히티의 풍경</h2>
남태평양 타히티 (프랑스령 폴리네시아)는 100여개의 섬으로 구성되어 있습니다.<br>
남쪽 섬의 낙원이라고 부르기에 걸맞게 세계적으로 유명한 관광지이기도 합니다.<br><br>

<div align="center">
	<img alt="이미지가 없음" src="./image/tahiti01.jpg" border="5"><br><br>
</div>

포라포라 섬에는 수상의 호텔이 있습니다.

</body>
</html>


<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>


<h2>타히티의 풍경</h2>
남태평양 타히티 (프랑스령 폴리네시아)는 100여개의 섬으로 구성되어 있습니다.<br>
남쪽 섬의 낙원이라고 부르기에 걸맞게 세계적으로 유명한 관광지이기도 합니다. <br><br>
<div align = "center"></div>
<img alt = "이미지 없음" src="tahiti01.jpg" border = "5"><br>
</div>
 포라포라 섬에는 수상의 호텔이 있습니다.
 
</body>
</html>

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

task5_테이블  (0) 2020.01.10
task3_단락 구성_link, image  (0) 2020.01.10
task1_ui구성_특정 폰트 색 지정  (0) 2020.01.10
sample5_css호환/ 게시글 작성_파일 삽입  (0) 2020.01.08
sample4_jsp호환  (0) 2020.01.08