Skip to content

Quiz 1 #2

@SH20RAJ

Description

@SH20RAJ

HTML in One Video Quiz

Introduction

Question 1

What does HTML stand for?

  • Hypertext Markup Language
  • Home Tool Markup Language
  • Hyperlinks and Text Markup Language
  • Hyperlink Markup Language

Question 2

Which of the following is the correct basic structure of an HTML document?

  • <!DOCTYPE html> <html> <head> <title></title> <body> </body> </head> </html>
  • <!DOCTYPE html> <html> <head> <title></title> </head> <body> </body> </html>
  • <html> <head> <title></title> </head> <body> </body> </html> </DOCTYPE html>
  • <html> <head> <title></title> <body> </body> </head> </html>

Development

Question 3

Which tag is used for the largest heading?

  • <h1>
  • <heading>
  • <h6>
  • <head>

Question 4

How do you create a hyperlink in HTML?

  • <a href="http://www.example.com">Example</a>
  • <link url="http://www.example.com">Example</link>
  • <a url="http://www.example.com">Example</a>
  • <hyperlink src="http://www.example.com">Example</hyperlink>

Question 5

Which tag is used to display an image in HTML?

  • <img src="image.jpg" alt="description">
  • <image src="image.jpg" alt="description">
  • <picture src="image.jpg" alt="description">
  • <src img="image.jpg" alt="description">

Question 6

What is the correct HTML element for creating an unordered list?

  • <ul>
  • <ol>
  • <li>
  • <list>

Question 7

How do you merge two table cells horizontally?

  • colspan
  • rowspan
  • merge
  • cellspan

Question 8

Which attribute is used to define the URL where the form data will be sent?

  • action
  • method
  • url
  • href

Question 9

Which HTML element is used to define important text?

  • <strong>
  • <important>
  • <i>
  • <b>

Question 10

What is the purpose of the <header> element in HTML5?

  • It defines a header for a document or section.
  • It defines the topmost part of a webpage.
  • It defines the heading of a table.
  • It defines the header of an image.

Question 11

Which tag is used to embed a video in HTML?

  • <video>
  • <media>
  • <movie>
  • <embed>

Deployment

Question 12

What is the file extension for an HTML file?

  • .html
  • .htm
  • .css
  • .web

Question 13

Which of these platforms offer free hosting for HTML sites?

  • GitHub Pages
  • Netlify
  • Heroku
  • All of the above

Question 14

Which HTML element is used for specifying metadata?

  • <meta>
  • <metadata>
  • <data>
  • <info>

Conclusion

Question 15

Which of the following is a reliable resource for learning HTML?

  • MDN Web Docs
  • W3Schools
  • Codecademy
  • All of the above

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions