Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

html multiple class

Multiple Classes
HTML elements can belong to more than one class.
To define multiple classes, separate the class names with a space,
e.g. <div class="city main">. 

The element will be styled according to all the classes specified.
 
PREVIOUS NEXT
Tagged: #html #multiple #class
ADD COMMENT
Topic
Name
9+1 =