100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
MCSD 70-480 || QUESTIONS WITH COMPLETE SOLUTIONS!! $11.19   Add to cart

Exam (elaborations)

MCSD 70-480 || QUESTIONS WITH COMPLETE SOLUTIONS!!

 3 views  0 purchase
  • Course
  • MCSD 70-480
  • Institution
  • MCSD 70-480

<article> correct answers HTML5 element to define a self-contained area on the page. <aside> correct answers HTML5 element to define a smaller content areas outside the flow of a page. <figcaption> correct answers HTML5 element to define the caption of a figure element. &...

[Show more]

Preview 2 out of 6  pages

  • November 8, 2024
  • 6
  • 2024/2025
  • Exam (elaborations)
  • Questions & answers
  • MCSD 70-480
  • MCSD 70-480
avatar-seller
ProPerfomer
MCSD 70-480 || QUESTIONS WITH COMPLETE
SOLUTIONS!!
<article> correct answers HTML5 element to define a self-contained area on the page.

<aside> correct answers HTML5 element to define a smaller content areas outside the flow
of a page.

<figcaption> correct answers HTML5 element to define the caption of a figure element.

<figure> correct answers HTML5 element that contains a figure, such as an image, chart or
picture.

<footer> correct answers HTML5 element to define the bottom section of a page.

<header> correct answers HTML5 element to define the top section of a page.

<hgroup> correct answers HTML5 element to define a group of headings (H1-H6 elements)

<mark> correct answers HTML5 element to define text that should be highlighted.

<nav> correct answers HTML5 element to define navigation.

<progress> correct answers HTML5 element to define the progress of a task.

<section> correct answers HTML5 element to define the distinct content of a document.

value and max correct answers What are the attributes of a <progress> element.

getElementById correct answers JS function to get a single element on the page by it's unique
id attribute.

getElementsByClassName correct answers JS function to get all elements on the page by
their class attribute.

getElementsByTagName correct answers JS function to get all elements on the page by their
name attribute.

querySelector correct answers JS function to get the first child element which matches the
supplied CSS selector.

querySelectorAll correct answers JS function to get the all elements which match the
supplied CSS selector.

document.createElement("") correct answers JS function to create an HTML element and
return a new object.

, element.appendChild(newChildElement) correct answers JS function to append the new
element as a new node to the bottom of the calling container. Returns a reference to the new
child element.

element.insertBefore(newElement, elementToInsertBefore) correct answers JS function to
append the new element as a new node in the calling container before the specified. Returns a
reference to the new child element.

element.childNodes correct answers Get a collection of all child nodes for the parent element.

element.firstChild correct answers Get a reference to the first child element of all child nodes
for the parent element.

element.lastChild correct answers Get a reference to the last child element of all child nodes
for the parent element.

element.hasChildNodes correct answers Bool that tells if a parent element has any child
nodes.

element.removeChild correct answers Removes a child node from the parent node and returns
a reference to the removed node.

element.removeNode correct answers Removes the specified node from the DOM and returns
a reference to the removed node. Takes a optional true parameter to do a deep remove of all
child nodes.

<video> correct answers HTML5 tag to display video.

<source src="" type="" /> correct answers Child tag of <video> element to define multiple
sources (i.e. ogv files or mp4)

src, controls, poster, loop, autoplay correct answers attributes on the <video> element

<audio> correct answers HTML5 tag to play and display an audio file.

<canvas> correct answers HTML5 element for drawing on an html page.

beginPath() correct answers JS function called on canvas context to begin/reset a new
drawing path.

moveTo(x, y) correct answers JS function called on canvas context to position for start of
next line.

lineTo(x,y) correct answers JS function called on canvas context to draw a line.

stroke() correct answers JS function called on canvas context to make a line visible.

element.getContext("2d") correct answers Function called on canvas element to return the
canvas context.

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller ProPerfomer. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $11.19. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

79373 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$11.19
  • (0)
  Add to cart