티스토리 뷰
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR">
<title>Insert title here</title>
</head>
<!-- escape_test.html
부등호 괄호는 태그를 정의하는데 예약되어있음.
'<' '>'
태그가 아닌 문자로 출력하고 싶을때 브라우저 엔진에
등록되어있는 변수(엔티티)를 사용하면 됨
방법)
&변수명;
종류)
< : lt
> : gt
-->
<body bgcolor="yellow" text="red" background="../image/jang.jpg/">
Servlet과 JSP
<br>
<font color="green">Servlet</font> & JSP
<br>
<gildong>
<br>
<center>중앙정렬</center>
<hr>
<hr size="10" color="green">
<hr width="300" align="right">
<!-- 정렬 -->
</body>
</html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR">
<title>Insert title here</title>
</head>
<!-- escape_test.html
부등호 괄호는 태그를 정의하는데 예약되어있음.
'<' '>'
태그가 아닌 문자로 출력하고 싶을때 브라우저 엔진에
등록되어있는 변수(엔티티)를 사용하면 됨
방법)
&변수명;
종류)
< : lt
> : gt
-->
<body bgcolor="yellow" text="red" background="../image/jang.jpg/">
Servlet과 JSP
<br>
<font color="green">Servlet</font> & JSP
<br>
<gildong>
<br>
<center>중앙정렬</center>
<hr>
<hr size="10" color="green">
<hr width="300" align="right">
<!-- 정렬 -->
</body>
</html>
'휴지통 > HTML' 카테고리의 다른 글
test (0) | 2013.05.21 |
---|---|
image_test (0) | 2013.05.21 |
block_test (0) | 2013.05.21 |
HTML2 (0) | 2013.05.21 |
HTML1 (0) | 2013.05.21 |