HTML TUTORIAL
Introduction to HTML
What is HTML?
HTML is the basic language to create a web page.
What does HTML stand for?
HTML stands for Hyper Text Mark-up Language
HTML editors
Generally Notepad can be used to write or edit the html code, but for proffessional development or design Adobe Dreamweaver, Microsoft Expression Web or Microsoft Front page are most popular.
HTML Elements
The letters used for html code as enclosed by start tag(<) and end tag(>) are all html elements.
Ex: "<html>" element, "<p>" element, "<body>" element etc.
Generally used HTML tags (supported by HTML / HTML5 and all major browser):
<!DOCTYPE> | <!--- --> | <a> | <abbr> | <area> | <article> | <aside> | <audio> |
<b> | <base> | <bdi> | <bdo> | <body> | <br> | <button> | |
<caption> | <center> | <cite> | <code> | <col> | |||
<dd> | <del> | <dfn> | <div> | <dl> | <dt> | ||
<em> | <embed> | ||||||
<fieldset> | <figure> | <figcaption> | <font> | <footer> | <form> | <frame> | <frameset> |
<h1>...<h6> | <head> | <header> | <hgroup> | <hr> | <html> | ||
<i> | <iframe> | <img> | <input> | <ins> | |||
<kbd> | <keygen> | ||||||
<label> | <legend> | <li> | <link> | ||||
<map> | <mark> | <menu> | <meta> | <meter> | |||
<nav> | |||||||
<object> | <ol> | <optgroup> | <option> | ||||
<p> | <param> | <progress> | |||||
<q> | |||||||
<s> | <script> | <section> | <select> | <small> | <source> | <span> | <strong> |
<style> | <sub> | <summary> | <sup> | ||||
<table> | <tbody> | <td> | <textarea> | <tfoot> | <th> | <thead> | <time> |
<title> | <tr> | <tt> | |||||
<u> | <ul> | ||||||
<var> | <video> |