Practice free →
HomeMaharashtra HSC Class 12 (Arts)informationtechnology › Cascading Style Sheets in HTML5

Maharashtra HSC Class 12 (Arts) Cascading Style Sheets in HTML5 — practice questions

38 free MCQs with worked solutions. Tap any question for the answer + explanation, or practice them all in the app.

Practice Maharashtra HSC Class 12 (Arts) Cascading Style Sheets in HTML5 in the app →
What does the abbreviation CSS stand for?A CSS rule set contains which two main parts?Which CSS selector type begins with a hash (#) character?How many methods of implementing styling information to an HTML document are listed?Which CSS method applies styles using the 'style' attribute directly in the HTML start tag?Which CSS property changes the colour of the text?Which CSS property italicises text?Which CSS property aligns paragraph text horizontally?In CSS syntax 'h1{color:red;}', what part is 'h1'?In CSS declaration 'color: yellow;', what does 'yellow' represent?What is the file extension for an external CSS file?Which HTML tag attaches an external CSS file to a page?Which type of CSS is best when you want changes to affect multiple pages of a website?Which embedded CSS code, placed inside <style> tags, would make h1 elements red?Per the textbook, what does the text-decoration property do?Per the textbook, what does the padding property do?Which property would you use to remove underline from links?Per the property table, what does the letter-spacing property control?Per the table, which value would NOT be valid for the font-weight property?Which property would you set to add a background image to a webpage?Per the table, which value of background-repeat prevents an image from tiling?Per the table, font-size can use which unit?Which CSS implementation has the HIGHEST scope of effect with the LEAST repetition across pages?Which is NOT one of the three CSS implementation methods named in the textbook?Which CSS rule format correctly applies center alignment to all h1 elements?What does the CSS rule p{font-style:italic} do?Which CSS unit measures 1/72 of an inch and is commonly used for font sizes?What does the CSS rule body{background-color:yellow} do?What property would you use to add a dashed border around an element?What is the correct way to set the font family of <p> tags to Arial?In CSS h1{margin-left:10px}, what does this rule accomplish?If an HTML element has id='para1', which CSS selector targets it?Per the textbook, what is unique about an id in HTML?Which embedded CSS placement is correct in an HTML document?What does h1{padding:30px} accomplish per the table?How does the textbook describe the main benefit of CSS for multi-page websites?In the CSS syntax 'Selector{Property1: value1; Property2: value2}', what separates declarations?In a CSS rule, what punctuation separates a property name from its value?