HTML Cheat Sheet.pdf

14 downloads 5983 Views 6KB Size Report
HTML: or ... creates a html page. ... HTML CHEAT SHEET. * Note: Does not require a closing tag. Template. . .
HTML CHEAT SHEET Template Meta Tags CSS JavaScript Content

CSS Media all handheld print projection screen

Meta Types http-equiv name

Lists


SYNTAX

Table

HEAD *

external CSS link

With an Attribute



embedded javascript

HTML: XHTML:

*

meta information

Basic HTML: or XHTML: or

TABLES

BASIC the visible portion of the page



table caption

portion not displayed on the page



defines a table



creates a html page



body section of the table

shows the page name in the title bar



the header section of the table



table row

Input Types

*

email link

LISTS STRUCTURE



definition


*

line break



definition list



source code listing



definition term



Formats structure or block of text



  • item in a list



    italic text



      ordered list



        unordered list

        ...

        page headings from largest to smallest


        horizontal rule



        paragraph



        defines a form



        preformatted text



        group of related form items



        Inline formatting



        bold text

        *

        form element (see input types at right)



        subscript text



        menu item in a select box



        superscript text



        drop-down list



        multi-row text area

        FORMS

        FRAMES SPECIAL CHARACTERS



        defines a single frame



        frame document

         

        non-breaking space



        inline frame

        "

        quotation mark

        &

        ampersand




        greater than sign

        * Note: Does not require a closing tag

        button checkbox file hidden image password radio reset submit text



  • table cell



    number of columns cell spans



    LINKS



    *

    displays an image



    footer section of the table

    *

    link to another document



    number of rows cell should spans

    *

    link to anchor in current document



    table header cells

    link to anchor in another document

    number of columns table header cell spans



    *