Course
Length
Instructor-Led Classroom
daytime: 2 days, 9am-4pm
evening: 4 days, 6pm-9pm
Instructor-Led
Online Learning
daytime: 2-6Wks
Evenings: 2-6Wks
Instructor-Led
Self-Paced
Set Your Schedule
Tuition
Includes
- Live
Instructor Assistance
- Server
Space to Upload and Test your Work
-
HTML
Certificate
- Course
Manual
- Free
One (1) year Server Space to display
your Portfolio
- Access
to Course Notes
What you will know after this class:
-
How to work with complex Style
Sheets
-
How to Process HTML Forms
-
The basics of JavaScript
-
How to create Complex Frames
-
The Basics of XML
-
How to Design Search Engine
Friendly sites
- How
to plan, design, develop and
implement a corporate or
professional Website using HTML
HTML (HyperText Markup
Language) is the most commonly used language for creating
web pages. It is a nonproprietary format based on
SGML. The HTML language is a collection of tags that
influence the display and formatting of a Web page's
content. The HTML syntax is straightforward and easy
for writers and non-programmers to learn. Tags give
formatting and display instructions to the browser.
All
tags are enclosed in angle brackets,
like <SomeHTMLTag>. Some tags,
such as the line break tag <BR>
used to add a line break to a page,
require only a single tag. However, most
tags are used in pairs consisting of a
start tag and end tag.
A start
tag and its corresponding end tag are
necessary to define the scope of the
tag's effect. The difference in syntax
is that the end tag is preceded by a
backslash (/). For example, the heading
tags and text <H1>My Web
Page</H1> will display the text My
Title in the largest HTML heading style.
Text outside these start and end tags is
not affected.
This
course focuses on teaching students how
to write quality code, analyze design
issues and resolve HTML problems. Upon
Successful completion of this course,
students will be able to successfully
plan, design, develop and implement a
corporate or professional Website using
HTML and its features.
|