Explanation:
All the mentioned attributes are deprecated in HTML 5
Explanation:
frameset is usability concerns
Explanation:
dir is rarely used, and provides similar functionality to unordered lists.
Explanation:
To provide both human and machine-friendly date/time content, the element support a
datetime attributre, which should be set to the previoulsy mentioned date format of
YYYY-MM-DDThh:mm:ssTZD.
Explanation:
The mark tag defines marked text and is used to highlight parts of your text.
Explanation:
W3C CEO Jeff Jaffe that "now that HTML 5 is done, W3C should do more to strengthen the
parts of the Open Web Platform that developers most urgently need for success.
Explanation:
Internet Explorer not support wav and Ogg file format
Explanation:
The control attributes is a boolean attribute. When present, it specifies that audio controls
should be displayed.
Explanation:
The beginPath() method begins a path, or resets the current path.
Explanation:
day is not defined in the pre-defined attribute list in input tag.
Explanation:
The sandbox attribute enables an extra set of restrictions for the content in the iframe.
Explanation:
Normally when you reference variables in other scopes - at the global level, in other
namespaces, and so on - the interpreter needs to traverse the stack to get to the variable.
Explanation:
The locally speed variable are created to cache the refrence to document.location.
Explanation:
Once the startLogging() method is called, run the code to test.
Explanation:
There are totally 2 modes in which the closure compiler can be run namely:
1. Simple mode
2. dvanced mode
Explanation:
In Simple mode it mostly performs like most other minifiers, removing whitepsce, line breaks,
and comments.
Explanation:
The Closure Compiler reduces the size of your JavaScript and make them more efficient,
helping your application to load faster and reducing the bandwith needs.
Explanation:
One of the fundamental features of client-side JavaScript is that it is single-threaded:
a browser will never run two event handlers at the same time, and it will never trigger
a timer while an event handler is running.
Explanation:
The WorkerGlobeScope is the global object for an new worker, and it is what worker thread
lokks, like, on the inside, to itsel.
Explanation:
You can set disable_functins equal to a comma-delimited list of function names that you
want to disable.
D) Hyperlinks Text Mark Language
Correct Answer : B
The correct symbol that indicates a tag is angle brackets, e.g.
The correct answer is Body
Explanation:
The
tag inserts a single line break. The
tag is useful for writing addresses or poems. The
tag
is an empty tag which means that it has no end tag. Note: Use the
tag to enter line breaks, not to add
space between paragraphs. The
tag also supports the Global Attributes in HTML.
Explanation:
CSS (Cascading Style Sheets) are two of the core technologies for building Web pages. HTML provides the
structure of the page, CSS the (visual and aural) layout, for a variety of devices.