-->

CSS3

font.jsp

 

<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
</head>
<body>

<%
	for(int i=1; i<=7; i++)  { %>

<font size="<%= i %>">hello</font><br/>
<% } %>	

<!-- 
inline style sheet : 해당 태그에만 적용되는 스타일 style="속성:값" 

-->

<p style="font-size:1px">hello</p>





</body>
</html>

















 

 

hello
hello
hello
hello
hello
hello
hello

hello

 

 

 

 

 

 

CSS3

 

about author

PHRASE

Level 1  머나먼나라

댓글 ( 4)

댓글 남기기

작성