
Q 1.Which of the following options can be used to create a hyperlink in HTML?
A. <a url = “quizsquestion.com” quizsquestion.com /a>
B. <a href = “www.quizsquestion.com”> QuizsQuestion </a>
C. <a link = “”www.quizsquestion.com”> QuizsQuestion.com </a>
D. <a> www.quizsquestion.com < QuizsQuestion.com /a>
Show Answer
Answer:- B. QuizsQuestionQ 2. Which of the following options can be used to insert an image in HTML?
A. <img href = “apple.jpeg” />
B. <img link = “apple.jpeg” />
C. <img src = “apple.jpeg” />
D. <img url = “apple.jpeg” />
Show Answer
Answer:-C.
Q 3. Which of the following options can be used to create a checkbox in HTML?
A. <input type = “button”>
B. <input type = “checkbox”>
C. <checkbox>
D. <input type = “check”>
Show Answer
Answer:-B.Q 4. Using which of the following options given below, can send an email properly in HTML?
A. <mail ab@c</mail>
B. <a href = “ab@c”>
C. <a href = “mailto: ab@c”>
D. None of the above
Q 5. The option which inserts a background image in HTML is?
A. <img background = “apple.jpeg”>
B. <bg-image = “apple.jpeg”>
C. <body background = “apple.jpeg”>
D. None of the aboveAll of the above
Show Answer
Answer:-C.Q 6. The correct way to have an HTML ordered list with value 2 at the beginning is?
A. <ol type = “1” initial = “2”>
B. <ol type = “1” start = “2”>
C. <ol type = “1” begin = “2”>
D. <ol type = “1” num = “2”>
Show Answer
Answer:-B.Q 7. Which of the following methods for changing the font face in HTML is correct?
A. <font name = “Arial”> ……… </font>
B. <font face = “Arial”> ……… </font>
C. <font = “Arial”> ……… </font>
D. None of the above
Show Answer
Answer:-B. ………Q 8. Which of the following HTML codes will enable you to click on an image?
A. <a href=”https://www.quizsquestion.com/”>Quizsquestion Home Page</a>
B. <a href=”https://www.quizsquestion.com/”><img src=”https://www.quizsquestion.com/quizsquestion-logo” /></a>
C. <img src=”https://www.quizsquestion/quizsquestion-logo”><a href=”https://www.quizsquestion.com/”>Quizsquestion Home Page</a>
D. </img><a href=”https://www.quizsquestion.com/”>Quizsquestion Home Page</a> <img src=”https://www.quizsquestion.com/quizsquestion-logo” />
Q 9. How do you add a hyperlink to an HTML page?
A. <a>https://quizsquestion.com/2023/05/14/top-10-html-interview-quizs-question/ </a>
B. <a target=”https://quizsquestion.com/2023/05/14/top-10-html-interview-quizs-question/” HTML Quiz />
C. <a href=”https://quizsquestion.com/2023/05/14/top-10-html-interview-quizs-question/”>HTML MCQ</a>
D. <a src=”https://quizsquestion.com/2023/05/14/top-10-html-interview-quizs-question/”>HTML Test</a>
Show Answer
Answer:-C. HTML MCQQ 10. We can use one of the following to create a plain colour background for your web page?
A. <body bgcolor= “# EE1111”>
B. <body bgcolor= “25,35,23”>
C.<body color= “# EE1111”>
D. None of the above
Show Answer
Answer:-A.Q 11. Which of the following properties is used to change the font of text?
A. font-family
B. font-size
C. text-align
D. None
Show Answer
Answer:-A. font-familyQ 12. Which HTML element is used to define description data?
A. <li>
B. <ol>
C. <dd>
D. <dl>
Show Answer
Answer:-C.Q 13. Which attribute is used to provide a unique name to an HTML element?
A. id
B. class
C. type
D. name
Leave a Reply