SlideShare ist ein Scribd-Unternehmen logo
1 von 42
Downloaden Sie, um offline zu lesen
2                     F F    HTML

            Mr.Warawut Khangkhan
     Twitter: http://twitter.com/awarawut
Facebook: http://www.facebook.com/AjWarawut
        E-Mail: awarawut@hotmail.com
              Mobile: 083-0698-410
HTML
        F                         HTML
                       F
                           HTML
                 F
            F




2   2       F F HTML                     Mr.Warawut Khangkhan
HTML




3   2    F F HTML   Mr.Warawut Khangkhan
HTML
    HTML – HyperText Markup Language
                                F             F                   F
                          F         F             F       F

            F                           F F                   F       F                   F
                F
    HTML                                              F                   F           F
                    F   F F F




4   2      F F HTML                                                           Mr.Warawut Khangkhan
F                                         HTML
                F                  Static          F
                                          F                        F      F         F
                                               F
            F                                          F   F   F
                       F       F    F F                                         F




5       2           F F HTML                                           Mr.Warawut Khangkhan
F              HTML




6   2       F F HTML          Mr.Warawut Khangkhan
F                                   HTML
            F              HTML           F    F2 F
        F              F              F
        F                         F           < >      <   >              F
                    (Tag)”




7   2                 F F HTML                             Mr.Warawut Khangkhan
(Tag)
      F                                   HTML                      less-
    than bracket ( < )      greater-than bracket ( > )       Tag
    HTML F F 2
        Tag    -     Tag F F                 F
        <br>, <hr>
        Tag / -          Tag           F Tag        Tag            Tag
                       slash ( / )      F      Tag      F
        <b> … </b>, <p> … </p>




8     2      F F HTML                                   Mr.Warawut Khangkhan
Attribute
     Attributes    F                   Tag F F
     < > F Tag          F Tag
         HTML F              Attribute      F                F
      F          Attribute     F 1 Attribute F F F F             F
     Attributes    Tag
          <p align=“left|right|center|justify”> … </p>




9    2     F F HTML                            Mr.Warawut Khangkhan
F          F             HTML
     <html>
     <head>
          Tag             F       Head Section
     </head>

     <body>
          Tag                 F   Body Section
     </body>
     </html>

10    2    F F HTML                              Mr.Warawut Khangkhan
F                  (Head Section)
     <head>
        <title> F               </title>
        <meta http-equiv=“content-type”
     content=“text/html; charset=tis-620”>
        <meta name=“author” content=“author-name”>
        <meta name=“keywords” content=“keyword-1,
     keyword-2”>
     </head>



11        2   F F HTML                   Mr.Warawut Khangkhan
F                  (Head Section)




12       2   F F HTML                Mr.Warawut Khangkhan
F                                (Body Section)
             F                            F
                              F   F Tag             F   F         F   F       ,
                 ,        ,                   F F




13       2           F F HTML                               Mr.Warawut Khangkhan
F




14   2   F F HTML       Mr.Warawut Khangkhan
F
         F                                          F                        F
               F              F F                       F       F                   F
                                        F   F   F
              HTML                      (Tag)               F
             Tag <FONT>
             Tag




15   2             F F HTML                                         Mr.Warawut Khangkhan
Tag <FONT>
     <FONT FACE = “…” SIZE = “…” COLOR = “…”>   F           </FONT>




             F                                          F
      FACE         F             F   F   FACE = “FreesiaUPC”
      SIZE         F            FF       SIZE = “24”
     COLOR         F       FF            COLOR = “#FF0000”




16     2     F F HTML                               Mr.Warawut Khangkhan
F                 F
     <FONT FACE = “AngsanaUPC” SIZE = “14”
      COLOR = “#FF0000”>
            AngsanaUPC       14
     </FONT>
     <BR>
     <FONT FACE = “BrowalliaUPC” SIZE = “24”
      COLOR = “#00FF00”>
            BrowalliaUPC      24
     </FONT>

17    2       F F HTML                  Mr.Warawut Khangkhan
Tag
                                                                     F
      <B>                            (Bold)          <B> F         </B>
      <I>                            (Italic)        <I> F        </I>
      <U>                        F   F (Underline)   <U> F          </U>
      <S>                        F   F               <S> F         </S>
                (Strikethrough)
     <SUB>                   F       (Subscript)     <SUB> F             </SUB>

18          2     F F HTML                                     Mr.Warawut Khangkhan
Tag                           ( F )
                                                         F
     <SUP>              (Superscript)       <SUP> F          </SUP>
     <BIG>                                  <BIG> F          </BIG>
              (Big)
 <SMALL>                                    <SMALL> F
              (Small)                       </SMALL>
<MARQUEE>                     F             <MARQUEE> F
                           F F IE           </MARQUEE>
                 F
19      2    F F HTML                            Mr.Warawut Khangkhan
F
     <FONT>
       <B>               </B> <BR>
       <I>               </I> <BR>
       <U>                 </U> <BR>
       <HR>

       <MARQUEE>                  </MARQUEE> <BR>
       <CENTER>                            </CENTER>
     </FONT>



20    2       F F HTML                       Mr.Warawut Khangkhan
F Tag <IMG>   F     F F

     <IMG SRC = “…” ALIGN = “…” WIDTH =
     “…” HEIGHT = “…” BORDER = “…”
     HSPACE = “…” VSPACE = “…”>




21   2   F F HTML                  Mr.Warawut Khangkhan
Tag <IMG>
               F                                                                                                 F
     SRC                       F                      F                                           SRC = “.flower.jpg”

 ALIGN                                 F                                  F                       ALIGN = “left”

WIDTH                              F                              F           F                   WIDTH = “640”

HEIGHT                         F                              F                                   HEIGHT = “480”

BORDER                     F                              F                           F           BORDER = “2”

HSPACE                     F                                          F           F       F   F   HSPACE = “50”


VSPACE                 F                                              F           F       F       VSPACE = “50”
                   F
22         2                               F F HTML                                                  Mr.Warawut Khangkhan
F              F Tag <IMG>
                          tag
     <br>
     <img src=“hotmail.jpg”>
     <br>
                        tag




23    2       F F HTML                 Mr.Warawut Khangkhan
HTML




24   2   F F HTML          Mr.Warawut Khangkhan
HTML
         F               HTML                                  F
                           HTML             F   <A>        F
             <A HREF=“…” TITLE=“…”> … </A>
     Tag <A> and </A>           F       F
     Attribute HREF         F                         F   F HTML
     Attribute TITLE                F                                F     F




25   2        F F HTML                                             Mr.Warawut Khangkhan
HTML ( F )
                      F       “hypertext”
     Ex.
     <a href=http://www.hotmail.com title=“hotmail”>Go
     Hotmail</a>
                                            F       <img> F
     <A>   </A>           F             F       F   “hypermedia”
     Ex.
     <a href=“http://www.hotmail.com title=“hotmail”><img
     src=“hotmail.jpg”></a>




26   2     F F HTML                                     Mr.Warawut Khangkhan
F




27   2   F F HTML   Mr.Warawut Khangkhan
F
              F F       F       F
     1.
     2.                     F




28        2    F F HTML             Mr.Warawut Khangkhan
F            <OL> .. </OL> F      Ordered List
             F         F 2         <LH>   <LI>        F




29   2           F F HTML                                 Mr.Warawut Khangkhan
F
                                              F   FF F
     <OL TYPE=……….>                       F                          F
      <LH>
          <LI>
          <LI>            F           F
          <LI>                F
          ……………….
     </OL>            F           F                              F


30   2   F F HTML                                        Mr.Warawut Khangkhan
Attribute                                        Tag <OL>
      START               F       F       F       F                 F   START=3
                                      3       F
      SKIP    F               F                                                F
      VALUE           F           F F                 F       F F
      TYPE        F                                       F              F   TYPE=1




31    2      F F HTML                                                              Mr.Warawut Khangkhan
TYPE        F
      TYPE               Format                    Example
     TYPE=1                                   1, 2, 3, …

     TYPE=A                       F   F       A, B, C, …


     TYPE=a                       F           a, b, c, …


     TYPE=I                               F   I, II, III, …

     TYPE=i                                   i, ii, iii, …

32    2       F F HTML                               Mr.Warawut Khangkhan
<font face=“CodiaUPC” size=“2” color=“blue”>
 <ol>
    <lh><i>
       </i>
        <li>BASIC
        <li>C
        <li>FORTRAN
        <li>HTML
        <br><b>                        ...</b>
 </ol></font>
 <font face=“CodiaUPC” size=“2” color=“green”>
           “ ”
 <ol type=“A”>
    <lh>
        <li>     html
        <li>     FORTRAN
        <li>     BASIC
        <li>     C
 </ol></font>


33     2    F F HTML                         Mr.Warawut Khangkhan
F
         F          <UL> </UL> F      Unordered List
             F       F 2     <LH>   <LI>         F




34   2   F F HTML                                Mr.Warawut Khangkhan
TYPE      F                    F
        TYPE           Format            Example
     TYPE=circle           F    F
     TYPE=square           F
     TYPE=disc         F




35    2     F F HTML                    Mr.Warawut Khangkhan
<UL TYPE=“square”>
    <LH>
    <LI>
        <UL TYPE=“circle”>
           <LI>input
           <LI>process
           <LI>output
        </UL>
     <LI>
        <UL TYPE=“circle”>
           <LI>
           <LI>
           <LI>
           <LI>
        </UL>
    <LI>
        <UL TYPE=“circle”>
           <LI> ………………………..
        </UL>
 </UL>


36    2   F F HTML            Mr.Warawut Khangkhan
F




37   2       F F HTML   Mr.Warawut Khangkhan
F
         F               <TABLE>        F
                     F                      F   (F   F      )               F
     (F      F                      )




38   2                   F F HTML                        Mr.Warawut Khangkhan
F          <TABLE>
     <TABLE BORDER=“      F  ”
      BORDERCOLOR=“ F ” ALIGN=“    F  ”>
      <TR>
         <TH>    </TH>
         <TD> F </TD>
         <TD> F </TD>
      </TR>
      <TR>
         <TD WIDTH=“..” HEIGHT=“..”>…</TD>
         <TD ALIGN=“”>…</TD>
      </TR>
     </TABLE>


39    2   F F HTML                Mr.Warawut Khangkhan
F       Tag    F
                                                      F
     <TABLE> … </TABLE>

     <TR> … </TR>             F       F       F
     <TH> … </TH>             F       F
     <TD> … </TD>                 F       F       F       F    F




40     2       F F HTML                                   Mr.Warawut Khangkhan
F       Attribute   F
                                                          F
     BORDER                           F
     BORDERCOLOR                          F
     ALIGN                        F
     WIDTH                                    F       F
     HEIGHT                                       F




41    2       F F HTML                                        Mr.Warawut Khangkhan
<TABLE BORDER=“1”>
    <TR ALIGN=“center” BGCOLOR=“#DDDDDD”>
       <TH> -           </TH>
       <TH>        </TH>
    </TR>
    <TR>
       <TD>                   </TD>
       <TD>       </TD>
    </TR>
    <TR>
       <TD>                    </TD>
       <TD>       </TD>
    </TR>
 </TABLE>




42     2    F F HTML                        Mr.Warawut Khangkhan

Weitere ähnliche Inhalte

Andere mochten auch

โปรแกรมทำนายจากสระในชื่อภาษาอังกฤษ
โปรแกรมทำนายจากสระในชื่อภาษาอังกฤษโปรแกรมทำนายจากสระในชื่อภาษาอังกฤษ
โปรแกรมทำนายจากสระในชื่อภาษาอังกฤษWarawut
 
การพัฒนาซอฟต์แวร์และวิเคราะห์การแก้ปัญหา
การพัฒนาซอฟต์แวร์และวิเคราะห์การแก้ปัญหาการพัฒนาซอฟต์แวร์และวิเคราะห์การแก้ปัญหา
การพัฒนาซอฟต์แวร์และวิเคราะห์การแก้ปัญหาWarawut
 
FieldBlinding2
FieldBlinding2FieldBlinding2
FieldBlinding2Warawut
 
Object-Oriented Programming 6
Object-Oriented Programming 6Object-Oriented Programming 6
Object-Oriented Programming 6Warawut
 
Object-Oriented Programming 7
Object-Oriented Programming 7Object-Oriented Programming 7
Object-Oriented Programming 7Warawut
 
Spat Db 1 Intro Spat Rdbms
Spat Db 1 Intro Spat RdbmsSpat Db 1 Intro Spat Rdbms
Spat Db 1 Intro Spat Rdbmsphisan_chula
 

Andere mochten auch (7)

โปรแกรมทำนายจากสระในชื่อภาษาอังกฤษ
โปรแกรมทำนายจากสระในชื่อภาษาอังกฤษโปรแกรมทำนายจากสระในชื่อภาษาอังกฤษ
โปรแกรมทำนายจากสระในชื่อภาษาอังกฤษ
 
MySQL
MySQLMySQL
MySQL
 
การพัฒนาซอฟต์แวร์และวิเคราะห์การแก้ปัญหา
การพัฒนาซอฟต์แวร์และวิเคราะห์การแก้ปัญหาการพัฒนาซอฟต์แวร์และวิเคราะห์การแก้ปัญหา
การพัฒนาซอฟต์แวร์และวิเคราะห์การแก้ปัญหา
 
FieldBlinding2
FieldBlinding2FieldBlinding2
FieldBlinding2
 
Object-Oriented Programming 6
Object-Oriented Programming 6Object-Oriented Programming 6
Object-Oriented Programming 6
 
Object-Oriented Programming 7
Object-Oriented Programming 7Object-Oriented Programming 7
Object-Oriented Programming 7
 
Spat Db 1 Intro Spat Rdbms
Spat Db 1 Intro Spat RdbmsSpat Db 1 Intro Spat Rdbms
Spat Db 1 Intro Spat Rdbms
 

Mehr von Warawut

Database design
Database designDatabase design
Database designWarawut
 
Business Computer Project 4
Business Computer Project 4Business Computer Project 4
Business Computer Project 4Warawut
 
Object-Oriented Programming 10
Object-Oriented Programming 10Object-Oriented Programming 10
Object-Oriented Programming 10Warawut
 
Object-Oriented Programming 9
Object-Oriented Programming 9Object-Oriented Programming 9
Object-Oriented Programming 9Warawut
 
Object-Oriented Programming 8
Object-Oriented Programming 8Object-Oriented Programming 8
Object-Oriented Programming 8Warawut
 
Management Information System 6
Management Information System 6Management Information System 6
Management Information System 6Warawut
 
Management Information System 5
Management Information System 5Management Information System 5
Management Information System 5Warawut
 
Management Information System 4
Management Information System 4Management Information System 4
Management Information System 4Warawut
 
Object-Oriented Programming 5
Object-Oriented Programming 5Object-Oriented Programming 5
Object-Oriented Programming 5Warawut
 
Business Computer Project 3
Business Computer Project 3Business Computer Project 3
Business Computer Project 3Warawut
 
Management Information System 3
Management Information System 3Management Information System 3
Management Information System 3Warawut
 
Business Computer Project 2
Business Computer Project 2Business Computer Project 2
Business Computer Project 2Warawut
 
Chapter 2 Strategy & Information System
Chapter 2 Strategy & Information SystemChapter 2 Strategy & Information System
Chapter 2 Strategy & Information SystemWarawut
 
Object-Oriented Programming 4
Object-Oriented Programming 4Object-Oriented Programming 4
Object-Oriented Programming 4Warawut
 
Business Computer Project 1
Business Computer Project 1Business Computer Project 1
Business Computer Project 1Warawut
 
Chapter 1 Organization & MIS
Chapter 1 Organization & MISChapter 1 Organization & MIS
Chapter 1 Organization & MISWarawut
 
Object-Oriented Programming 3
Object-Oriented Programming 3Object-Oriented Programming 3
Object-Oriented Programming 3Warawut
 
Object-Oriented Programming 2
Object-Oriented Programming 2Object-Oriented Programming 2
Object-Oriented Programming 2Warawut
 
Object-Oriented Programming 1
Object-Oriented Programming 1Object-Oriented Programming 1
Object-Oriented Programming 1Warawut
 
Upload File
Upload FileUpload File
Upload FileWarawut
 

Mehr von Warawut (20)

Database design
Database designDatabase design
Database design
 
Business Computer Project 4
Business Computer Project 4Business Computer Project 4
Business Computer Project 4
 
Object-Oriented Programming 10
Object-Oriented Programming 10Object-Oriented Programming 10
Object-Oriented Programming 10
 
Object-Oriented Programming 9
Object-Oriented Programming 9Object-Oriented Programming 9
Object-Oriented Programming 9
 
Object-Oriented Programming 8
Object-Oriented Programming 8Object-Oriented Programming 8
Object-Oriented Programming 8
 
Management Information System 6
Management Information System 6Management Information System 6
Management Information System 6
 
Management Information System 5
Management Information System 5Management Information System 5
Management Information System 5
 
Management Information System 4
Management Information System 4Management Information System 4
Management Information System 4
 
Object-Oriented Programming 5
Object-Oriented Programming 5Object-Oriented Programming 5
Object-Oriented Programming 5
 
Business Computer Project 3
Business Computer Project 3Business Computer Project 3
Business Computer Project 3
 
Management Information System 3
Management Information System 3Management Information System 3
Management Information System 3
 
Business Computer Project 2
Business Computer Project 2Business Computer Project 2
Business Computer Project 2
 
Chapter 2 Strategy & Information System
Chapter 2 Strategy & Information SystemChapter 2 Strategy & Information System
Chapter 2 Strategy & Information System
 
Object-Oriented Programming 4
Object-Oriented Programming 4Object-Oriented Programming 4
Object-Oriented Programming 4
 
Business Computer Project 1
Business Computer Project 1Business Computer Project 1
Business Computer Project 1
 
Chapter 1 Organization & MIS
Chapter 1 Organization & MISChapter 1 Organization & MIS
Chapter 1 Organization & MIS
 
Object-Oriented Programming 3
Object-Oriented Programming 3Object-Oriented Programming 3
Object-Oriented Programming 3
 
Object-Oriented Programming 2
Object-Oriented Programming 2Object-Oriented Programming 2
Object-Oriented Programming 2
 
Object-Oriented Programming 1
Object-Oriented Programming 1Object-Oriented Programming 1
Object-Oriented Programming 1
 
Upload File
Upload FileUpload File
Upload File
 

การพัฒนาเว็บไซท์ด้วย HTML

  • 1. 2 F F HTML Mr.Warawut Khangkhan Twitter: http://twitter.com/awarawut Facebook: http://www.facebook.com/AjWarawut E-Mail: awarawut@hotmail.com Mobile: 083-0698-410
  • 2. HTML F HTML F HTML F F 2 2 F F HTML Mr.Warawut Khangkhan
  • 3. HTML 3 2 F F HTML Mr.Warawut Khangkhan
  • 4. HTML HTML – HyperText Markup Language F F F F F F F F F F F F F F HTML F F F F F F F 4 2 F F HTML Mr.Warawut Khangkhan
  • 5. F HTML F Static F F F F F F F F F F F F F F F 5 2 F F HTML Mr.Warawut Khangkhan
  • 6. F HTML 6 2 F F HTML Mr.Warawut Khangkhan
  • 7. F HTML F HTML F F2 F F F F F F < > < > F (Tag)” 7 2 F F HTML Mr.Warawut Khangkhan
  • 8. (Tag) F HTML less- than bracket ( < ) greater-than bracket ( > ) Tag HTML F F 2 Tag - Tag F F F <br>, <hr> Tag / - Tag F Tag Tag Tag slash ( / ) F Tag F <b> … </b>, <p> … </p> 8 2 F F HTML Mr.Warawut Khangkhan
  • 9. Attribute Attributes F Tag F F < > F Tag F Tag HTML F Attribute F F F Attribute F 1 Attribute F F F F F Attributes Tag <p align=“left|right|center|justify”> … </p> 9 2 F F HTML Mr.Warawut Khangkhan
  • 10. F F HTML <html> <head> Tag F Head Section </head> <body> Tag F Body Section </body> </html> 10 2 F F HTML Mr.Warawut Khangkhan
  • 11. F (Head Section) <head> <title> F </title> <meta http-equiv=“content-type” content=“text/html; charset=tis-620”> <meta name=“author” content=“author-name”> <meta name=“keywords” content=“keyword-1, keyword-2”> </head> 11 2 F F HTML Mr.Warawut Khangkhan
  • 12. F (Head Section) 12 2 F F HTML Mr.Warawut Khangkhan
  • 13. F (Body Section) F F F F Tag F F F F , , , F F 13 2 F F HTML Mr.Warawut Khangkhan
  • 14. F 14 2 F F HTML Mr.Warawut Khangkhan
  • 15. F F F F F F F F F F F F F HTML (Tag) F Tag <FONT> Tag 15 2 F F HTML Mr.Warawut Khangkhan
  • 16. Tag <FONT> <FONT FACE = “…” SIZE = “…” COLOR = “…”> F </FONT> F F FACE F F F FACE = “FreesiaUPC” SIZE F FF SIZE = “24” COLOR F FF COLOR = “#FF0000” 16 2 F F HTML Mr.Warawut Khangkhan
  • 17. F F <FONT FACE = “AngsanaUPC” SIZE = “14” COLOR = “#FF0000”> AngsanaUPC 14 </FONT> <BR> <FONT FACE = “BrowalliaUPC” SIZE = “24” COLOR = “#00FF00”> BrowalliaUPC 24 </FONT> 17 2 F F HTML Mr.Warawut Khangkhan
  • 18. Tag F <B> (Bold) <B> F </B> <I> (Italic) <I> F </I> <U> F F (Underline) <U> F </U> <S> F F <S> F </S> (Strikethrough) <SUB> F (Subscript) <SUB> F </SUB> 18 2 F F HTML Mr.Warawut Khangkhan
  • 19. Tag ( F ) F <SUP> (Superscript) <SUP> F </SUP> <BIG> <BIG> F </BIG> (Big) <SMALL> <SMALL> F (Small) </SMALL> <MARQUEE> F <MARQUEE> F F F IE </MARQUEE> F 19 2 F F HTML Mr.Warawut Khangkhan
  • 20. F <FONT> <B> </B> <BR> <I> </I> <BR> <U> </U> <BR> <HR> <MARQUEE> </MARQUEE> <BR> <CENTER> </CENTER> </FONT> 20 2 F F HTML Mr.Warawut Khangkhan
  • 21. F Tag <IMG> F F F <IMG SRC = “…” ALIGN = “…” WIDTH = “…” HEIGHT = “…” BORDER = “…” HSPACE = “…” VSPACE = “…”> 21 2 F F HTML Mr.Warawut Khangkhan
  • 22. Tag <IMG> F F SRC F F SRC = “.flower.jpg” ALIGN F F ALIGN = “left” WIDTH F F F WIDTH = “640” HEIGHT F F HEIGHT = “480” BORDER F F F BORDER = “2” HSPACE F F F F F HSPACE = “50” VSPACE F F F F VSPACE = “50” F 22 2 F F HTML Mr.Warawut Khangkhan
  • 23. F F Tag <IMG> tag <br> <img src=“hotmail.jpg”> <br> tag 23 2 F F HTML Mr.Warawut Khangkhan
  • 24. HTML 24 2 F F HTML Mr.Warawut Khangkhan
  • 25. HTML F HTML F HTML F <A> F <A HREF=“…” TITLE=“…”> … </A> Tag <A> and </A> F F Attribute HREF F F F HTML Attribute TITLE F F F 25 2 F F HTML Mr.Warawut Khangkhan
  • 26. HTML ( F ) F “hypertext” Ex. <a href=http://www.hotmail.com title=“hotmail”>Go Hotmail</a> F <img> F <A> </A> F F F “hypermedia” Ex. <a href=“http://www.hotmail.com title=“hotmail”><img src=“hotmail.jpg”></a> 26 2 F F HTML Mr.Warawut Khangkhan
  • 27. F 27 2 F F HTML Mr.Warawut Khangkhan
  • 28. F F F F F 1. 2. F 28 2 F F HTML Mr.Warawut Khangkhan
  • 29. F <OL> .. </OL> F Ordered List F F 2 <LH> <LI> F 29 2 F F HTML Mr.Warawut Khangkhan
  • 30. F F FF F <OL TYPE=……….> F F <LH> <LI> <LI> F F <LI> F ………………. </OL> F F F 30 2 F F HTML Mr.Warawut Khangkhan
  • 31. Attribute Tag <OL> START F F F F F START=3 3 F SKIP F F F VALUE F F F F F F TYPE F F F TYPE=1 31 2 F F HTML Mr.Warawut Khangkhan
  • 32. TYPE F TYPE Format Example TYPE=1 1, 2, 3, … TYPE=A F F A, B, C, … TYPE=a F a, b, c, … TYPE=I F I, II, III, … TYPE=i i, ii, iii, … 32 2 F F HTML Mr.Warawut Khangkhan
  • 33. <font face=“CodiaUPC” size=“2” color=“blue”> <ol> <lh><i> </i> <li>BASIC <li>C <li>FORTRAN <li>HTML <br><b> ...</b> </ol></font> <font face=“CodiaUPC” size=“2” color=“green”> “ ” <ol type=“A”> <lh> <li> html <li> FORTRAN <li> BASIC <li> C </ol></font> 33 2 F F HTML Mr.Warawut Khangkhan
  • 34. F F <UL> </UL> F Unordered List F F 2 <LH> <LI> F 34 2 F F HTML Mr.Warawut Khangkhan
  • 35. TYPE F F TYPE Format Example TYPE=circle F F TYPE=square F TYPE=disc F 35 2 F F HTML Mr.Warawut Khangkhan
  • 36. <UL TYPE=“square”> <LH> <LI> <UL TYPE=“circle”> <LI>input <LI>process <LI>output </UL> <LI> <UL TYPE=“circle”> <LI> <LI> <LI> <LI> </UL> <LI> <UL TYPE=“circle”> <LI> ……………………….. </UL> </UL> 36 2 F F HTML Mr.Warawut Khangkhan
  • 37. F 37 2 F F HTML Mr.Warawut Khangkhan
  • 38. F F <TABLE> F F F (F F ) F (F F ) 38 2 F F HTML Mr.Warawut Khangkhan
  • 39. F <TABLE> <TABLE BORDER=“ F ” BORDERCOLOR=“ F ” ALIGN=“ F ”> <TR> <TH> </TH> <TD> F </TD> <TD> F </TD> </TR> <TR> <TD WIDTH=“..” HEIGHT=“..”>…</TD> <TD ALIGN=“”>…</TD> </TR> </TABLE> 39 2 F F HTML Mr.Warawut Khangkhan
  • 40. F Tag F F <TABLE> … </TABLE> <TR> … </TR> F F F <TH> … </TH> F F <TD> … </TD> F F F F F 40 2 F F HTML Mr.Warawut Khangkhan
  • 41. F Attribute F F BORDER F BORDERCOLOR F ALIGN F WIDTH F F HEIGHT F 41 2 F F HTML Mr.Warawut Khangkhan
  • 42. <TABLE BORDER=“1”> <TR ALIGN=“center” BGCOLOR=“#DDDDDD”> <TH> - </TH> <TH> </TH> </TR> <TR> <TD> </TD> <TD> </TD> </TR> <TR> <TD> </TD> <TD> </TD> </TR> </TABLE> 42 2 F F HTML Mr.Warawut Khangkhan