CECS 5420 - PowerPoint PPT Presentation

1 / 11
About This Presentation
Title:

CECS 5420

Description:

a href='test.html' file /a a href='mailto:emailaddr' text /a a href='#anchor_name' text /a ... Using HTML, create a website (5 pages) that provides ... – PowerPoint PPT presentation

Number of Views:29
Avg rating:3.0/5.0
Slides: 12
Provided by: greg254
Category:
Tags: cecs | html | mailto

less

Transcript and Presenter's Notes

Title: CECS 5420


1
CECS 5420
  • September 28, 2004
  • Dr. Greg Jones

2
Items
  • Review of Previous Materials
  • Questions ?
  • Assignment 2 Review
  • Topics
  • Linking
  • Fonts
  • Background
  • Image Maps
  • Tables

3
Review
  • Abs / Relative Paths
  • Basic Tags
  • Home Page

4
Adv Linking
  • lta hreftest.htmlgtfilelt/agt
  • lta hrefmailtoemailaddrgttextlt/agt
  • lta hrefanchor_namegttextlt/agt
  • lta nameanchor_namegtlt/agt

5
Fonts
  • ltfont colorcolor faceface sizesizegt text
    lt/fontgt
  • Color is normally RRGGBB
  • Avoid setting the face
  • Size
  • 1 to 4 or -1 to -4
  • Specific abs size value

6
Background
  • ltbody backgroundgraphicgt
  • This sets the background into a tiling, repeating
    pattern
  • Avoid busy graphics
  • No control of image. That will come with CSS

7
Image Maps
  • Can break up an image into sections then link
    each section someplace else
  • Image 50x50 pixels
  • ltmap namemapgt
  • ltarea coords0,0,25,50 hreflinkleft.htmlgt
  • ltarea coords0,26,50,50 hreflinkright.htmlgt
  • lt/mapgt
  • Shapes
  • Rect, Circle, Poly

8
Tables
  • lttablegt
  • lttrgt
  • lttdgtCelllt/tdgt
  • lttdgtCell2lt/tdgt
  • lt/trgt
  • lt/tablegt

9
Tables Things to Remember
  • Data only goes into the Cell between lttdgtlt/tdgt
  • Lots of settings (attributes), be sure to walk
    through the examples in the book
  • Valign can be helpful
  • Midterm will focus on an example that uses
    colspan and rowspan

10
Assignment 2
  • Using HTML, create a website (5 pages) that
    provides content regarding a hobby or interest.
    The HTML must contain at least the following
    items
  • An "index.html" page.
  • A minimum of 5 HTML pages (including the
    "index.html" page above), but no more than 10
    pages total. The web pages need to be
    interlinked.
  • Background Image(s)
  • Color(s)
  • Fonts
  • Create and use a client side image map
  • Table(s) that contains data (we will be doing
    table as layout style in a later assignment)

11
Next Meeting
  • Tables as Page Layout
  • Forms and CGI
Write a Comment
User Comments (0)
About PowerShow.com