Enjoy 20% off all plans by following us on social media. Check out other promotions!

DOM Manipulation

Dive into the world of element selection and modification in the DOM. Practice selecting elements using CSS selectors, traverse the DOM hierarchy, and manipulate their properties, content, and styles.

Perguntas para Prática de Quiz

Formatos de Programação

Lista de perguntas

  • jQuery.cssImplement a jQuery-like function that sets the style of a DOM element
    Idiomas
    HTMLCSSJSTS
  • getElementsByTagNameImplement a function to get all DOM elements that match a tag
    Idiomas
    HTMLJSTS
  • HTML SerializerImplement a function to serialize an object into an HTML string with indentation
    Idiomas
    HTMLJSTS
  • Identical DOM TreesImplement a function to determine if two DOM trees are the same
    Idiomas
    HTMLJSTS
  • jQuery Class ManipulationImplement a set of jQuery-like functions that manipulates classes on a DOM element
    Idiomas
    HTMLCSSJSTS
  • Text SearchImplement a function to highlight text if a searched term appears within it
    Idiomas
    HTMLJSTS
  • getElementsByClassNameImplement a function to get all DOM elements that contain the specified classes
    Idiomas
    HTMLCSSJSTS
  • Table of ContentsImplement a function to construct a table of contents from an HTML document
    Idiomas
    HTMLJSTS