microsoft partner logo color
8574  Reviews star_rate star_rate star_rate star_rate star_half

HTML5 and CSS

55319AC HTML5 and CSS is the Community Courseware equivalent of retired MOC Course 20480CC - Programming in HTML5 with JavaScript and CSS3. This five day course is an in depth hands-on study of...

Read More
$3,095 USD
Duration 5 days
Course Code 55319
Available Formats Classroom

Overview

55319AC HTML5 and CSS is the Community Courseware equivalent of retired MOC Course 20480CC - Programming in HTML5 with JavaScript and CSS3.

This five day course is an in depth hands-on study of HTML5, CSS3 and modern web and mobile development.

The course includes detailed hands-on labs and Q and A labs. The labs include multiple projects, including one beginning to end web site.

Skills Gained

  • Create HTML5 compliant web pages.
  • Test and validate HTML and CSS code.
  • Create CSS for style pages.
  • Work with experimental vendor prefixes.
  • Work with fonts and CSS font effects.
  • Work with color and color tools.
  • Layout pages and content using DIVs, iFrames and Tables.
  • Add and format images and CSS sprites.
  • Create HTML5 forms.
  • Embed and manage video and audio content.

Who Can Benefit

This class is targeted towards the professional developer new to HTML, self-taught HTML developers, graphics designers and those new to HTML development.

Prerequisites

  • While any background in HTML or development is a plus, all you need are basic PC skills and a desire to learn web development.

Course Details

Outline


Module 1: A Brief History of HTML and the Web
This module introduces HTML and CSS and the tools used to create web pages. It also covers many of those annoying little issues that you need to know about before creating modern web pages
Lessons

  • Welcome!
  • History
  • Details, Details, Details
  • The Life of a Web Page
  • HTTP Status Codes Definitions
  • Most Important Things to Know as a Web Developer

Lab 1: Getting Started with HTML
  • Q&A quiz
  • Exercise 1 Create a web page
  • Exercise 2 Explore Visual Studio Options
  • Exercise 3 Experimenting with tags
  • Lab Solution
After completing this module, students will be able to:
  • Describe the history and use of HTML and CSS.
  • The life cycle of a page request and how the web server and web browser interact.
  • How to create a new web project in Visual Studio

Module 2: Core HTML Elements
This module covers the use of HTML editors, page creation, core HTML tags and HTML validation.
Lessons
  • HTML and CSS Editors
  • Text, Spaces and Tabs
  • Working with Tags
  • Attributes
  • Comments
  • Non-Standard Tags
  • Every Page Includes
  • File Extensions
  • Core Page Elements
  • Nesting
  • Testing HTML
  • HTML and Text

Lab 1: Core HTML Elements
  • Q&A quiz
  • Exercise 1 Creating and Validating a Page
  • Exercise 2 Browser tools
  • Exercise 3 Add a Copyright Message
  • Exercise 4 Create a Style Sheet
  • Lab Solution
After completing this module, students will be able to:
  • Use HTML editors to create web pages.
  • Use core HTML tags.
  • Create CSS style sheets.
  • Validate HTML using validators and browser tools.

Module 3: Cascading Style Sheets
Although CSS is covered throughout this course and is introduced and used with related HTML tags, this module explores the core CSS features including selectors, CSS units and the CSS Box Model.
Lessons
  • Before CSS
  • With CSS
  • Cascading Style Sheets (CSS)
  • Adding CSS to a Page
  • Order of CSS Processing
  • Experimental Vendor Prefixes
  • CSS Units
  • The CSS Box Mode

Lab 1: Cascading Style Sheets
  • Q&A quiz
  • Exercise 1 Creating and Validating a Page
  • Exercise 2 CSS Box Model Customize the Header
  • Exercise 3 CSS Box Model Adding Navigation Tabs
  • Exercise 4 Working with a Pseudo Class
  • Exercise 5 Validate Your Code
  • Lab Solution
After completing this module, students will be able to:
  • Add CSS to pages.
  • Create and use CSS selectors.
  • Understand the CSS unit system.
  • Work with the CSS Box Model.
  • Use CSS to create shapes and symbols.

Module 4: Fonts and Text
This module explores the use of fonts and lists.
Lessons
  • Fonts
  • CSS for Text
  • CSS Text Ticks!
  • Working with Lists
  • Upgrading and to Windows 7

Lab 1: Fonts and Text
  • Q&A quiz
  • Exercise 1 Selecting Fonts
  • Exercise 2 Validate Your Code
  • Lab Solutio
After completing this module, students will be able to:
  • Describe how fonts are used and selected in HTML and CSS.
  • Apply CSS to fonts.
  • Use CSS to create shadows and rotated text.
  • Create and format text lists.

Module 5: Colors and Backgrounds
In this module we will explore how colors are used and applied in HTML and CSS to HTML tags, fonts and backgrounds.
Lessons
  • Specifying Colors
  • Applying Colors
  • Gradients

Lab 1: Colors and Backgrounds
  • Q&A quiz
  • Exercise 1 Working with Color
  • Exercise 2 - Gradients
  • Lab Solution
After completing this module, students will be able to:
  • Define colors using RGB and other systems.
  • Apply colors to HTML elements using CSS.
  • Work with CSS gradients.

Module 6: Anchors and Hyperlinks
The H of HTML refers the ability to link from one document to another. In this module we will work with the anchor tag and buttons to build hyperlinked documents.
Lessons
  • and CSS
  • Hyperlinks with Images and Other Objects
  • Buttons

Lab 1: Anchors and Hyperlinks
  • Q&A quiz
  • Exercise 1 Add links to other pages
  • Exercise 2 External Links
  • Exercise 3 Image Links
  • Lab Solution
After completing this module, students will be able to:
  • Create hyperlinks to internal and external targets.

Module 7: Page Layout
In this module we will look at HTMLs options to control where and how content is arranged on a page. We will look at both the HTML tags and what can be done using CSS.
Lessons
  • Page Layout Options
  • Tables for Data
  • DIVs
  • Float
  • SPAN
  • HTML 5 DIV-like Tags
  • IFRAMES

Lab 1: Page Layouts
  • Q&A quiz
  • Exercise 1 Float Images
  • Exercise 2 Float DIVs
  • Exercise 3 Exploring the Power of CSS Style Sheets
  • Lab Solution
After completing this module, students will be able to:
  • Choose the best options for laying out pages and contents.
  • Work with CSS and DIVs to layout content.
  • Work with the new HTML5 contextual tags.
  • Build and format tables of data.

Module 8: Images
This module explores working with image in HTML pages. We will explore file types, file sizes, compression, background images, CSS sprites and best practices.
Lessons
  • Favicon
  • Preparing Images
  • Image Files
  • The IMG Tag
  • Background Images
  • Image Best Practices
  • CSS Sprites

Lab 1: Images
  • Q&A quiz
  • Exercise 1 Add a Background to a Page
  • Exercise 2 Add a Background Image to a DIV
  • Lab Solution
After completing this module, students will be able to:
  • Choose the best file format for an image.
  • Insert, size and format an image.
  • Use background images.
  • Work with CSS sprites.
  • Understand the best practices for working with images in web pages.

Module 9: HTML Forms
In this module we will be exploring the HTML tags to create, style and validate web forms.
Lessons
  • A Basic Form
  • POST vs. GET
  • name vs. id
  • Basic Form Elements
  • Basic Form Attribute
  • Select
  • Uploading Files
  • HTML 5 Form Enhancements
  • DataList

Lab 1: HTML Forms
  • Q&A quiz
  • Exercise 1 Build a Simple Form
  • Lab Solution
After completing this module, students will be able to:
  • Create HTML forms.
  • Choose the best method, POST or GET for the form.
  • Work with form elements to upload files.
  • Work with the new HTML5 form elements and browser compatibility.
  • Create a Data List.

Module 10: Multimedia
This module explores the addition of video and audio to web pages.
Lessons
  • Video and Audio
  • HTML 5 Video
  • CSS
  • JavaScript
  • Audio
  • Hosting Videos in the Cloud
  • Working with Animated GIFs

Lab 1: Adding Videos to a Page
  • Q&A quiz
  • Exercise 1 Add a Video to a Page
  • Exercise 2 Add a YouTube Video to a Page (optional)
  • Lab Solution
After completing this module, students will be able to:
  • Understand the issues and limitations when working with videos across multiple browsers.
  • Use the HTML5 tabs to add video and audio to a page.
  • How to plan for fallback to support browser and device compatibility issues.
  • The use of animated GIFs.

Schedule

FAQ

How do I get a Microsoft exam voucher?

Pearson Vue Exam vouchers can be requested and ordered with your course purchase or can be ordered separately by clicking here.

  • Vouchers are non-refundable and non-returnable. Vouchers expire 12 months from the date they are issued unless otherwise specified in the terms and conditions.
  • Voucher expiration dates cannot be extended. The exam must be taken by the expiration date printed on the voucher.

Do Microsoft courses come with post lab access?

Most Microsoft official courses will include post-lab access ranging from 30 to 180 calendar days after instructor led course delivery. A lab training key in class will be provided that can be leveraged to continue connecting to a remote lab environment for the individual course attendee.

Does the course schedule include a Lunchbreak?

Lunch is normally an hour-long after 3-3.5 hours of the class day.

What languages are used to deliver training?

Microsoft courses are conducted in English unless otherwise specified.

Reviews

Sean is the very good instructor. I would like to take his class again in the future.

great class and packed with material, would have lived to spread it more into many days but overall very informative.

Provided good amount of material and a great instructor to teach the material.

ExitCertified provided us with a great opportunity to learn more about React and in easy to follow way.

The class and material is good. I think some of the software needs to be updated.