배움터/컴상식,인터넷이용

태그로 구성된 html 기본형

어르신1 2011. 8. 4. 20:33

☆ 태그로 구성된 html 기본형 

 ▣ font(글씨) 태그 의 기본형        

         <font size=3 color=red face=궁서체>   구인회 </font>

 

 marquee(움직이기) 태그 의 기본형

         <marquee direction=left scrollamount=1>

        <font size=3 color=red face=궁서체>  

           구인회</font></marquee>

 

  ▣  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/02.jpg>

 </td></tr></table>

      

    ▣  img(이미지) 태그 : jpg,gif등 그림을 보이게 하는 태그

          <img src= http://kth5775.com.ne.kr/090707/090806/01.jpg width=600 height=400> 

 

     ▣  embed(음악 또는 스위시) 태그 : mp3 등 음악파일 이나 swf의 스위시파일 실행

          ☆ 음악    

            <embed src=http://mediafile.paran.com/MEDIA_872453/BLOG/200710/1192170432_fallletter.wma width=300 height=45>

         ☆ 스위시 작품

           <embed src="http://bada6325.com/swish/01.swf" width="540" height="350"     type="application/x-shockwave-flash">

 

   ▣  link(링크) 태그 :link를 걸어서 주요 내용을 보여 주거나 작품소스 분석

         <a href=http://kth5775.com.ne.kr/090707/090806/02.jpg> <font face=궁서 color=purple size=4>
         <img src=http://isoul.com.ne.kr/gif/button/images/bu53.gif><br>
         아름다운 자연경관</a></font>

 

 ▣  iframe 태그 ; 섬네일, html, anfy 등 작품을 실행

       <iframe  src="http://koj045.com.ne.kr/090925/555.html " width=670 height="560" scrolling=no frameborder=0></iframe>


 

 ⊙  단독으로 사용하는 태그

      ○ br   한줄 띄우기                ○ p   두줄 띄우기(br의 2개 효과)

      ○ b    글자를 굵게 만들기       ○ I   글자를 옆으로 만들기(이태릭체)

      ○ ul   한칸씩 띄우기             ○ u  글짜에 밑줄긋기

      ○ pre   본래대로 보이기        ○ center  가운데로 보내기