The official blog for the Friday Addition Web Site Design class
Saturday, April 13, 2013
April 12 Online Discussion Question 1
What is <span>? How do you use it? How do you style with it? Compare and contrast with <div>. And what other useful information do we need to know about it?
You style a "span" just like you would style any other element.
ReplyDeleteEthan
Like a 'div', by default a 'span' has no effect on style.
ReplyDelete[Collin]
(span) gives you a way to logically seperate inline content.
ReplyDeleteWhat they said...
ReplyDeleteGracie
allows you to seperate inline content,
ReplyDeleteit's styled like all other elements. and whatever they said, =D