SlideShare a Scribd company logo
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>

More Related Content

PPTX
Mengenal HTML
PDF
4. Html
PDF
(WS14) Emanuel Blagonic - HTML5 u praksi
TXT
nota html
TXT
HTML Text di Notepad
PPTX
Grid theory
PPTX
Creating your own_color_palettes
PPT
Designing web navigation
Mengenal HTML
4. Html
(WS14) Emanuel Blagonic - HTML5 u praksi
nota html
HTML Text di Notepad
Grid theory
Creating your own_color_palettes
Designing web navigation

Viewers also liked (6)

PPT
PPT
File foldername
PPT
Fast web design
PDF
Web services technology with customer contact center management
PPTX
Font new edit
File foldername
Fast web design
Web services technology with customer contact center management
Font new edit
Ad

More from Attaporn Ninsuwan (20)

PDF
J query fundamentals
PDF
Jquery enlightenment
PDF
Jquery-Begining
PDF
Br ainfocom94
PDF
Chapter 12 - Computer Forensics
PDF
Techniques for data hiding p
PDF
Stop badware infected_sites_report_062408
PDF
Steganography past-present-future 552
PDF
Ch03-Computer Security
PDF
Ch02-Computer Security
PDF
Ch01-Computer Security
PDF
Ch8-Computer Security
PDF
Ch7-Computer Security
PDF
Ch6-Computer Security
PDF
Ch06b-Computer Security
PDF
Ch5-Computer Security
PDF
Ch04-Computer Security
PDF
Chapter5 - The Discrete-Time Fourier Transform
PDF
Chapter4 - The Continuous-Time Fourier Transform
PDF
Chapter3 - Fourier Series Representation of Periodic Signals
J query fundamentals
Jquery enlightenment
Jquery-Begining
Br ainfocom94
Chapter 12 - Computer Forensics
Techniques for data hiding p
Stop badware infected_sites_report_062408
Steganography past-present-future 552
Ch03-Computer Security
Ch02-Computer Security
Ch01-Computer Security
Ch8-Computer Security
Ch7-Computer Security
Ch6-Computer Security
Ch06b-Computer Security
Ch5-Computer Security
Ch04-Computer Security
Chapter5 - The Discrete-Time Fourier Transform
Chapter4 - The Continuous-Time Fourier Transform
Chapter3 - Fourier Series Representation of Periodic Signals
Ad

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>