Practice Notes COP1822
Site hosted by Angelfire.com: Build your free website today!

Class Notes January 22, 2010 --- Chapters 3 - 4 in book

Web content goes in between the body tag. It's basically all your text, links, images, video, etc.

What you open last you close first... what you open first you close last

What is HTML ?

HTML
HTML HTML
        HTML     HTML
is a markup language , a structured language that lets you identify common sections of a document such as headings , paragraphs , and lists . An HTML file includes text and HTML markup ( or element ) tags that identify these sections. The HTML markup tags indicate how the document sectiosn appear in a browser.

January 22, 2010

January 22, 2010

January 22, 2010

January 22, 2010

January 22, 2010
January 22, 2010

Using the put option ( up arrow) we can upload any changes so that our remote server looks like our local page.

This is aligned to the right

This is aligned to the left

This is aligned to the center

The Basic Structure of Any Web Page Is : Contains four declaration tags...

1.Using Internet Explorer/Firefox open the page using the open command from the file menu.

Navigate to your Root folder and open the page.
This is viewing the page locally

2.Using notepad open the page using the open command from the file menu.

Navigate to your Root folder and open the page.

This is editing method to open the page.

3.Type out your full web site address, (URL).

This is our remote view.

4. Dreamweaver is the tool that does numbers one and two together…for the most part.

What you see is what you get editor.

Element - part of document being sectioned
Attribute – what are you going to do the element. Contains information about the Element. Always located inside an elements opening tag.
Value- how the attribute is displayed.

Order 1. NotePad --- Develop
2. Then --- Open in Dreamweaver and PUT files (Upload)
3. View using your URL