Blog

HTML tbody Tag

<table> <thead> <tr> <th>Month</th> <th>Savings</th> </...

HTML table Tag

<table> <tr> <th>Month</th> <th>Savings</th> </tr> <tr&...

HTML sup Tag

<p>This text contains <sup>superscript</sup> text.</p> Definition and Usage ...

HTML summary Tag

<details> <summary>Copyright 1999-2014.</summary> <p> – by Refsnes Dat...

HTML sub Tag

<p>This text contains <sub>subscript</sub> text.</p> Definition and Usage Th...

HTML style Tag

<html> <head> <style> h1 {color:red;} p {color:blue;} </style> </head>...

HTML strong Tag

<strong>Strong text</strong> Definition and Usage The <strong> tag is a phrase tag...

HTML strike Tag. Not Supported in HTML5.

<p>Version 2.0 is <strike>not yet available!</strike> now available!</p> Def...