Web Desgin Vocabulary 

Kimberly R.

Memorial High School 


  • HTML Tags

    3
  • Unit 3 Vocabulary 

    4

< HTML > Begin the HTML page

< HEAD > Begin the heading of the document

< TITLE > Designate the title of the page

< BODY > Begin the body of the document   BGCOLOR

< 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  ALIGN

< I > Format the text with boldface

 < B > Format the text using italics

< UL > Create an unorderedlist

< OL > Create an ordered list

< LI > Specify a list item

< FONT > Specify font characteristics FACE, COLOR

< A > Designate a hyperlink HREF, TARGET, NAME 

< IMG > Designate an image SRC, ALT, HEIGHT, WIDTH, ALIGN, BORDER

< TABLE > Designate an HTML table BORDER, WIDTH, CELLPADDING, CELLSPACING

Designate a table row BGCOLOR

< TD > Designate a table cell COLSPAN, ALIGN, VALIGN, BGCOLOR, ROWSPAN

< TH > Designate a table heading 

< FRAMESET > Designate a frames 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 


Lesson 7

  1. 1.Attribute-addition to an HTML tag that is used to modify its properties
  2. 2.Container tags-works in pairs with other texts or HTML in between them
  3. 3.Document type declaration-tells the browser what type of document to expect
  4. 4.Empty tags-does not contain text
  5. 5.HTML-consists of a series of tags or codes that can be used in a web page
  6. 6.Hypertext-organization of units of information that can be connected
  7. 7.Ordered lists- each item has a number of a bullet by it
  8. 8.Source code- HTML code
  9. 9.Tags-codes that can be used in a web
  10. 10.Unordered list-good for listing items whose order is not important
  11. 11.Value-specifies that the paragraph be aligned in the center

Lesson 8

  1. Absolute URL-one in which protocol and Web server name is used
  2. External Link- links to documents that reside on web sites other than the one you are creating
  3. Hyperlink-links to other Web pages
  4. Internal Link-links that are used to navigate between the pages of one site
  5. Intrapage link-is a link within one page
  6. Link- pointer to a document or file somewhere on the Web
  7. Relative URL-one in which the document being linked to is described relative to another location
  8. Thumbnail-small image representation of a larger image

 Lesson 9

  1. Cell-area created by the intersection of a row and a column
  2. Container-define which web page is to be used
  3. Frameset- is the name given to a group of frames that act together to make up one web page
  4. Nested-opening a new tag before closing the first one

Lesson 10

  1. 1.Button-submit button
  2. 2.Check box-a set of predefined choices from which the user may make a selection
  3. 3.Form-is an element on a Web page that is used to collect data from a Website user
  4. 4.Hidden field- allows a value to be passed from the form to the page that is specified in the ACtion attribute
  5. 5.Label-
  6. 6.Password field-replaced by asterisks
  7. 7.pull-down menu-aka drop-down lists ; used when you do not want the user to type in his or her own data
  8. 8.Querystring-appends to the url after a question mark, a part of the URL
  9. 9.Radio button-another type of form element where the user is presented with a set of options from which to choose
  10. 10. Text area- is a large space in which a user can type his or her comments
  11. 11.Text box - is a box into which the user can key text