☆ HTML와 태그 3요소
◈ FONT
▣ font(글씨) 태그 의 기본형
<font size=3 color=red face=궁서체> 미추홀사랑 </font>
☆ font(글씨) 태그 에 style 넣기
<font style="font-size;12" color=red face=궁서체> 미추홀 사랑 </font>
☆ font(글씨) 태그에 특수한 그림자 넣기
<span style="font-weight:none; color:red; width:100%; height: 12; font-size: 12pt; Filter:shadow(color=yellow,direction=135)"> 미추홀 사랑 </font>
◈ Marquee
▣ marquee(움직이기) 태그 의 기본형
<marquee direction=up scrollamount=1>
<font size=3 color=red face=궁서체>
미추홀사랑</marquee></font>
☆marquee(움직이기) 태그로 그림을 좌우로 움직이기
<marquee behavior=alternate scrollamount=2>
<img src=http://kth5775.com.ne.kr/090707/090806/10.jpg width=300 height=200></marquee>
☆ marquee(움직이기) 태그로 달리는 물체의 방향바꾸기
<marquee direction=right scrollamount=2>
<img src=http://isoul.com.ne.kr/gif/animal/images/ani32.gif></marquee><br>
<marquee direction=right scrollamount=2 style=filter:fliph()>
<img src=http://isoul.com.ne.kr/gif/animal/images/ani32.gif><br>
</marquee>
☆ marquee(움직이기) 태그 2중마퀴로 좌우로 글씨 올라가기
<MARQUEE scrollAmount=2 scrollDelay=100 direction=up>
<MARQUEE scrollAmount=2 scrollDelay=100 behavior=alternate height=350>
<font size=3 color=red face=궁서체>
미추홀사랑동호회 </marquee></marquee></font>
☆ marquee(움직이기) 태그로 2중마퀴로 글씨가 멈추면서 올라가기
<marquee direction=up behavior=alternate scrollamount=1 scrolldelay="100" height=300>
<marquee style="text-align:left;margin-left:10;width:100%;line-height=100%" direction="up" scrollamount="1" scrolldelay="100">
<font size=3 color=red face=궁서체>
미추홀사랑동호회</marquee></marquee></font>
◈ Table
▣ table<테이불) 태그의 기본형태
<table border=5 bordercolor=red cellspacing=5 cellpadding=10 bgcolor=white width=600 height=400 ><tr><td>
<img src=http://kth5775.com.ne.kr/090707/090806/10.jpg >
</td></tr></table>
⊙ 단독으로 사용하는 태그
○ br 한줄 띄우기 ○ p 두줄 띄우기 (br의 2개 효과)
○ b 글자를 굵게 만들기 ○ I 글자를 옆으로 만들기 (이태릭체)
○ ul 한칸씩 띄우기 ○ u 글짜에 밑줄긋기
○ pre 본래대로 보이기 ○ center 가운데로 보내기