- Computer Using
- Windows
- Browser
- How-To
- Microsoft Office
- MS Word
- MS Excel
- MS Outlook
- MS PowerPoint
- Graphic / Design
- Photoshop
- Illustrator
- Server & Network
- Computer Networking
- Internet
- Windows Server
- Web Development
- HTML
- Javascript
- CSS
- ASP.NET
- PHP
- Animation
- Flash
- Silverlight
- Database
- Database System
- SQL Server
- T-SQL
- XML
- XML
Introduction to HTML
HTML, stands for Hyper Text Markup Language, is a very simple markup programming language that use to create website.
- HTML easy to learn
- HMTL easy to create
- 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>

