HTML and CSS Reference
In-Depth Information
CHAPTER 1
Implement and manipulate
document structures
and objects
Web developers today need to understand the complexities of the constructs involved in
building interactive and dynamic applications with HTML
and JavaScript. The introduction of HTML5 brought a new
standard for defining the structure of your webpages as
well as changes in how you interact with them via script.
This chapter demonstrates how to create HTML5
documents with the new HTML5 semantic markup. You'll
explore the process of creating the code required to
manipulate and interact with HTML5 markup and applying
styles to HTML5 elements.
i m p o r t a n t
Have you read
page xi?
It contains valuable
information regarding
the skills you need to
pass the exam.
NOTE
ELEMENTS VS. TAGS
HTML markup is referred to as both HTML tags and HTML elements . These terms are often
used interchangeably. This topic refers to the HTML markup as elements.
Objectives in this chapter:
Objective 1.1: Create the document structure
Objective 1.2: Write code that interacts with UI controls
Objective 1.3: Apply styling to HTML elements programmatically
Objective 1.4: Implement HTML5 APIs
Objective 1.5: Establish the scope of objects and variables
Objective 1.6: Create and implement objects and methods
 
Search WWH ::




Custom Search