XML Hypertext Markup Language CSS
.
Site Map
.
HTML-Home
.
HOME
 

Color Schemes:

 
Cool web site

In your folder on drive D: create a subdirectory named Publish

- Insert -

In FrontPage/Dreamweaver go to Insert > Image.
Note that you should only insert JPG or jpg images.
Open New document.
Check Background Image box and point to directory where you have 100x100 pixels jpg prepared.
In FrontPage/Dreamweaver go to Insert > Horizontal Line.
Again make a note of tags representing horizontal line in the next column.

- Graphic Links -

Select inserted image by clicking on it.
Insert > Hyperlink...
- Text Links -
Type a word Links and select it.  Go Insert > Hyperlink..

- E-Mail -

Type E-MAIL and highlight it.  Go Insert > Hyperlink..  Click on the button with envelope sign, and type your e-mail address.  Click OK.

- Links within Documents -

Text and graphics can link to places within the same document.
These links require two parts:  the anchor (bookmark) and the link.
The anchor identifies the place to jump to.  The link uses the name
of the anchor instead of the name of a file.
Use FrontPage Help to read about bookmarks.

Anchor/Bookmark

Link

Compare external and internal links:

Internal

External
HTML is a mark-up, or formatting language.  In fact, HTML stands for HyperText Markup Language.  You mark up text files with HTML tags so that they can be read over by browsing software.  Tags are pieces of code surrounded by the symbols < ....>  Browsers read tags when formatting HTML files on your screen.  Documents available on the World Wide Web are HTML files.

HTML language is a specific set of tags that all browsers should interpret.  HTML describes neither text or graphic elements nor their placement.  HTML only tags the content of the file with certain attributes that are later defined by the browser.

HTML tags attribute type styles, insert graphics, sound, and video files in the text, and create hypertext links and forms. Hypertext is the most important capability of the HTML language. It means that any piece of text or graphic can link to another HTML document.

HTML documents consist of two basic parts:  the head and the body.  Both the head and the body use pieces of code called tags.

Some tags can be used by themselves, like <P>, the tag that ends
a paragraph. Other tags must be used together; for example, to style a first level heading requires opening and closing tags, <H1> and </H1>   Closing tags contain a slash.  Tags for linking files and creating forms require additional parts (also called arguments) to work properly.  Tags for graphics also require additional parts like the file name and directions for alignment.

Go back to main HTML page and click on Tutorial 2
Study those tutorials. Make notes.

HOMEWORK :

 
INTRO
TAGS
CSS Menu
Session 1
Session 2
Session 3
Audio
Quiz 1
Quiz 2
Quiz 3
Quiz 4
Colour 1
Colour 2
Colour 3
Colour 4
TEST

 

DHTML