CSS Text Decoration Thickness Property Tutorial on February 23, 2026 CSS Text Decoration Thickness Property Tutorial
Top 10 HTML MCQ on February 05, 2025 Get link Facebook X Pinterest Email Other Apps Top 10 HTML MCQ With Answers 1] Where should the <script> tag be placed when linking an external JavaScript file?A) Inside <head>B) Inside <body>C) Before </html>D) Any of the aboveAnswer: D) Any of the above2] How do you correctly link an external JavaScript ?A) <script src="script.js"></script>B) <link rel="script" href="script.js">C) <meta script="script.js">D) <js src="script.js"></js>Answer: A) <script src="script.js"></script>3] Which tag is use to define the favicon for a website?A) <meta icon>B) <favicon>C) <link rel="icon">D) <icon> Answer: C) <link rel="icon">4] What file types are commonly use for favicons?A) .pngB) .icoC) .svgD) All of the aboveAnswer: D) All of the above5] What is the default size of favicon?A) 16x16B) 32x32C) 64x64D) 128x128Answer: A) 16x166] Why is the important<meta charset="UTF-8"> tag ?A) Ensures proper character encodingB) Loads stylesheets fasterC) Increases SEO rankingD) Prevents broken linksAnswer: A) Ensures proper character encoding7] What does the <base> tag do in the <head> tag?A) Sets the base URL for all relative linksB) Defines the primary contentC) Sets the background colorD) Specifies the document typeAnswer: A) Sets the base URL for all relative links8] What happens if the <title> tag is missing from the <head> tag?A) The browser shows a blank tab titleB) The file name is displayed as the titleC) The webpage doesn’t loadD) The browser crashesAnswer: B) The file name is displayed as the title9) How do you make a frame load a default web page?a) By using the src attributeb) By using the href attributec) By using the load attributed) By using the default attributeAnswer: a) By using the src attribute10] What happens if the cols and rows attributes are not specified in a <frameset>?a) The browser displays a blank pageb) Frames take up equal space by defaultc) Frames do not appeard) Frames are automatically hiddenAnswer: bRelated Post :-php if else statementsphp program to print alphabet pattern Uhtml ordered list Comments
Comments
Post a Comment