5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Professional Curricula     Web Design Solution Area     Web Development     HTML5
This course covers the use of HTML5 for building web pages. It covers the basic HTML document structure and some of the most common elements that go into a web page.

Objectives

Establishing a Development Environment

  • start the course
  • select an editor that can edit an HTML5 Document
  • configure a development environment for HTML5
  • apply tools to validate an HTML5 Document

HTML5 Syntax

  • describe the markup language used to create an HTML5 document
  • describe how tags are used to create an HTML5 document

Introduction to HTML5 Structure

  • apply the !DOCTYPE declaration to an HTML5 document
  • define the structure of an HTML5 document
  • create the basic head section in an HTML5 document
  • create the basic body section in an HTML5 document

HTML5 Meta Tags and Comments

  • create the basic document structure for an HTML5 document
  • apply meta tags to an HTML5 document
  • use the new meta tags introduced in HTML5
  • create comments in HTML5

Basic HTML5 Tags

  • describe how the paragraph tag is used in HTML5
  • create paragraph and line break tags in an HTML5 document
  • create heading tags in an HTML5 document

HTML5 Coding Best Practices

  • describe best coding practices for HTML5
  • describe how to space and format code in an HTML5 document

HTML5 Hyperlinks

  • describe how to create a hyperlink in HTML5
  • use a hyperlink in an HTML5 document
  • create an in-site hyperlink in an HTML5 document
  • create an e-mail link in an HTML5 document
  • specify when to use an Absolute versus a Relative link

Fonts and Special Characters

  • apply font styling to an HTML5 document
  • use special characters in an HTML5 document

Practice: Working with HTML5

  • understand how HTML5 is used to generate a web page