Beginning%20HTML - PowerPoint PPT Presentation

About This Presentation
Title:

Beginning%20HTML

Description:

Allows the browser to display text a certain way, not change the ... img src='josh.jpg' ... IMG Tag. Tags for Hyperlinks A Tag. Testing your HTML. Alpha ... – PowerPoint PPT presentation

Number of Views:16
Avg rating:3.0/5.0
Slides: 12
Provided by: rya143
Learn more at: http://www.cs.ucf.edu
Category:
Tags: 20html | beginning | img | src

less

Transcript and Presenter's Notes

Title: Beginning%20HTML


1
Beginning HTML
  • Josh LazarCGS 2585

2
Todays Agenda
  • Lecture
  • Whats due on Friday
  • Test 4
  • Website Design Project
  • Last day of Lecture ?

3
What is HTML?
  • HTML is a markup language
  • Not quite programming
  • Allows the browser to display text a certain way,
    not change the way the browser acts
  • Angle brackets lt and gt surround HTML tags
  • Ending tags are needed for most tags
  • ltHRgt, ltBRgt are some exceptions
  • Tags can nest inside of other tags ltbgtltigtlt/igtlt/bgt
  • Must be LIFO
  • Some tags can have attributes
  • ltimg srcjosh.jpggt

4
Document Tags
  • Tags that are used to surround the entire
    document and various parts of the document
  • HTML Tag
  • HEAD and BODY Tags
  • TITLE Tag

5
Formatting Tags
  • ltPgt
  • ltBRgt
  • ltHRgt

6
Text Style Tags
  • ltigt,ltbgt,ltugt
  • ltFONTgt

7
Tags for Organizing and Lists
  • ltHxgt Tag
  • ltOLgt, ltULgt, ltLIgt Tags

8
Tags to Insert Images
  • ltIMGgt Tag

9
Tags for Hyperlinks
  • ltAgt Tag

10
Testing your HTML
  • Alpha testing
  • Beta testing

11
In Lab this week
  • Test 4
  • Website Design Project
Write a Comment
User Comments (0)
About PowerShow.com