SlideShare une entreprise Scribd logo
1  sur  11
Télécharger pour lire hors ligne
Basic HTML
HTML

• HyperText Markup Language
•
-
          Tag
<html>
<body>




</body>
</html>
<TITLE></TITLE>
                                     <HEAD></HEAD>
•   <b>...</b> : Bold                <table></table>
•   <i>...</i> : Italic
•   <u>...</u> : Underline
•   <s>...</s> :
•    sup>...</sup>
•    sub>...</sub>
•   <font size="          font>
•   <font color="        font>
•   <font face="             font>
•
•   <p>...</p>
•   <a href="          >...</a>
• <br>
• nbsp;
• <img src="   >
• <b><i>   i></b>
• <img
  src="http://www.vcharkarn.com/uploads/22/
  22386.jpg"/>
• alt="

 title="
 width="

 height="
<A HREF="sitmap.shtml">   A>

 A

HREF="             URL"
<a href="#hop">
  a><br/><br/><a
name="hop"><font
color="#DDDD00"><b>
</b></font></a>
• <table width="900" border=“1" cellspacing="0" cellpadding="0">
• <tr>
•   <td></td>
•   <td></td>
•   <td></td>
•   <td></td>
• </tr>
• <tr>
•   <td></td>
•   <td></td>
•   <td></td>
•   <td></td>
• </tr>
• </table>
• <UL>
• TYPE=".."
  disc, square   circle          disc
  Default
• <LI>                    List
• </LI>                   List
• </UL>

Contenu connexe

En vedette (6)

Css
CssCss
Css
 
Grossary
GrossaryGrossary
Grossary
 
File foldername
File foldernameFile foldername
File foldername
 
Fast web design
Fast web designFast web design
Fast web design
 
Web services technology with customer contact center management
Web services technology with customer contact center managementWeb services technology with customer contact center management
Web services technology with customer contact center management
 
Font new edit
Font new editFont new edit
Font new edit
 

Plus de Attaporn Ninsuwan

Plus de Attaporn Ninsuwan (20)

J query fundamentals
J query fundamentalsJ query fundamentals
J query fundamentals
 
Jquery enlightenment
Jquery enlightenmentJquery enlightenment
Jquery enlightenment
 
Jquery-Begining
Jquery-BeginingJquery-Begining
Jquery-Begining
 
Br ainfocom94
Br ainfocom94Br ainfocom94
Br ainfocom94
 
Chapter 12 - Computer Forensics
Chapter 12 - Computer ForensicsChapter 12 - Computer Forensics
Chapter 12 - Computer Forensics
 
Techniques for data hiding p
Techniques for data hiding pTechniques for data hiding p
Techniques for data hiding p
 
Stop badware infected_sites_report_062408
Stop badware infected_sites_report_062408Stop badware infected_sites_report_062408
Stop badware infected_sites_report_062408
 
Steganography past-present-future 552
Steganography past-present-future 552Steganography past-present-future 552
Steganography past-present-future 552
 
Ch03-Computer Security
Ch03-Computer SecurityCh03-Computer Security
Ch03-Computer Security
 
Ch02-Computer Security
Ch02-Computer SecurityCh02-Computer Security
Ch02-Computer Security
 
Ch01-Computer Security
Ch01-Computer SecurityCh01-Computer Security
Ch01-Computer Security
 
Ch8-Computer Security
Ch8-Computer SecurityCh8-Computer Security
Ch8-Computer Security
 
Ch7-Computer Security
Ch7-Computer SecurityCh7-Computer Security
Ch7-Computer Security
 
Ch6-Computer Security
Ch6-Computer SecurityCh6-Computer Security
Ch6-Computer Security
 
Ch06b-Computer Security
Ch06b-Computer SecurityCh06b-Computer Security
Ch06b-Computer Security
 
Ch5-Computer Security
Ch5-Computer SecurityCh5-Computer Security
Ch5-Computer Security
 
Ch04-Computer Security
Ch04-Computer SecurityCh04-Computer Security
Ch04-Computer Security
 
Chapter5 - The Discrete-Time Fourier Transform
Chapter5 - The Discrete-Time Fourier TransformChapter5 - The Discrete-Time Fourier Transform
Chapter5 - The Discrete-Time Fourier Transform
 
Chapter4 - The Continuous-Time Fourier Transform
Chapter4 - The Continuous-Time Fourier TransformChapter4 - The Continuous-Time Fourier Transform
Chapter4 - The Continuous-Time Fourier Transform
 
Chapter3 - Fourier Series Representation of Periodic Signals
Chapter3 - Fourier Series Representation of Periodic SignalsChapter3 - Fourier Series Representation of Periodic Signals
Chapter3 - Fourier Series Representation of Periodic Signals
 

Basic html

  • 3. - Tag <html> <body> </body> </html>
  • 4. <TITLE></TITLE> <HEAD></HEAD> • <b>...</b> : Bold <table></table> • <i>...</i> : Italic • <u>...</u> : Underline • <s>...</s> : • sup>...</sup> • sub>...</sub> • <font size=" font> • <font color=" font> • <font face=" font> • • <p>...</p> • <a href=" >...</a>
  • 5. • <br> • nbsp; • <img src=" >
  • 6. • <b><i> i></b>
  • 7. • <img src="http://www.vcharkarn.com/uploads/22/ 22386.jpg"/> • alt=" title=" width=" height="
  • 8. <A HREF="sitmap.shtml"> A> A HREF=" URL"
  • 9. <a href="#hop"> a><br/><br/><a name="hop"><font color="#DDDD00"><b> </b></font></a>
  • 10. • <table width="900" border=“1" cellspacing="0" cellpadding="0"> • <tr> • <td></td> • <td></td> • <td></td> • <td></td> • </tr> • <tr> • <td></td> • <td></td> • <td></td> • <td></td> • </tr> • </table>
  • 11. • <UL> • TYPE=".." disc, square circle disc Default • <LI> List • </LI> List • </UL>