Las Vegas Website Design and Local SEO
  • Home
  • Website Services
    • Google My Business
    • Local Business Directory Citation Listing (NAP)
    • Social Media Marketing
    • Website Design
  • About
    • Contact Us
    • Shawn Lippert
    • Privacy Policy
    • Terms Of Use

HTML Codes Reference Chart

HTML Chart

HTML, or Hyper Text Markup Language, is the language used to create web pages. Below is a reference chart of HTML tags.

Here's a list of all known tags (I think) for your hand-coding needs.

Fundamentals

Tag

Property

Description


 

Top line of all html document


 

Houses general browser information for web page

<br>

 

Title of document. Located in header


background
bgcolor
bgsound
font
link
alink
vlink
topmargin
leftmargin
marginheight
marginwidth

Applies attributes to entire document



Text Modification

Tag

Description

Example

Bolded text

Sample text

Italicized text

Sample text

Underlined text

Sample text

 

Preformatted text

Sample text

Header 1

Header 1

Header 2

Header 2

Header 3

Header 3

Header 4

Header 4

Header 5

Header 5

Header 6

Header 6

Subscript

Subscript

Superscript

Superscript



Font

Tag

Property

Description


color
size
name

Applies style to text



Links

Tag

Property

Description

href
target
style
class
name
id

Generates a link to other documents or locations



Images

Tag

Property

Description

src
alt
name
border
height
width

Creates an image



Formatting

Tag

Description

Example


Used for long quotes. Indents all text and images within the tags.

Sample of text in a block quote format

Ordered List (used with

  • )

    1. Item 1

    Unordered List (used with

  • )

    • Item 1

  • List element

     

    Definition List

    Sample text

    Definition Term

    Sample text

    Definition Description

    Sample text

    Paragraph return

    Sample

    text


    Line break

    Sample
    text


    Horizontal rule


    Center elements

    Sample



    Tables

    Tag

    Property

    Description

    border
    cellpadding
    cellspacing
    width
    height
    name
    id
    title
    bgcolor
    background
    align
    valign

    Holds the table elements

    height
    bgcolor
    background
    align
    valign
    title

    Defines a new row

    height
    width
    bgcolor
    background
    align
    valign
    title
    colspan
    rowspan

    Defines a table cell

    height
    width
    bgcolor
    background
    align
    valign
    title
    colspan
    rowspan

    Table header. Automatically bolds and centers contents

    height
    width
    align
    valign
    bgcolor
    background

    Applies formatting to surrounded cells

    height
    width
    align
    valign
    bgcolor
    background
    colspan

    Applies formatting to given column



    Forms

    Tag

    Property

    Description

    method
    action
    name

    Holds the form elements

    text
    password
    hidden
    radio
    checkbox
    submit
    image
    reset

    Various types of form elements

    text

    name
    value
    width
    maxlength

    password

    name
    value
    width
    maxlength

    hidden

    name
    value

    Used to pass hidden elements to forms

    radio

    name
    value

    Radio 1
    Radio 2

    checkbox

    name
    value
    checked

    Check 1
    Check 2

    submit

    value

    image

    src
    height
    width
    alt
    name
    border

    reset

    value

    name
    size

    Create Drop-down boxes. Used in conjunction with option

    selected
    name
    value

    name
    rows
    cols
    wrap