anchor in HTML 5
In the H开发者_如何学GoTML5 Wikipedia page it says
Some elements, such as <a>, <cite> and
<menu> have been changed, redefined or
standardised
Does this mean the anchor tag? If so how?
The change with the tag is that it's now allowed to contain block level elements, where before it was only allowed to contain inline elements.
精彩评论