SPAN and DIV HTML elements
DIV and SPAN HTML tags can be used to identify block of text that already has line breaks in it.
DIV tag is a block level element, meaning it can be on its own within an HTML document. SPAN element is inline, it needs to be included in other HTML tags.
Comments
Post a Comment