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