Learn HTML in 2 Minutes

Formatting

Formatting

<b> <i> <del> <mark> <sub> <Sup> <abbr>

Bold Text Itallic Text Deleted Text Marked Text subscript Text Superscript Text Abbreviation

Forms

Forms

Use To Create HTML Form Form Input Input Label Button

<form> <input> <label> <button>

Basic Tags

Basic Tags

Represents Document Type Root Element of HTML Page Contain Page Information Title of the page

<!DOCTYPE html <html> <head> <title>

Lists

Lists

<ol> <ul> <li> <dl> <dt> <dd>

Ordered List Unordered List List Itemss Defines Description List Defines Terms Describes Each Term

Table

Table

<table> <td> <tr> <th> <thead> <tbody> <tfoot>

Defines Table Table Cell Table Row Header Cell In table Header Content in table Body Content in table Footer Content in table

Document Structure

<hl> to <h6> <p> <div> <br> <span> <!-- --!>

Headings Paragraph Division In HTML Page Line Break Inline Section Comment

Layout

<header> <nav> <section> <footer>

Header Set Of Navigation Links Defines Section In Document Footer For Section