Introduction to HTML








Table of Contents:



Basic HTML

Tables

Forms

----------------------------------------


Sample of the pdf document : 





Basic HTML:



  • HTML stands for Hyper Text Markup Language
  • An HTML file is a text file containing small markup tags (e.g. <html>, <table> etc.)
  • The markup tags tell the Web browser how to display the page

Hello World:
  • <!DocType> tag (not really a tag) defines the type of the document and which version of HTML the document is in.
  • <HTML> - This tag tells your browser that this is the start of an HTML document.  The last tag in your document is </html>. This tag tells your browser that this is the end of the HTML document. start of the HTML document.......




Click here for  Download PDF / FREE





0 commentaires: