To create or manage the size of an inscription on a web page, we need to use tags like the following:
<FONT SIZE="1"> Font size 1 </ FONT>
<FONT SIZE="2"> Font size 2 </ FONT>
<FONT SIZE="3"> Font size 3 </ FONT>
<FONT SIZE="4"> Font size 4 </ FONT>
<FONT SIZE="5"> Font size 5 </ FONT>
<FONT SIZE="6"> Font size 6 </ FONT>
<FONT SIZE="7"> Font size 7 </ FONT>
Results of the HTML tags above can be seen below.
Font size 1
Font size 2
Font size 3
Font size 4
Font size 5
Font size 6
Font size 7
We can combine the font size, font type, color, and type text simultaneously.
<FONT SIZE="4" FACE="Comic Sans MS" COLOR="green"> <B> This bold, use Comic Sans MS font, size 4, green. </ B> </ FONT>
Then it will be like below.
This bold, use Comic Sans MS font, size 5, red.
0 komentar:
Post a Comment