1. The <small> tag - http://www.w3.org/html/wg/drafts/html/master/single-page.html#the-small-element
I haven't heard of this one but think it' s pretty cool.The small tag will create the portion of text within the tags to be smaller. Reading through the article around it I can see how it could be relevant. Instead of using emphasis, or strong tags to change the look of certain font, using small can come in handy. I can see how it would clearly be quicker than giving maybe that portion of the paragraph a specific class or id, and then formatting it in CSS.
2. The <label> tag - http://www.w3.org/html/wg/drafts/html/master/single-page.html#the-label-element
I haven't ever heard or seen the label element. I read up on it through this article, and because this article is confusing, I reviewed it on the W3Schools website to see it in action. The label tag, along with a control tag can create radio buttons, for example. I see that you need to couple it with a type of control function but I think those two things combined could be a cool attribute to a website, for a poll or general user feedback. Not sure how the back end would look exactly on this but I think it's a pretty cool tag.
3. The <pre> tag - http://www.w3.org/html/wg/drafts/html/master/single-page.html#the-pre-element
the pre tag is an easy way to style a portion of text within pre tags. You can use it to display text with unusual formatting. I think saving some CSS for pre tags could come in handy as something you can save in a file and refer back to and use that specific one over and over again in certain instances.
No comments:
Post a Comment