HTML QUIZ PART 4

Here is an HTML QUIZ PART 4. In which 15 questions have been asked from HTML. There is no negative marking.

0%
html

HTML QUIZ 4

1 / 15

1. Can we add more than one style sheet in HTML files?

2 / 15

2. <form> is a 

3 / 15

3. What is the output of this code?

<p>  ["HTML","CSS","JAVASCIPT"] </p>

 

4 / 15

4. Are the use of <head> and <header> tags are same?

5 / 15

5. What will be displayed on the web page with this code?

<p> HTML QUIZZES  <!-- This will not showing --> </p>

 

6 / 15

6. What is the use of the <q> tag?

7 / 15

7. Span is an inline element?

8 / 15

8. Which HTML tag is used to display image in an HTML document?

  1. <img>
  2. <image>
  3. <picture>
  4. <pics>

9 / 15

9. Can we give more than one href attribute in <a> tag?

 

10 / 15

10. Which tag is used for creating scrollable text or images on a webpage?

  1. <p>
  2. <br>
  3. <mark>
  4. <marquee>

 

11 / 15

11. What is the correct code for placing the images?

  1.  <image href = "pic.jpg">
  2. <image src = "pic.jpg">
  3. <img src = "pic.jpg">
  4. <img href = "pic.jpg">

12 / 15

12. We can make a list inside the table cell?

13 / 15

13. What is the correct code for setting the background image?

  1. <p style ="background-image:url("picture.jpg");">
  2. <background image> url("picture.jpg") </background>
  3. <b img = "background-image:url("picture.jpg");">
  4. None of these

 

14 / 15

14. Which of the following option is used as the first tag in any HTML document?

  1. <head>
  2. <html>
  3. <title>
  4. <body>

 

15 / 15

15. What is the role of the <select> tag?

 

Your score is

The average score is 83%

0%

 

Related HTML Quizzes

HTML QUIZ PART 1

HTML QUIZ PART 2 

HTML QUIZ PART 3