Small Business Website Design. Local, Mobile & Social Marketing.
Business to Customer Relationship Building One Link at a Time.
928-201-1832 Serving Bullhead City AZ, Golden Valley AZ,
Kingman AZ, Las Vegas NV,  Laughlin NV, Los Angeles CA,
Needles CA and surrounding areas
  • Home
  • Services
    • App Builder
    • Link Building Service
    • Local Business Directory List
    • Local Search Engine Marketing Service
    • Local Mobile SMS Marketing>
      • Local SMS Text Campaigns
      • Local SMS Lead Notifier
      • Local SMS Marketing for Real Estate
      • Local SMS Text Appointment Reminders
      • SMS Text Marketing for Restaurants
    • SEO Service
    • Social Media Marketing
    • Social Media Promotions
    • Website Design
  • Source Codes
    • Alerts>
      • Announcement Box
      • JavaScript Alert Box
      • jQuery Alert Box Plugin
      • POP UP Alert Box
      • Recent News Ticker
      • Text Alert Box
    • Browser>
      • Browser Drop
      • Chromeless POP-UP Windows
      • Cross-Browser Drop Shadow Box
      • JavaScript Mobile Redirect
      • JavaScript Redirect
      • No Right Click
      • Mouse Trail Effect
      • POP-UP Windows
      • Status Bar Scrolling Message
      • Splash Page
    • Buttons>
      • Add To Favorites Button
      • Close Window Button Close Browser Button
      • CSS Buttons
      • Highlighted Buttons
      • HTML Buttons
      • OnClick Message Button
      • Glossy Buttons With Rounded Corners
    • Colors>
      • Background Colors
      • HTML Color Chart
      • JavaScript Color Picker
    • Forms>
      • Add Site Submit Site Box
      • Change Background Colors Form
      • CSS Rounded Corners With Shadow Box
      • Enter Key Focus JavaScript
      • HTML E-Mail Form
      • Rate Our Site Box
      • Site Search Engine
      • Tables
      • Undeletable Text In Box
      • Voice Search Box
    • Games>
      • JavaScript Games>
        • Hangman JavaScript Code
        • Tic Tac Toe JavaScript Code
      • Flash Games>
        • Angry Birds Flash Code
        • Bloons 2 Flash Code
        • Spitfire 1940 Flash Code
    • Link Effects>
      • CSS Zoom
      • Hyperlinks
      • Hyperlink Colors
      • Image Links
    • Menus>
      • CSS Menu
      • Horizontal Menus
      • JavaScript Drop Down Menu
      • JavaScript Drop Down Menu Message Box
      • JavaScript Floating Menuu
      • JavaScript Pull Down Menu
    • Text Effects>
      • Backwards Text Effect
      • Dancing Links
      • CSS Text Glow Effect
      • CSS3 Text Shadow Effects
      • Flashing Text
      • Marquee Scroller Text
      • Named Anchors
      • Roller Coaster Text Effect
    • Tools>
      • Banner Rotator
      • GPA Calculator
      • JavaScript Clock
      • JavaScript Typing Test
      • Horizontal Lines
      • Keyword Suggestion Tool
      • Meta Tag Generator
      • HTML Copyright Symbol (©)
      • Password Protect Page
  • JavaScript Software
    • Banner Buddy
    • Drop Down Menu Generator Software
    • Drop Down Menu Template
    • Java Source Machine
    • Java Source Machine 2
    • JavaScript Pro
    • Script Jungle
    • Free Software>
      • Free Meta Tag Generator Software
  • JavaScripts and More Blog
  • Affiliates
    • Affiliate Marketing Program Software
    • Links Management
    • WWW Flash Templates
  • CSS Style Scripts
  • HTML Tutor
    • Dynamic HTML
    • HTML 5
    • HTML Codes Reference Chart
    • HTML Page With Left Navigation
    • HTML Special Characters
  • JavaScript
    • JavaScript 2>
      • JavaScript Toolbar
  • JavaScript Search Engine
  • Game Blog
  • Articles
  • Local SEO Forums
  • Link Exchange
    • Marketing Links>
      • Banner Marketing Links
      • Blog Marketing Links
      • Directory Marketing Links
      • Email Marketing Links
      • Link Marketing
      • Local Marketing Links
      • Search Engine Marketing Links
      • Social Marketing Links
      • Web Marketing Links
      • Website Submit Links
    • Web Development Links>
      • Flash Editor Links
      • Search Engine Optimization Links
      • Shopping Cart Links
      • Site Builder Links
      • Software Links
      • Tutorials Coding Links
      • Web Hosting Links

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