0% found this document useful (0 votes)
15 views2 pages

HTML Management and Support 356-En

Uploaded by

NAVEEN M
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views2 pages

HTML Management and Support 356-En

Uploaded by

NAVEEN M
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Hello and welcome to HTML Management and Support!

After watching this video, you will be able to list some HTML document API
properties
and methods, describe how scripting is enabled in browsers,
describe browser support for HTML5 features.
So, let’s examine some of the key themes of the HTML5 specification.
The syntax it defines is compatible with HTML4 and XHTML1 documents.
HTML5 is defined in a way that it is compatible with earlier versions in the way
browsers
handle deployed content.
It separates conformance requirements for user agents and authors.
In other words, how browsers treat HTML5 code and how page authors treat HTML5 code
is different.
For user agents, HTML5 is defined in a way that supports elements and attributes of
the
earlier specifications.
For authors, several elements and attributes have been removed in order to simplify
the
language.
HTML5 includes some elements and application programming interfaces that help in
the creation
of web applications.
Examples include video and audio elements, and an API that supports the creation of
offline
applications.
What do you think makes HTML suitable for creating web applications?
There are a number of possible reasons:
The range of devices that all have built-in browsers that support HTML5 features.
The number of APIs that enhance the user experience, such as the advanced
animation, drawings,
audio, and video elements.
The efficient use of HTML and CSS, while reducing the number of images, can lead to
faster load
times for rendering web pages.
Search engine optimizations can use keywords that are taken from HTML attributes to
improve
the visibility of a website when search results are displayed.
The meta tags shown are used to provide information to search engines.
Here are some examples of elements in HTML5.
New structural elements are part of the HTML5 specification.
These markup elements help you to logically define the page structure.
New APIs such as canvas, audio, and video help with graphics and embedded content.
New attributes were added to the input element attributes.
Examples include the email, datetime, and number types.
The browser automatically validates the input field according to the input
attribute, without
the need for custom validation scripts.
By using web storage APIs, you can store data in the browser.
The web workers feature can be used for non-interactive processing.
Web workers provide a way to run processing-intensive tasks without blocking the
user interactions
to the current page.
In this video, you learned about HTML5 Themes, which provide:
Syntax compatible with HTML4 and XHTML1, and
new and refined APIs for video and audio elements, offline web apps, and drag and
drop.
About HTML5 Web Applications, which have:
Improved search indexing with meta tags,
better page load times,
enhanced user experience,
and about HTML5 Elements, which enable you to define and manage web page structure
and
content.

You might also like