Web Design Vocabulary

Name

Kourtlyn P.


  • Html Tags

    3

< HTML > beign the HTML page

< HEAD > Begin the heading of the 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 with boldface

< B> format the text using italics

< UL > Create an unordered list

< 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

< TR > Designate a table row BGCOLOR

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

< TH > Designate a table heading 

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

< 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 area to insert text NAME, ROWS, COLS

 

 

 

 

 

 

 

 

 

 


attribute-an addition to an Html tag that is used to modify its properties.

Container Tags- Each Html page that you write shoukd have a basic  set if tags. Many Html tags come in pairs of two. These tags work in pairs usually with some other text or Html  in between them. For that reson, they atre sometimes called container tags . The html tag indicates the start of the html content, while thye Html tag indicates the end of the Html document.

Document Type- Code that basically tells the browser what type of document to expect.

Empty Tag- empty tags do not have ant tags and not contain text.

Html: hypertext markup Language (Html)consits of a series of tags or codes that can be used in a web page to desginate attributes of a texst.

Hypertext: the idea of hypertext, or an organization  of units or information that can be connected with links, had already been around for alon time.

Ordered List: in an ordered list, eah time has a number instead of a bullet by it.,

Source Code: the html code is called the source code or Html source code since it is the source of what is eventually displayed on the screen.

Tags: hypertext markup language (HTML)consits of a series of tags or codes that can be used in which a web page to desigante attribubtes of a section.

Unordered list: Html allows you to create 2 types of lists on your webpage. the type is an unordered list are good for listing  items whose order is not important.

Value: Each attribute must have. in this case, thr value specifies that the pararaph be aligned in the center of the page.