Top 10 html MCQ with Answers
Top 10 HTML MCQ With Answers 1] CSS full form? color and style sheets Cascade style sheets Cascading style sheets None of the above Answer: 3) Cascading style sheets 2] Which of the following is the correct syntax for external style sheet? <style src="example.css> <style src= example.css> <stylesheet> example.css </stylesheet> <link rel="stylesheet" type="text/css" href="main.css"> Answer: 4) <link rel="stylesheet" type="text/css" href="main.css" 3] The property in CSS use to change the background color of element ? bgcolor background-color color All of the above Answer: (c) background-color 4] The property in CSS use to change the text color of element bgcolor background-color color All of the above Answer: 3) color 5) The CSS property use to control the element font-size text-size text-style font-size N...