Become Joomla Developer

Introduction to HTML

HTML, stands for Hyper Text Markup Language, is a very simple markup programming language that use to create website.

  1. HTML easy to learn
  2. HMTL easy to create
  3. HTML easy to publish

All HTML file must have an extension *.htm or *.html. It can create by using one of following softwares:

  • Notepage (For Windows)
  • SimpleText (For Mac)
  • Microsoft FrontPage
  • Adobe Dreamweaver
  • Microsoft Visual Studio
  • Other Text Editor

HTML Structures

 1. <html> 2. <head> 3. <title>Title of page</title> 4. </head> 5. <body> 6. Text that show in web page will stay here. 7. </body> 8. </html> 

Suggestion | Contact US | About US | Term of Use | Privacy Policy | Advertiseing