Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quiz 1 #2

Open
60 tasks
SH20RAJ opened this issue Jul 22, 2024 · 0 comments
Open
60 tasks

Quiz 1 #2

SH20RAJ opened this issue Jul 22, 2024 · 0 comments

Comments

@SH20RAJ
Copy link
Member

SH20RAJ commented Jul 22, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant