div
slinky.web.html.div
object div extends Tag
The HTML <div>
element is the generic container for flow content and does not inherently represent anything. Use it to group elements for purposes such as styling (using the class
or id
attributes), marking a section of a document in a different language (using the lang
attribute), and so on.
Attributes
- Graph
-
- Supertypes
-
trait Tagclass Objecttrait Matchableclass Any
- Self type
-
div.type
Members list
In this article