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

 

 

 

 

 

 

 

about author

PHRASE

Level 60  머나먼나라

차라리 아무 걱정이 없이 집이 가난할지언정 걱정이 있으면서 집이 부자가 되지 말 것이며, 차라리 걱정이 없이 초가에서 살지언정 걱정이 있으면서 좋은 집에서 살지 않을 것이며, 차라리 병이 없이 거친 밥을 먹을지언정 병이 있으면서 좋은 약은 먹지 말 것이다. -익지서

댓글 ( 4)

댓글 남기기

작성