Getting Started and Basic HTML Examples • What is HTML? • The Main Elements of an HTML Document • Create Your First Basic HTML Web Page • Understand HTML Tag Nesting • HTML Tag Attributes and Values • HTML Text Formatting • Creating Links using the HTML anchor tag • Working with Images on your HTML Pages • Wrap text around your images • HTML Div Tag • HTML Tables • HTML Web Form Elements • Hexadecimal Color ChartHTML Tag Reference List with Examples • <!-- --> - Comment • <a> - Anchor • <abbr> - Abbreviation • <acronym> - Acronym • <address> - Address • <applet> - Java Applet • <area> - Image Map Area • <audioscope> - Audio Amplitude Display • <b> - Bold • <base> - Base URL • <basefont> - Base Font • <bdo> - Bidirectional Override • <bgsound> - Background Sound • <big> - Big Font • <blockquote> - Block Quote • <body> - Body • <br> - Line Break • <button> - Form Button • <caption> - Table Caption • <center> - Center • <cite> - Citation • <code> - Code • <col> - Column • <colgroup> - Column Group • <dl>, <dt>, <dd> : Definition Lists • <del> - Deleted Text • <dfn> - Definition Term Instance • <div> - Division • <em> - Emphasis • <embed> - Embed Object • <fieldset> - Field Set for Forms • <font> - Font Definition • <form> - Form: Gathering User Input • <frame>, <frameset> - Framed Regions • <h1>, <h2>, <h3>, <h4>, <h5>, <h6> - Headings • <head> - Head of the Document • <hr> - Horizontal Rule • <html> - HTML Document • <i> - Italicize • <iframe> - Floating Frames • <img> - Image • <input> - Input Elements for Forms • <ins> - Inserted Text • <kbd> - Keyboard Input • <label> - Labels for Form Elements • <li> - List Item • <link> - Link to Reference External Files • <map> - Image Map • <meta> - Meta Data • <noscript> - No Script Support • <object> - Embedded Objects • <ol> - Ordered List • <optgroup> - Option Grouping • <option> - Options in a Form <select> Tag • <p> - Paragraph • <param> - Parameter for Embedded Object • <pre> - Preformatted Text • <q> - Quote • <samp> - Sample Text • <script> - Scripting • <select> - Selection List • <small> - Small Text • <span> - Span Content • <strong> - Strong Emphasis • <style> - Style Information • <sub>, <sup> - Subscript and Superscript • <table> - Table • <tbody> - Table Body • <td> - Table Data • <textarea> - Multiline Text Input • <tfoot> - Table Footer • <th> - Table Header Cell • <thead> - Table Header • <title> - Document Title • <tr> - Table Row • <tt> - Teletype Text • <ul> - Unordered List • <var> - Variable HTML 5 Tag Reference List HTML 5 Tag Reference List