Home / Programming MCQs / HTML MCQs / Question
R
Q. Which attribute is often used to point to a class name in a style sheet?
Class attribute is used to point a class name in stylesheet. For example:- <div class="Myclass"></div> How to write CSS for div class. <Style> . Myclass { Margin:40px; Padding:40px; } </style>
You must be Logged in to update hint/solution
Which of the following are attributes of Font tag?
Which element specifies a list of pre-defined options for an input element?
Which of the following is used for plug-in content?
Which of the following web elements should you know about before building your web site?
What is the correct syntax of web address?
Which element does not support form attribute?
Discusssion
Login to discuss.