Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

span html

The HTML <span> element is a generic inline container for
pieces of content, which does not inherently represent anything. 
It is mostly used for grouping and styling bits of content.
<span> is very much like a <div> element, but <div> is a 
block-level element whereas a <span> is an inline element.
 
PREVIOUS NEXT
Tagged: #span #html
ADD COMMENT
Topic
Name
2+8 =