CSS marker-start property
Description
CSS marker-start property draws a marker at the first vertices of markable elements.
Syntax
marker-start : none | marker-reference
Property values
noneDefault
-
It does not add any marker at the first vertices of markable element.
marker-start: none;
marker-reference
-
It draws a marker at the first vertices of markable element.
marker-start: url(#Triangle);
Applicable to
It applies to all markable elements.
From web4college, the free CSS digger
#CSS digger
Was this article helpful?