Home
Username:
Password:

HTML 4/5 with CSS Tutorials

Online Contents For This Course

We have made some of the video tutorials for

HTML 4/5 with CSS

freely available to help you evaluate our training. Click on any of the linked lesson listings below to preview FREE!
   Course Description
With more than 250 million North American users now on the Internet and more than 1.6 billion worldwide, it’s wonder that HTML has stayed the course as the most popular web programming language. In addition, the skills learned in the study of HTML are fundamental to more advanced programming technologies such as JavaScript, PHP, Flash ActionScript and many others. This course covers all the important features of HTML 4 and HTML 5, and includes an introduction to styling web documents using CSS. The working scripts and step-by-step examples found here will have you quickly creating the kind of web content demanded by today’s web sites. With the help of the instruction in this course, you will quickly be adding text, links, images, sounds, and videos to your web pages and expertly formatting everything using the latest and most powerful CSS techniques. To begin learning today, simply click on the movie links.

Choose your media type:

Introduction
  What is HTML? (05:08) T
  About this Course (05:22) T
  Tools Needed to Code HTML (05:16) T
  Services Needed to Publish HTML (06:30) T
  Versions of HTML (06:51) T
  HTML 5 (07:43) T
  Creating Your First Page (06:03) T
HTML Building Blocks
  HTML Elements (04:46) T
  HTML Attributes (02:49) T
  IDs & Classes (03:41) T
  Text & Comments (02:49) T
  URLs (05:08) T
HTML Structure
  Document Type (05:36) T
  Head Elements: Titles (04:32) T
  Head Elements: Meta Elements (04:39) T
  Head Elements: Script & Style Tags (05:08) T
  Block & Inline Elements (04:18) T
  Paragraphs (03:49) T
  Section Headings (05:00) T
  List Elements (03:33) T
  Divisions (05:13) T
  Inline Spans (03:36) T
  Tables (03:21) T
  Forms (04:38) T
Basic Formatting
  Paragraph vs. Line Breaks (04:18) T
  Bold & Italic (03:15) T
  Superscript & Subscript (02:58) T
  Preformatted Text (02:37) T
  Rules & Blockqoutes (04:08) T
  Abbreviations & Acronyms (04:46) T
  CSS Text Properties (03:07) T
Color & Images
  Color on the Web (07:05) T
  Color Schemes (05:37) T
  Creating & Naming Graphics (03:46) T
  Image Resolution (03:29) T
  Image File Formats (06:50) T
  Getting Images to Load Faster (06:50) T
  Background Images & Color (05:41) T
  Image Maps (02:38) T
  The IMG Tag (06:41) T
  IMG Tag Attributes (03:19) T
Links
  The Anchor Element (02:19) T
  Absolute vs. Relative Links (06:38) T
  Writing Relative Links (04:40) T
  File Structure & Linking Tips (04:33) T
  HREF & Target Attributes (03:09) T
  Internal Links & the Name Attribute (04:55) T
  Changing Link Colors (06:32) T
Tables
  Tables vs. Div Tags (03:58) T
  Setting Table Widths (04:51) T
  Cell Padding & Spacing (02:57) T
  Positioning Tables & Contents (04:11) T
  Table Headers (03:34) T
  Spanning Columns & Rows (03:18) T
  Nesting Tables (04:15) T
Forms
  Intro to Forms (03:05) T
  Input Fields (03:21) T
  Radio Buttons (02:43) T
  Checkboxes (02:38) T
  Dropdown & Selection Lists (02:39) T
  Large Text Input (01:44) T
  File & Hidden Fields (02:16) T
  Submit & Reset Buttons (03:59) T
  Image & General Buttons (03:51) T
  Making Forms Easier to Use (03:14) T
  Organizing Forms using Fieldset (04:33) T
  Tips for Formatting Forms (03:02) T
  Processing Form Data (08:13) T
Style Sheets
  What is CSS & Why Use It (05:03) T
  Style Syntax & Structure (02:14) T
  Writing & Applying Your First Styles (04:47) T
  Intro to Selectors (03:16) T
  Base/Tag Selector (03:07) T
  The Class Selector (06:18) T
  The ID Selector (03:08) T
  Context Selectors (04:04) T
  When to Use ID or Class (03:26) T
Managing Multiple Styles
  How Styles Cascade (03:34) T
  Cascade & Inheritance Rules (04:24) T
  Cascade & Inheritance Tips (02:38) T
  Inlining Styles (02:58) T
  Embedding Styles (02:19) T
  Importing Style Sheets (03:38) T
  Linking Style Sheets (07:04) T
CSS Building Blocks
  The Box Model (05:37) T
  The Div Tag (03:11) T
  Child Divs (04:15) T
  Width & Height (02:33) T
  Margin (06:24) T
  Padding (03:46) T
  Borders (06:52) T
Formatting Text
  Why Text Formatting is Important (05:18) T
  Choosing Fonts (05:32) T
  Browser-Safe Fonts (04:54) T
  Font Size (04:52) T
  Applying Styles to Text (02:54) T
  Setting Line Height (04:38) T
  Letter Spacing (Kerning) (04:16) T
  Other Font Properties (05:01) T
  Tips for Improving Text Legibility (06:26) T
Styling Lists / Colors / Images
  Styling Lists with CSS (06:56) T
  CSS Background Color (03:17) T
  CSS Background Images (04:02) T
  Setting Image Opacity (02:30) T
Laying Out Pages with CSS
  CSS Layout Structure (03:03) T
  Block vs. Inline Display (05:26) T
  Containing Blocks (02:30) T
  Positioning Schemes (07:18) T
  Static / Fixed / Absolute Positioning (05:01) T
  Relative Positioning (07:04) T
  Floating & Clearing Content (05:56) T
  Using Floats in Layouts (03:33) T
  Fixed-Width Layouts (02:59) T
  Liquid / Fluid Layouts (07:10) T
  Elastic & Variable Fixed Width Layouts (03:12) T
  Tips for Creating & Applying Styles (07:10) T
HTML 5
  What is HTML 5? (04:12) T
  HTML 4 vs. HTML 5 (03:58) T
  New HTML5 Structural Elements (05:34) T
  The Article / Section / NavElements (04:02) T
  Aside / Figure / Legend Elements (04:20) T
  Video & Audio Elements (04:55) T
  Playing Video & Audio (03:30) T
  Controlling Media Playback (02:36) T
  The Canvas Element (03:02) T
  Additional HTML 5 APIs (03:18) T
  Where You Can Use HTML 5 (03:59) T
  Easing the Transition from XHTML (05:01) T
Advanced Topics
  XML (03:30) T
  Adding Multimedia (06:31) T
  Multimedia Players & Platforms (05:50) T
  JavaScript (03:25) T
  Dynamic HTML (04:06) T
  AJAX (05:50) T
Publishing your Web Site
  Understanding Web Page Publishing (04:37) T
  Site Setup & File Transfer (06:41) T
  Site Management & Organization (04:46) T
  Site Troubleshooting Tips (06:31) T
  Promoting Your Sites pt. 1 (06:12) T
  Promoting Your Sites pt. 2 (05:06) T
Conclusion
  Wrap-up (03:38) T
Credits
  About the Author (01:21) T

Course Information

Course:

HTML 4/5 with CSS

Author: James Gonzalez
SKU: 34077
ISBN: 1-935320-93-9
Release Date: 2009-12-31
Duration: 10.5 hrs / 142 tutorials
Work Files: Yes
Captions: Available on CD and Online University

Search within Captions

 

Subscription / Purchase Information

Visitors to VTC.com will be able to view all introductory videos for each training course.
Free Trial Members will gain access to first three chapters for each training course. Sign up for a Free Trial
Full Access Members have full access to VTC.com’s entire library of video tutorials. If you are already a member, please login here.

Learn More

Also Available in CD format

Single User: US$ 99.95Add to Cart