cpt 123 internet skills class notes publishing to the web session b

20
CPT 123 Internet Skills Class Notes Publishing to the Web Session B

Upload: gloria-johnson

Post on 12-Jan-2016

214 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: CPT 123 Internet Skills Class Notes Publishing to the Web Session B

CPT 123 Internet Skills

Class NotesPublishing to the Web Session B

Page 2: CPT 123 Internet Skills Class Notes Publishing to the Web Session B

Presentation Formatting HTML Tags

<U> </U> underline - underlines displayed text

<FONT SIZE=#> </FONT> displays text at a specific size - # can be replaced with the numbers 1 through 7

<FONT SIZE=+#> </FONT> change font size upward - relative change based on current font size

Page 3: CPT 123 Internet Skills Class Notes Publishing to the Web Session B

Presentation Formatting HTML Tags

<FONT SIZE=-#> </FONT> change font size downward - relative change based on current font size

<BASEFONT SIZE=#> sets basefont size - # can be replaced with the numbers 1 through 7 - default is usually 3

<FONT COLOR=######> </FONT> font color ## (red) ## (green) ## blue

Page 4: CPT 123 Internet Skills Class Notes Publishing to the Web Session B

Presentation Formatting HTML Tags

<FONT FACE=“******”> </FONT> select font

<P> paragraph </P> closing tag usually unnecessary

<P ALIGN=LEFT | CENTER | RIGHT> </P> align text within paragraph

Page 5: CPT 123 Internet Skills Class Notes Publishing to the Web Session B

Presentation Formatting List Tags

<UL> <LI> </UL> unordered (bullet) list - <LI> before each list item

<UL TYPE=DISC | CIRCLE | SQUARE> bullet type for the whole list

<LI TYPE=DISC | CIRCLE | SQUARE> bullet type for this and subsequent list items

Page 6: CPT 123 Internet Skills Class Notes Publishing to the Web Session B

Presentation Formatting List Tags

<OL> <LI> </OL> ordered list - <LI> before each list item

<OL TYPE=A|a|I|i|1> numbering type for the whole list

<LI TYPE=A|a|I|i|1> numbering type for this item and subsequent list items

<OL START=#> starting number<LI VALUE=#> this item and subsequent

list items

Page 7: CPT 123 Internet Skills Class Notes Publishing to the Web Session B

Presentation Formatting List Tags

<DL> <DT> <DD> </DL> definition list

<DT>=definition term - before each term item

<DD>=definition of term - before each definition of term

Page 8: CPT 123 Internet Skills Class Notes Publishing to the Web Session B

Presentation Formatting List Tags

<MENU><LI></MENU> menu list - <LI> before each list item

<DIR><LI></DIR> directory list - <LI> before each list item

List may be nested inside other list - List types can be mixed when nesting

Page 9: CPT 123 Internet Skills Class Notes Publishing to the Web Session B

Presentation Formatting Table Tags

<TABLE> </TABLE> define table<TABLE BORDER> </TABLE> table

border either on or off<TABLE BORDER=#> </TABLE> table

border - # author can set the value<TABLE CELLSPACING=#> cell spacing<TABLE CELLPADDING=#> cell padding

Page 10: CPT 123 Internet Skills Class Notes Publishing to the Web Session B

Presentation Formatting Table Tags

<TABLE WIDTH=#> table width in pixels<TABLE WIDTH=#%> table width as a

percentage of page<TR> </TR> table row<TR ALIGN= LEFT | CENTER | RIGHT>

table row alignment<TR VALIGN=TOP | MIDDLE | BOTTOM>

table row vertical alignment

Page 11: CPT 123 Internet Skills Class Notes Publishing to the Web Session B

Presentation Formatting Table Tags

<TD> </TD> table cell data - must appear within table rows

<TD ALIGN=LEFT | CENTER | RIGHT> table cell alignment

<TD VALIGN=TOP | MIDDLE | BOTTOM> table cell vertical alignment

<TD NOWRAP> no line breaks

Page 12: CPT 123 Internet Skills Class Notes Publishing to the Web Session B

Presentation Formatting Table Tags

<TD WIDTH=#> table cell width in pixels

<TD WIDTH=#%> table cell width as percentage of table

<TD COLSPAN=#> table columns to span

<TD ROWSPAN=#> table rows to span

Page 13: CPT 123 Internet Skills Class Notes Publishing to the Web Session B

Presentation Formatting Table Tags

<TD BGCOLOR=#123456> table cell color

<TH> </TH> table header - same as table data, except bold centered

<TH ALIGN=LEFT | CENTER | RIGHT> table header alignment

Page 14: CPT 123 Internet Skills Class Notes Publishing to the Web Session B

Presentation Formatting Table Tags

<TH VALIGN=TOP | MIDDLE | BOTTOM> table header vertical alignment

<TH NOWRAP> no line breaks<TH COLSPAN=#> table columns to

span<TH ROWSPAN=#> table rows to

span

Page 15: CPT 123 Internet Skills Class Notes Publishing to the Web Session B

Presentation Formatting Table Tags

<TH WIDTH=#> table header width in pixels

<TH WIDTH=#%> table header width as percentage of table

<TH BGCOLOR=#123456> table cell color

<CAPTION> </CAPTION> table caption

Page 16: CPT 123 Internet Skills Class Notes Publishing to the Web Session B

Presentation Formatting Table Tags

<CAPTION ALIGN=TOP | BOTTOM> table caption located either above or below table

Page 17: CPT 123 Internet Skills Class Notes Publishing to the Web Session B

Image Tags

Images Tags<img src=“URL” alt=“***”> <img src=“URL” width=# height=#><img src=“URL” align=top|bottom|

middle><img src=“URL” align=left|right>

Page 18: CPT 123 Internet Skills Class Notes Publishing to the Web Session B

Image Tags

<img src=“URL” align=texttop><img src=“URL” align=baseline><img src=“URL” align=absbottom><img src=“URL” align=absmiddle><img src=“URL” border=#>

Page 19: CPT 123 Internet Skills Class Notes Publishing to the Web Session B

Anchor Tags

Anchor Tags<a href=“URL”> </a><a href=“URL/path/file”> </a><a href=“#***> </a><a href=“URL” target=“***”> </a><a name=“***”> </a>

Page 20: CPT 123 Internet Skills Class Notes Publishing to the Web Session B

Special Character Tags

Special Characters< &lt;> &gt;& &amp;“ &quot;Trademark &reg;Copyright &copy