Day: August 14, 2017

HTML wbr Tag

<p> To learn AJAX, you must be familiar with the XML<wbr>Http<wbr>Request Object. </p> Definition and Usage The <wbr> (W...Read More

HTML video Tag

<video width=”320″ height=”240″ controls> <source src=”movie.mp4″ type=”video/mp4″> <so...Read More

HTML var Tag

<var>Variable</var> Definition and Usage The <var> tag is a phrase tag. It defines a variable. Tip: This tag is not deprecated, but ...Read More

HTML ul Tag

<ul> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ul> Definition and Usage The <ul> tag defines ...Read More

HTML u Tag

<p>This is a <u>parragraph</u>.</p> Definition and Usage The <u> tag represents some text that should be stylistically d...Read More

HTML tt Tag. Not Supported in HTML5.

<p><tt>Teletype text</tt></p> Definition and Usage The <tt> tag is not supported in HTML5. If <tt> was used for ma...Read More

HTML track Tag

<video width=”320″ height=”240″ controls> <source src=”forrest_gump.mp4″ type=”video/mp4″>...Read More

HTML tr Tag

<table> <tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td>January</td> <td>$100<...Read More

HTML title Tag

<!DOCTYPE html> <html> <head> <title>HTML Reference</title> </head> <body> The content of the document…...Read More

  • 1
  • 2
  • 6