Pages

Wednesday, January 7, 2015

3 HTML Tags That I Haven’t Used...Until Today

The del element


I have never used the <del> element to cross out a phrase. The <del> tag is used to show information that was retracted. Now that I have used the <del> element, and I think this one will come in quite handy for editing my blog posts.

The optgroup element


The <optgroup> tag is used as a child of the select element to display a group of option elements together. This would come in handy in a selection menu for grouping different categories.

The mark element


The <mark> tag is used to highlight text. This is another tag that I could use in my blog posts to draw the readers attention to specific text.

No comments:

Post a Comment