• Course
  • Vendor

This five-day instructor-led is intended for IT professionals interested in becoming client-side web developers. who need to get a jump start on all three technologies.

  • Course Start Date: 2024-05-06
  • Time: 09:00:00 - 17:00:00
  • Duration: 5 days 09:00 AM - 05:00 PM
  • Location: Virtual
  • Delivery Method(s): Virtual Instructor Led
$2,396.00
REGULAR PRICE $2,995.00 Save $599.00
2 discount seats left!
or make an offer

Course Outline

Pre-Requisites

Basic computer and typing skills

Lessons

This five-day instructor-led is intended for IT professionals interested in becoming client-side web developers. who need to get a jump start on all three technologies. The course includes more than 30 exercises, providing a rapid hands-on introduction to the three major client-side languages: HTML, CSS, and JavaScript. Students should be prepared to cover a lot of ground quickly.

This course covers the same technologies as the retired Course 20480-C: Programming in HTML5 with JavaScript and CSS3. Like that course, this course focuses on using HTML, CSS, and JavaScript to develop web pages, implement programming logic, define and use variables, perform looping and branching, capture and validate user input, store data, and create well-structured applications. However, this course does not cover the HTML5 APIs covered in 20480.

Students can take this course on any computer with a web browser. Although it’s not required, we recommend Visual Studio Code as the editor.

WHAT YOU'LL LEARN

At course completion

  • Describe the technologies involved in web development.
  • Create HTML pages with links and images.
  • Explain the benefits of CSS.
  • Style HTML pages with CSS.
  • Explain the concepts of objects, methods, and properties.
  • Work with JavaScript variables.
  • Create their own custom functions in JavaScript.
  • Write flow control logic in JavaScript.
  • Write JavaScript code that listens for and handles events, such as mouse clicks and page loads.
  • Create forms with HTML and validate them with JavaScript.
  • Use regular expressions in JavaScript for advanced form validation.

OUTLINE

Module 1: A Quick Overview of Web Development

This module gives an overview of the client-side and server-side technologies used in web development.

Lessons

  • HTML is Part of a Team
  • Client-side Programming
  • Server-side Programming
  • Web Development Technologies

Module 2: Introduction to HTML

This module explains the syntax and structure of HTML documents and provides a short history of HTML.

Lessons

  • Exercise: A Simple HTML Document
  • Getting Started with a Simple HTML Document
  • HTML Elements, Attributes, and Comments
  • The HTML Skeleton
  • Viewing the Page Source
  • Special Characters
  • HTML Elements and Special Characters
  • History of HTML
  • The lang Attribute

Module 3: Paragraphs, Headings, and Text

This module explains how to add paragraphs, headings, and inline text to HTML pages.

Lessons

  • Paragraphs
  • Heading Levels
  • Breaks and Horizontal Rules
  • Exercise: Paragraphs, Headings, and Text
  • The div Tag
  • Creating an HTML Page
  • Quoted Text
  • Preformatted Text
  • Inline Semantic Elements
  • Exercise: Adding Inline Elements

Module 4: HTML Links

This module explains the difference between absolute and relative paths and shows how to add links to external HTML pages and to locations within a page. It also shows how to create email links.

Lessons

  • Links Introduction
  • Text Links
  • Absolute vs. Relative Paths
  • Targeting New Tabs
  • Email Links
  • Exercise: Adding Links
  • Lorem Ipsum
  • The title Attribute
  • Linking to a Specific Location on the Page
  • Targeting a Specific Location on the Page

Module 5: HTML Images

This module explains how to add images to a page, how to make those images accessible, and how to create image links.

Lessons

  • Inserting Images
  • Image Links
  • Adding Images to the Document
  • Exercise: Adding Images to the Page
  • Providing Alternative Images

Module 6: HTML Lists

This module explains how to add ordered, unordered, and definition lists to HTML pages.

Lessons

  • Unordered Lists
  • Ordered Lists
  • Definition Lists
  • Exercise: Creating Lists

Module 7: Crash Course in CSS

This module provides a rapid introduction to CSS, explaining the benefits of using CSS to style HTML pages and describing the different ways to add CSS styles to HTML pages and elements.

Lessons

  • Benefits of Cascading Style Sheets
  • CSS Rules
  • Selectors
  • Combinators
  • Precedence of Selectors
  • How Browsers Style Pages
  • CSS Resets
  • CSS Normalizers
  • External Stylesheets, Embedded Stylesheets, and Inline Styles
  • Exercise: Creating an External Stylesheet
  • Exercise: Creating an Embedded Stylesheet
  • Exercise: Adding Inline Styles
  • Div and span
  • Exercise: Styling div and span
  • Media Types
  • Units of Measurement
  • Inheritance

Module 8: CSS Fonts

This module explains how to make text bold and italic and how to control other font attributes with CSS.

Lessons

  • Font-family
  • Font-face
  • Font-size
  • Font-style
  • Font-variant
  • Font-weight
  • Line-height
  • Font shorthand
  • Exercise: Styling Fonts

Module 9: Color and Opacity

This module explains how to control the color and opacity of elements on an HTML page.

Lessons

  • About Color and Opacity
  • Color and Opacity Values
  • Color
  • Opacity
  • Exercise: Adding Color and Opacity to Text

Module 10: CSS Text

This module explains how to align, underline, cross out, and space letters and words, how to indent text, how to control whitespace, and how to add shadows to text.

Lessons

  • Letter-spacing
  • Text-align
  • Text-decoration
  • Text-indent
  • Text-shadow
  • Text-transform
  • White-space
  • Word-break
  • Word-spacing
  • Exercise: Text Properties

Module 11: JavaScript Basics

This module provides an introduction to the HTML Document Object Model and to JavaScript, its purpose, its syntax, and its structure.

Lessons

  • JavaScript vs. EcmaScript
  • The HTML DOM
  • JavaScript Syntax
  • Accessing Elements
  • Where Is JavaScript Code Written?
  • JavaScript Objects, Methods, and Properties
  • Exercise: Alerts, Writing, and Changing Background Color

Module 12: Variables, Arrays, and Operators

This module explains how to create and use JavaScript variables and arrays, and introduces JavaScript operators.

Lessons

  • JavaScript Variables
  • A Loosely Typed Language
  • Google Chrome DevTools
  • Storing User-Entered Data
  • Exercise: Using Variables
  • Constants
  • Arrays
  • Exercise: Working with Arrays
  • Associative Arrays
  • Playing with Array Methods
  • JavaScript Operators
  • The Modulus Operator
  • Playing with Operators
  • The Default Operator
  • Exercise: Working with Operators

Module 13: JavaScript Functions

This module explains how to use built-in JavaScript functions and how to write your own user-defined functions.

Lessons

  • Global Objects and Functions
  • Exercise: Working with Global Functions
  • User-defined Functions
  • Exercise: Writing a JavaScript Function
  • Returning Values from Functions

Module 14: Built-In JavaScript Objects

This module covers the built-in JavaScript objects and shows how to create helper functions to provide additional functionality.

Lessons

  • Strings
  • Math
  • Date
  • Helper Functions
  • Exercise: Returning the Day of the Week as a String

Module 15: Conditionals and Loops

This module explains flow control. It covers the different types of conditionals and loops in JavaScript.

Lessons

  • Conditionals
  • Short-circuiting
  • Switch / Case
  • Ternary Operator
  • Truthy and Falsy
  • Exercise: Conditional Processing
  • Loops
  • While and do…while Loops
  • For Loops
  • Break and continue
  • Exercise: Working with Loops
  • Array: forEach()

Module 16: Event Handlers and Listeners

This module explains how to capture and respond to events such as mouse clicks and keyboard actions. It also explains how to create timers in JavaScript.

Lessons

  • On-event Handlers
  • Exercise: Using On-event Handlers
  • The addEventListener() Method
  • Anonymous Functions
  • Capturing Key Events
  • Exercise: Adding Event Listeners
  • Benefits of Event Listeners
  • Timers
  • Typing Test

Module 17: The HTML Document Object Model

This module dives deep into the HTML Document Object Model, explaining the many ways of accessing elements on the page and showing how to dynamically add and remove elements with JavaScript.

Lessons

  • CSS Selectors
  • The innerHTML Property
  • Nodes, NodeLists, and HTMLCollections
  • Accessing Element Nodes
  • Exercise: Accessing Elements
  • Dot Notation and Square Bracket Notation
  • Accessing Elements Hierarchically
  • Exercise: Working with Hierarchical Elements
  • Accessing Attributes
  • Creating New Nodes
  • Focusing on a Field
  • Shopping List Application
  • Exercise: Logging
  • Exercise: Adding EventListeners
  • Exercise: Adding Items to the List
  • Exercise: Dynamically Adding Remove Buttons to the List Items
  • Exercise: Removing List Items
  • Exercise: Preventing Duplicates and Zero-length Product Names
  • Manipulating Tables

Module 18: HTML Forms

This module explains how to create HTML forms.

Lessons

  • How HTML Forms Work
  • The form Element
  • Form Elements
  • Buttons
  • Exercise: Creating a Registration Form
  • Checkboxes
  • Radio Buttons
  • Exercise: Adding Checkboxes and Radio Buttons
  • Fieldsets
  • Select Menus
  • Textareas
  • Exercise: Adding a Select Menu and a Textarea
  • HTML Forms and CSS

Module 19: JavaScript Form Validation

This module explains how to validate HTML forms with HTML attributes and with JavaScript.

Lessons

  • Server-side Form Validation
  • HTML Form Validation
  • Accessing Form Data
  • Form Validation with JavaScript
  • Exercise: Checking the Validity of the Email and URL Fields
  • Checking Validity on Input and Submit Events
  • Adding Error Messages
  • Validating Textareas
  • Validating Checkboxes
  • Validating Radio Buttons
  • Validating Select Menus
  • Exercise: Validating the Ice Cream Order Form
  • Giving the User a Chance

Module 20: Regular Expressions

This module covers regular expressions and explains how to use them for advanced HTML form validation and to clean up form entries.

Lessons

  • Getting Started
  • Regular Expression Syntax
  • Backreferences
  • Form Validation with Regular Expressions
  • Cleaning Up Form Entries
  • Exercise: Cleaning Up Form Entries
  • A Slightly More Complex Example

LABS

Lab: Getting Started

  • A Simple HTML Document

Lab: Exercises included throughout lesson

  • Creating an HTML Page
  • Adding Inline Elements

Lab: Exercises included throughout lesson

  • Adding Links

Lab: Exercises included throughout lesson

  • Adding Images to the Page

Lab: Exercises included throughout lesson

  • Creating Lists

Lab: Exercises included throughout lesson

  • Creating an External Stylesheet
  • Creating an Embedded Stylesheet
  • Adding Inline Styles
  • Styling div and span Elements

Lab: Exercises included throughout lesson

  • Styling Fonts

Lab: Exercises included throughout lesson

  • Adding Color and Opacity to the Text

Lab: Exercises included throughout lesson

  • Text Properties

Lab: Exercises included throughout lesson

  • Alerts, Writing, and Changing Background Color

Lab: Exercises included throughout lesson

  • Working with Arrays
  • Working with Operators

Lab: Exercises included throughout lesson

  • Working with Global Functions
  • Writing a JavaScript Function

Lab: Exercises included throughout lesson

  • Returning the Day of the Week as a String

Lab: Exercises included throughout lesson

  • Conditional Processing
  • Working with Loops

Lab: Exercises included throughout lesson

  • Using On-event Handlers
  • Adding Event Listeners
  • Creating a Typing Test

Lab: Exercises included throughout lesson

  • Accessing Elements
  • Working with Hierarchical Elements
  • Logging
  • Adding EventListerners
  • Adding Items to the List
  • Dynamically Adding Remove Buttons to the List Items
  • Removing List Items
  • Preventing Duplicates and Zero-length Product Names

Lab: Exercises included throughout lesson

  • Creating a Registration Form
  • Adding Checkboxes and Radio Buttons
  • Adding a Select Menu and a Textarea

Lab: Exercises included throughout lesson

  • Checking the Validity of the Email and URL Fields
  • Validating the Ice Cream Order Form

Lab: Exercises included throughout lesson

  • Cleaning up Form Entries

WHO SHOULD ATTEND

This course is intended for students new to computer programming or experienced programmers who are new to client-side web development.

Cancellation Policy

We require 16 calendar days notice to reschedule or cancel any registration. Failure to provide the required notification will result in 100% charge of the course. If a student does not attend a scheduled course without prior notification it will result in full forfeiture of the funds and no reschedule will be allowed. Within the required notification period, only student substitutions will be permitted. Reschedules are permitted at anytime with 16 or more calendar days notice. Enrollments must be rescheduled within six months of the cancel date or funds on account will be forfeited.

Training Location

Online Classroom
your office

your city, your province
your country   

About Global Knowledge

x

Global Knowledge is the world's leading learning services and professional development solutions provider. We deliver learning solutions to support customers as they adapt to key business transformations and technological advancements that drive the way that organizations around the world differentiate themselves and thrive. Our learning programs, whether designed for a global organization or an individual professional, help businesses close skills gaps and foster an environment of continuous talent development.

Training Provider Rating

This vendor has an overall average rating of 4.38 out of 5 based on 431 reviews.

I would never take another course that starts at 11AM and goes to 9PM again. The way the course was laid out really took away from ... Read more
x

I would never take another course that starts at 11AM and goes to 9PM again. The way the course was laid out really took away from the capturing of what was presented as it was 5-6 hours of watching a screen before getting to the actual labs. There has to be a better way to lay out this particular course. In my previous course, the lectures were broken up by labs which worked out fantastic and kept you engaged in the course. There were days when in order to actually complete the labs, would go over the 9PM day end time frame. Was able to get the primary labs done, but if you want to get all the content completed, you cannot complete it in the window of this course, you will need to come back on your own time.

No comment
No comment
Instructor was great
No comment
No comment
No comment
No comment
No comment
No comment
No comment
No comment
No comment
No comment
No comment
No comment
No comment
No comment
No comment
Wasn’t as advanced as I thought it would be. There was an issue when the day my course was the first time they used a new platfo ... Read more
x

Wasn’t as advanced as I thought it would be. There was an issue when the day my course was the first time they used a new platform.. from adobe to something called zoom; I had to call support line cause it stated our instructor wasn’t present. Thankfully I called cause everyone online was in the adobe virtual classroom waiting for what looked like a teacher who didn’t show up for class (IT didn’t get anything resolved until 10mins after start time). I felt like he was really getting hung up on very basic knowledge for the first half of the course (talking about how to create tabs and drag formulas as an example). I completed files a few times before he was done explaining. There was a scheduled fire drill for them (roughly 30mins)that also cut into our time, which wasn’t deducted from the hour lunch break or the two, fifteen min breaks. I also really wish he touched base more on the automating workbook functions portion which we barely did. I'm happy there were/are those study guides (learning videos) and exams to take on my own time that I hope after I've had the class are still available for me to learn from.

Course Reviews

No Reviews Yet

More Courses from Global Knowledge

GLOBAL KNOWLEDGE
2024-10-11
Virtual
GLOBAL KNOWLEDGE
2024-07-15
Virtual