Beginning (X)HTML: Day 3

Course/Class Number: 58111/46065
Class Title: 58111 (X)HTML: Beginning

Resources

http://www.elizabethcastro.com/html6ed/examples/

Day 3

15. Developer Tools

Firefox Firebug

Firefox Web Developer Toolbar

A. Install Firebug.

B. Install Web Developer.

 

16. Lists [p 215]

ol, ul, li [p 216]

• [p 423]

♦ [p 429]

A. Create a new page named lists.htm.

B. Place one unordered list on the page.

C. Place one ordered list on the page.

D. Customize the bullets in your unordered list.

 

17. Uploading to Your Server

Ch 23 [p 353]

Firefox FireFTP

Mozilla FileZilla

A. Find the download page for FileZilla.

B. If it is not installed on your PC, download and install it.

 

18. Editors

Dreamweaver

Firefox Codetch – https://addons.mozilla.org/en-US/firefox/addon/codetch/

Firefox Browser Turns Editor – https://addons.mozilla.org/en-US/firefox/addon/browser-turns-editor/?src=api

www.w3schools.com/html/ “try it yourself” link

Windows: Notepad++

Mac: TextWrangler

 

19. Tables [Ch 16, p 227]

Plan/draw

tables [p 229]

tr, td

th [p 217]

attributes:

border [p 230]

width [p 232]

align [p 234 & 238]

cellpadding & cellspacing [p 242]

nesting [p 236]

colspan & rowspan [p 244]

A. Create a new page called table.htm.

B. Create a simple table from scratch.

 

20. Completing a Project

Plan, design and create:

A minimum of three pages linked to each other

Consistent page layout(s)

Graphics/graphical schemes (find them easily using Google’s Image Search)

And link to class home page