Home

Starting HTML

-hypertext Mark-Up language is a set of tags use to create webpage.

-these html tags are used to create/format the content you want to appear on your web pages as well as to connect one page to another through hyperlink.

HTML

-is the standard programming language used to create and organized documents on the world wide web; let users to format text, add graphics, sound, video, and save it all in a text only or ASCII format that any computer can read.

Web browser

-computer program which is used to view a webpage.

DHTML

-HTML

-CASCADING STYLE SHEETS

-SCRIPTING LANGUANGE (JAVASCRIPT)

-DOCUMENT OBJECT MODEL

HTML DOCUMENT

<HTML>

                <HEAD>

                                <TITLE> </TITLE>

                </HEAD>

<BODY>

</BODY>

</HTML>

The head section

<HEAD>-begin the head section

<TITLE>-page description

</TITLE>-end of title

</HEAD>-end of the head section

The body section

<BODY>

{text displayed by browser}

</BODY>

Cascading tags

-Correct                            Incorrect

  <Tag1>                            <Tag1>

  <Tag2>                             <Tag2>

   <Tag2>                            <Tag1>

   <Tag1>                            <Tag2>

Physical formatting

Tags                   Effect

<B>                        Bold text

<I>                         Italicized text

<U>                       Underlined text

<sup>                   superscripted text

<sub>                   subscripted text

<blink>                 blink text

<center>             centered text

<big>                     all caps

<small>                                to make text small

Logical  text

Tags

<EM>                    italic

<STRONG>                         bold

HTML
CSS
JAVA

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Lucille Jane S. De Gala
[email protected]