Welcome
Xhtml Rules
Agenda
DocType
Web Terms
XHTML Elements
Meta Elements
Block Level Elements
Lists
Text Format
Font Attributes
Horizontal Rule
Special Entities
Tag Review
Project I
Anchor Tag
Linking Tips
Insert Images
Image Formats
Image Attributes
Image Links
HexColors
Web Safe Colors
Project 2
Why CSS?
Inline CSS
Embed CSS
Linked CSS
CSS Attributes
Font Families
Font CSS
Text CSS
Color CSS
List CSS
Project 3
Div or Span
Background Images
Display Position
Z-index
Clip and Visibility
Border CSS
Pseudo Classes
Project 4
CSS Summary
Web Resources
Final Check
Course Review
|
- Which applications are used to write html documents?
- What is the difference between HTML and XHTML?
- What are markup tags ?
- Name several browsers used to view an HTML document.
- What file extensions are used for an HTML document?
- Why are elements(tags) written in lowercase letters?
HTML and XHTML Page Structure
- Describe the purpose of the <!DOCTYPE> element in a xhtml web pages.
- Describe the elements used to start a web page.
- Where does the element <title> display its information?
- Name an element used to display written text for the users to view.
- Describe the difference between an ordered and unordered lists.
- Name the element and attributes used to change text color and size?
- What is the purpose of the attribute background-color: #ffccff?
?
Xhtml Anchors- Hyperlinks
- Name the four types of links/anchors.
- Describe the three components of links/anchors.
- What caused an entire page or block of text to be underlined?
- Is there a limit on the number of links per page?
- Which anchor attribute causes a file to open in a new browser window?
Displaying Images
- Name the image file formats used with graphic browsers.
- Why is the image attribute ALT necessary?
- Name other img attributes and their purpose.
- What are some of the considerations used when planning or designing web pages that meet ADA compliance?
Cascading Style Sheets CSS
- Name 3 ways to applying style sheet rules to an html document.
- What are the advantages of using CSS to format your Web page?
- Which CSS property will align an image to the right or left?
- How do you take the underline from an anchor-hyperlink?
- Describe how to hide an element from the screen or printer.
- Describe CSS staking rules.
|
|