본문 바로가기
WEB Archive

[HTML] pre, xmp 태그

by universedevelope 2024. 8. 19.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Test009.html</title>
</head>
<body>

<div>
	<h1>pre 태그 / xmp 태그</h1>
	<hr>
</div>

<div>

	나 보기가 역겨워 가실 때에는
	말 없이 고이 보내드리오리다.


	<pre>
	
	<font color = "blue"> 나보기가               역겨워 가실 때에는</font>
	말 없이 고이 보내드리오리다.
	</pre>
	
	<xmp>
	
	<font color = "blue"> 영변에 약산              진달래 꽃</font>
	아름따다 가실 길에 뿌리오리다.
	
	</xmp>
	
</div>


</body>
</html>
728x90

댓글