Projects, HTML, - PowerPoint PPT Presentation

1 / 17
About This Presentation
Title:

Projects, HTML,

Description:

CSS Style Sheets. Cascading Style Sheets or External Style Sheet ... Link rel='stylesheet' href='../styles/my.css' Surveys. Who created a survey? ... – PowerPoint PPT presentation

Number of Views:34
Avg rating:3.0/5.0
Slides: 18
Provided by: CCN4
Category:
Tags: html | css | projects

less

Transcript and Presenter's Notes

Title: Projects, HTML,


1
Projects, HTML, Java
  • MSTU 5031

2
Phase 1
  • Ideas for investigation
  • Finalize ideas for next week
  • Strategies for collecting information
  • Processing information
  • Conclusions recommendations for further
    investigation

3
What is HTML?
  • Hypertext markup language
  • Use to provide the user interface for web
    applications.
  • Within each HTML document, HTML tags define how
    the page will look when its displayed.
  • Each tag is coded with a set of brackets (ltgt).
  • HTML is NOT case sensitive

4
Tools for working with HTML
  • Text Editors
  • TextPad
  • Pico
  • Emacs
  • Integrated Development Environment (IDE)
  • Homesite
  • Dreamweaver
  • SEE HANDOUT FOR CONFIGURING DREAMWEAVER

5
HTML Tables
  • Tables are ways to organize and format your pages
    in rows and columns.
  • Tags
  • Table lttablegtlt/tablegt
  • Table row lttrgtlt/trgt
  • Table data lttdgtlt/tdgt
  • Cell spacing (the of pixels between cells)
  • Cell padding (the of pixel between the contents
    of the a cell and the edge of a cell)
  • Colspan (the of columns the cell will span)
  • Rowspan (the of rows the cell will span)

6
General HTML Tags
  • Html
  • Comments
  • Head
  • Body
  • Table
  • Form
  • A href

7
HTML Forms
  • Tags
  • Form
  • Attributes
  • Action
  • Method
  • Input
  • Controls
  • Text boxes
  • Buttons
  • Check boxes
  • List boxes
  • Control Attributes
  • Name
  • Value

8
CSS Style Sheets
  • Cascading Style Sheets or External Style Sheet
  • All the web pages within a site will have a
    uniform look that can be easily modified.
  • Link style sheets in between the ltheadgtlt/headgt
    tags
  • Link relstylesheet href../styles/my.css

9
Surveys
  • Who created a survey?
  • What are the current limitations of the survey
    you created?
  • Java and HTML can help you create sophisticated
    web applications.
  • In order to understand dynamic web programming,
    we need to understand the way information is
    processed.

10
Web Applications
  • Components of a web application
  • How a web server processes static pages
  • Components of a Java web application
  • The architecture of a typical Java web application

11
(No Transcript)
12
(No Transcript)
13
(No Transcript)
14
(No Transcript)
15
Sample Servlet Code
16
Sample JSP Code
17
Lab
Write a Comment
User Comments (0)
About PowerShow.com