el !


'3' 〝I can't stop smiling like an idiot〞'3'
About Me
Replace this with your own description here. Go to "Edit HTML" to change this.

Thursday 16 October 2014

Coding 

<html>
<head>
<title> ukuran font</title>
</head
<body>
 font dengan size normal <br>
 <font size="1"> font size 1 </font><br>
 <font size="2"> font size 2 </font><br>
 <font size="3"> font size 3 </font><br>
 <font size="4"> font size 4 </font><br>
 <font size="5"> font size 5 </font><br>
 <font size="6"> font size 6 </font><br>
 <font size="7"> font size 7 </font><br>
 <font size="-2"> font size -2 </font><br>
 <font size="-1"> font size -1 </font><br>
 <font size="+0"> font size +0 </font><br>
 <font size="+1"> font size +1 </font><br>
 <font size="+2"> font size +2 </font><br>
</body>
</html>

Output



ukuran font

font dengan size normal
font size 1
font size 2
font size 3
font size 4
font size 5
font size 6
font size 7
font size -2
font size -1
font size +0
font size +1
font size +2
Categories:

0 comments:

Post a Comment