Month: August 2017

WordPress | Correcting image links after a WordPress migration

Log into your cPanel interface. Once inside the cPanel, find the Databases category and click on the phpMyAdmin tool icon. You are now on the main php...Read More

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

  • 1
  • 2
  • 7