This is the main language used to structure web pages.
What is HTML?
This HTML element is used to define the main visible content of a webpage.
What is the <body> tag?
This HTML element is used to display an image on a webpage.
What is the <img> tag?
If an image does not load properly, this attribute provides alternative text.
What is the alt attribute?
This artist is known as the "King of Pop" and had hits like Thriller and Billie Jean.
Who is Michael Jackson?
This declaration must appear at the top of an HTML document to specify the document type.
What is DOCTYPE html?
This element is used to create a hyperlink to another page or website.
What is the <a> tag?
This element is used to embed a video file directly into a webpage.
What is the <video> tag?
When a website layout breaks on mobile devices, developers should check this setting in the <meta> tag.
What is the viewport setting?
This British singer-songwriter released Shape of You, one of the best-selling digital songs of all time.
Who is Ed Sheeran?
This part of an HTML tag is used to provide extra information about an HTML element, such as class or id.
What is an attribute?
This tag is used to define a container for navigation links on a webpage.
What is the <nav> tag?
This element is used to create a clickable button on a webpage.
What is the <button> tag?
When a website does not render properly across different browsers, it is often due to this issue.
What is cross-browser compatibility?
This legendary band, known for Bohemian Rhapsody, We Will Rock You, and Another One Bites the Dust, was fronted by Freddie Mercury.
Who is Queen?
This version of HTML introduced new semantic elements like <header>, <section>, and <article>.
What is HTML5?
This element is used to create a standard table cell within a HTML table.
What is the <td> tag?
This element provides users with a form control that allows them to enter text or make selections.
What is the <input> tag?
This process ensures that an HTML document follows proper syntax rules and does not contain errors.
What is HTML validation?
This 2020 song by The Weeknd, featuring an 80s-inspired beat, topped the Billboard Hot 100 for weeks.
What is Blinding Lights?
This element defines metadata about an HTML document, including character encoding and viewport settings.
What is the <meta> tag?
This element is used to include an external document within an HTML file, such as embedding a Google Map.
What is the <iframe> tag?
This advanced HTML5 element allows for interactive drawings and animations within a webpage.
What is the <canvas> tag?
This guideline ensures that all users, including those with disabilities, can access and navigate a website.
What is WCAG?
This rap artist made history with the album Astroworld and the hit song Sicko Mode, which became his first number-one single.
Who is Travis Scott?