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

Practice by framework

50+ questions

HTML Questions

50+ HTML interview questions, including quiz-style knowledge questions and HTML coding questions.

Try these popular HTML questions

Contact FormBuild a contact form which submits user feedback and contact details to a back end API
Available frameworks
Digital ClockBuild a 7-segment digital clock that shows the current time
Available frameworks
Coding Format

Questions List

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