BASIC MODULE🌱1. HTML stands for?
High Tags Makeover Language
Hyper Text Markup Language
Hyper Tags Master Language
None of the above 2. Which tag is used to create a hyperlink in HTML? <a> <hr> <dl> <td> 3. Who is the founder of HTML?
Guido Van Russom
Tim Berners-Lee
Dennis Ritchie
James Gosling 4. Which attriute is known as a global attribute?
cite
src
alt
title 5. Which tag is used to show a map on a webpage? <table> <map> <iframe> <form> 6. Is HTML a case sensitive language?
only for attributes
no
for inline elements
yes 7. What is the purpose of <strong> tag?
to show a horizontal line
to create a hyperlink
to show important text as bold
to hide the text 8. How many sizes of headings are available in HTML?
6
4
8
no sizes 9. Why is the <font> tag used?
to erase the text
to underline text
to style the text
to create a table 10. Which tag is used to show a picture on the webpage? <para> <u> <img> <pic> STADARD MODULE🧩1. What is the purpose of the <meta> tag?
To link external file
To contain metadata
To declaire document tilte
None of the above 2. What is the main difference between block and inline elements?
block level elements starts without a new line
inline elements starts with a new line
both are same
block elements automatically reaks a line and appers on a new line while inline elements do not start on a new line 3. Which tag is used to display a video on the webpage? <em> <video> <flash>
there is no such option 4. Which attriute shows an alternative text when the image is not availale?
cite
src
alt
title 5. What is the purpose of GET & POST methods in a form?
Get posts a mail
Post receive a mail
There are no such methods
GET receivea mail and POST send a mail 6. Explain the purpose of <!DOCTYPE html> declaration?
Defines the versiom of HTML used in the documnet
It has no purpose
Creates a hyperlink
draw a line 7. How do you create a hyperlink to an email address using an <a> tag?
using mailto attribute
adding email url
mail box shortcut
with url attriute 8. Which tag is used to create a dropdown? <select> <dropdown> <choose> <list> 9. Which input type is used to create a phone numer input field?
password
date
tel
text 10. Why <legend> tag is used?
to paste a picture
add a background
to give heading to a form
to change text color HARD MODULE🧠1. When would you use the <figure> and <figcaption> elements instead of a simple <img>?
When th picture is showcased as a figure and have some caption
Its the developers choice
To give order tpo image
None of the above 2. What is the correct syntax of doctype in HTML5?? </doctype html> <doctype html> <doctype html!> <!doctype html> 3. Which of the following is used to read an HTML page and render it?
Web server
Web network
Web browser
Web matrix 4. Which of the following is not a difference between HTML and XHTML
Charset in both html and xhtml is “text/html”
Tags and attributes are case-insensitive in HTML but not in XHTML
Special characters must be escaped using character entities in XHTML unlike HTML
Charset in html is “text/html” where as in xhtml it is “application/xml+xhtml” 5. In which part of the HTML metadata is contained?
head tag
title tag
html tag
body tag 6. Which of the following is not the element associated with the HTML table layout
alignment
color
size
spanning 7. Which character is used to represent when a tag is closed in HTML?
%
!
/
& 8. In HTML, which attribute is used to create a link that opens in a new window tab?
src=”_blank”
alt=”_blank”
target=”_self”
target=”_blank” 9. Which of the following extension is used to save an HTML file?
.html
.html5
.hl
.ht 10. Which attribute specifies a unique alphanumeric identifier to be associated with an element?
type
article
id
class