1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

HTML Quick List part 1

Discussion in 'HTML & Website Design' started by gs2004email, Dec 14, 2007.

  1. #1
    <A ...> Anchor

    HREF: URL you are linking to
    NAME: name a section of the page
    TARGET = "_blank" | "_parent" | "_self" | "_top" | window name
    which window the document should go in
    TITLE: suggested title for the document to be opened
    onClick: script to run when the user clicks on this anchor
    onMouseOver: when the mouse is over the link
    onMouseOut: when the mouse is no longer over the link
    ACCESSKEY

    <ADDRESS>

    <APP ...>

    <APPLET ...>

    CODE: the applet to run
    CODEBASE: path to the applet class
    WIDTH: width of the applet
    HEIGHT: height of the applet
    ALIGN = LEFT | RIGHT | TOP | MIDDLE | BOTTOM | BASELINE
    alignment of applet to surrounding text
    VSPACE: vertical space between applet and surrounding text
    HSPACE: horizontal space between applet and surrounding text
    BORDER: empty space surrounding the applet
    NAME: name of applet for reference by other applets
    ARCHIVE: a compressed collection of applet components
    MAYSCRIPT: If Java can use JavaScript

    <AREA ...>

    HREF: URL you are linking to
    ALT: alternate text if the image isn't displayed
    SHAPE = RECT | CIRCLE | POLY | DEFAULT
    what shape is this area?
    COORDS: coordinates for the link area shape
    TITLE: Short description of the area
    TARGET: what frame to go to
    NOHREF: this area is not a link
    onClick: script action when the user clicks this area
    onMouseOver
    onMouseOut

    <B> Bold

    <BASE ...> Base Address

    HREF: default address for hypertext links
    TARGET = "_blank" | "_parent" | "_self" | "_top" | frame name
    default window for linked documents

    <BASEFONT ...>

    SIZE
    COLOR
    FACE

    <BGSOUND ...>

    SRC: URL of the sound
    LOOP = INFINITE | number of loops
    how many times to play the sound

    <BIG>

    <BLINK>

    <BLOCKQUOTE ...> Block Quote

    <BODY ...>

    BGCOLOR: background color of the page
    BACKGROUND: background picture for the page
    TEXT: color of the text on the page
    LINK: color of links that haven't been followed yet
    VLINK: color of links that have been followed
    ALINK: color of links while you are clicking on them
    BGPROPERTIES = FIXED
    if the background image should not scroll
    TOPMARGIN: size of top and bottom margins
    LEFTMARGIN: size of left and right margins
    MARGINHEIGHT: size of top and bottom margins
    MARGINWIDTH: size of left and right margins
    onLoad: Script to run once the page is fully loaded
    onUnload
    onFocus
    onBlur
    STYLESRC: MS FrontPage extension
    SCROLL = YES | NO
    If the document should have a scroll bar

    <BR ...> Line Break

    CLEAR = LEFT | RIGHT | ALL | BOTH
    go past a picture or other object

    <BUTTON ...>

    TYPE = BUTTON | SUBMIT | RESET
    what type of button is this
    onClick: script to run when the user clicks here
    NAME: name of this button element
    VALUE: the value sent with the form
    DISABLED: disable this button
    ACCESSKEY: shortcut key for this button
    TABINDEX: tab order

    part 2 post as early as possible coming.............
     
    gs2004email, Dec 14, 2007 IP
  2. goodball32

    goodball32 Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    thx!sth more about css and div???
     
    goodball32, Dec 14, 2007 IP