Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #html #multiple #class
ADD COMMENT
Topic
Name
7+2 =