CSS CSS:20 MCQ. & Answers. 01.What does CSS stand for? A. Creative Style Sheets B. Colorful Style Sheets C. Cascading Style Sheets D. Computer Style Sheets ANSWER:C 02.What is the correct HTML for referring to an external style sheet? A. <stylesheet>mystyle.css</stylesheet /> B. <style src="mystyle.css" /> C. <link rel="stylesheet" type="text/css" href="mystyle.css"> ANSWER: C 03.Where in an HTML document is the correct place to refer to an external style sheet? A. At the end of the document B. In the <head> section C. At the top of the document D. In the <body> section ANSWER: B 04.Which HTML tag is used to define an internal style sheet? A. <style> B. <css...
Good
ReplyDelete