Blog

HTML tr Tag

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

HTML title Tag

<!DOCTYPE html> <html> <head> <title>HTML Reference</title> </head&...

HTML time Tag

<p>We open at <time>10:00</time> every morning.</p> <p>I have a date o...

HTML thead Tag

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

HTML th Tag

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

HTML tfoot Tag

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

HTML textarea Tag

<textarea rows=”4″ cols=”50″> At w3schools.com you will learn how to m...

HTML td Tag

<table> <tr> <td>Cell A</td> <td>Cell B</td> </tr> </ta...