Introduction to HTML Class 7 MCQs
Introduction to HTML – MCQs with Answers & Explanations
Explanation: HTML is the standard language used to create webpages. It uses tags to structure content like text, images, and links on the internet.
Explanation: HTML structures the content of webpages so browsers can display text, images, tables, and multimedia.
"],
ans:"",
exp:"The tag defines the page title shown on the browser tab."
},
{
q:"5. Where is the visible content placed?",
opt:["","
","",""],
ans:"
",
exp:"All visible elements like text and images appear inside the
tag."
},
{
q:"6. HTML tags are enclosed within:",
opt:["( )","{ }","< >","[ ]"],
ans:"< >",
exp:"Angle brackets define HTML tags."
},
{
q:"7. Which tag creates a paragraph?",
opt:["
"," ",
exp:" defines a paragraph block in HTML."
},
{
q:"8. Which tag is used for largest heading?",
opt:[" ","","
","","
",
exp:"
is the biggest heading tag."
},
{
q:"9. HTML files are saved with extension:",
opt:[".html",".doc",".txt",".ht"],
ans:".html",
exp:"Browsers recognize webpages using .html extension."
},
{
q:"10. Which tag inserts a line break?",
opt:["
","","
"],
ans:"
",
exp:"
moves content to the next line."
},
{
q:"11. HTML is a:",
opt:["Programming Language","Markup Language","Database","Operating System"],
ans:"Markup Language",
exp:"It marks up content using tags, not programming logic."
},
{
q:"12. Which tag displays an image?",
opt:["","
",
exp:"
embeds images using src attribute."
},
{
q:"13. Hyperlinks are created using:",
opt:["","","
","
","
",
exp:"
draws a horizontal rule."
},
{
q:"16. HTML was developed by:",
opt:["Bill Gates","Tim Berners‑Lee","Charles Babbage","Steve Jobs"],
ans:"Tim Berners‑Lee",
exp:"He invented the World Wide Web and HTML."
},
{
q:"17. Browser used to view HTML pages:",
opt:["MS Word","Google Chrome","Paint","Excel"],
ans:"Google Chrome",
exp:"Browsers render HTML pages visually."
},
{
q:"18. Correct HTML closing tag example:",
opt:["
Explanation: ${m.exp}
