WEB DESIGN VOCABULARY

Da'Drion R.

Memorial High School


  • HTML Tags

    3

<HTML> Begin the HTML page

<HEAD> Beging the heading of a document

<TITLE> Designate the title of the page

<BODY> Begin the body of the document

<H1> Format a level 1 heading

<H2> Format a level 2 heading

<H3> Format a level 3 heading

<H4> Format a level 4 heading

<H5> Format a level 5 heading

<H6> Format a level 6 heading

<BR> Add a line break

<P> Set apart a group of text as a paragraph

<I>  Format the text using italics

<B> Format the text with boldface

<UL> Create an unordered list

<OL> Create an ordered list

<LI> Specify a List Item

<FONT> Specify font charteristics  Face Color

<A> Designate a hyperlink HREF Target Name

<IMG> Designate an image SRC ALT Height Width Align Border

<TABLE> Designate an HTML table Boreder Width Cellpadding Cellspacing

<TR> Designate a table row BGCOLOR

<TD> Designate a table heading

<FRAMESET> designate a frame page COLS ROWS

<Frame> Designate a frame within a frames page SRC NAME

<NOFRAMES> Designate code that will be displayed if frames are not supported

<FORM> Designate the start of a form ACTION METHOD

<INPUT> Designate a form  element NAME TYPE VALUE

<SELECT> Designate a pull-down menu NAME

<Option> Designate an item in a pull down menu VALUE

<TEXTAREA> Designate a text are to insert text NAME ROWS COLS