둘러보기/태그

기본 태그 2

dalmuli 2008. 7. 31. 10:32

==== 글자 태그 ====

<font></font>                                 글자 기본태그

<font color="색명 or RGB색상코드">   글자색 조정 
  ※ <font color="red"></font>     
빨간색

      <font color="blue"></font>     파랑색

      <font color="green"></font>   녹색

      <font color="#FF0000"></font> 빨간색

      <font color="#FFFF00"></font> 노랑색

      <font size=5 color=magenta face=궁서체>핑크

     <font size=5 color=red face=궁서체>        빨간색
     <font size=5 color=pink face=궁서체>      연한핑크색

 

    색상코드표=>클릭

<font size="1~7">or<font style=font-size:수치pt>or<h1>~<h6>

                                                        글자 크기 조정

  ※ <font size="5"></font>   (최대7까지)

      <h1></h1>                   (숫자가 작을수록 커짐.최대1까지)

      <font style = font-size:30pt></font>(숫자에따라)

<font face="글꼴">                               글꼴 조정

  ※  <font face="궁서체"></font>  궁서체

        <font face="돋움체"></font>  돋움체    

        <font face="바탕체"></font>  바탕체    

        <font face="Arial"></font>     Arial

<marquee> 글자 </marquee>                움직이는 글자(우에서 좌로)

<DIV ALIGN=right></div>                      오른쪽정렬

<DIV ALIGN=center></div>                    가운데 정렬

<DIV ALIGN=left></div>                        왼쪽 정렬

<font face="@궁서">                             @ => 글자가 쓰러집

<span style="background-color: 색명"></span>

                                                           글자주위에 색 넣음

'둘러보기 > 태그' 카테고리의 다른 글

기본 태그 1  (0) 2008.07.31