Web Design Vocabulary


  • HTML TAGS

    3

Begin the HTML page
Begin the heading of the document 
Designate the title of the document bgcolor
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>
<P>
<I>
<B>
<UL>
<OL>
<LI>
<FONT>
<A>
<IMG>
<TABLE>
<TR>
<TD>
<TH>
<FRAMSET>
<FRAME>
<NONFRAMES>
<FORM>
<INPUT>
<SELECT>
<OPTION>
<TEXTAREA>





 

 

 

 


attribute: an addition to an HTML tag that is used to modify its properties.

Container tags: Each HTML page that you write should have a basic set of 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 reason, they are sometimes called container tags. The HTML tag indicates the start of the HTML content, while the HTML tag indicates the end of the HTML document.

Document type declaration (DTD): Code that basically tells the browser what type of document to expect.

Empty tags: empty tags to not have any tags and do not contain text.

HTML: Hypertext Markup Language (HTML) consits of a series of tags or codes that can be used in na Web page to designate attributes of a section of text.

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

Ordered list: In an ordered list, each item has a number instead os 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 a Web page to designate attributes of a section of text.

Unordered list: HTML allows you to create two types of lists on your Web page. The first type is an unodered list. Unodered lists are good for listing items whose order is not important.

Value: Esch attribute must have. in this case, the value specifies that the paragraph be aligned in the center of the page.