Posts

Showing posts from February, 2021

html table coding/html/table advanced coding

  <a href="cup.png"> <ing src="cpu.png"width="50" height="50">                                              as like  <a href="C:\Users\ASLAMWAHEED\Documents\IMG20201203103803.jpg"<img src="C:\Users\ASLAMWAHEED\Documents\IMG20201203103803.jpg"width="50"height="50"> <table style="numbers of table"border="numbers of border">                               as like this  l make one row and three columns <table style="1"border="2"> <tr> <td> this is a test </td> <td> this is a test  </td> <td> this is a test </td> <a href="address.html">address</a>                         as like  this ...

html

 <a href="cup.png"> <ing src="cpu.png"width="50" height="50">                                              as like  <a href="C:\Users\ASLAMWAHEED\Documents\IMG20201203103803.jpg"<img src="C:\Users\ASLAMWAHEED\Documents\IMG20201203103803.jpg"width="50"height="50">

html table

 <table style="numbers of table"border="numbers of border">                               as like this  l make one row and three columns <table style="1"border="2"> <tr> <td> this is a test </td> <td> this is a test  </td> <td> this is a test </td>

html hyperlink

<a href="address.html">address</a>                        as like  this <a href="1,html">1</a>

html

 <b> bold </b> <i> italic </i> <u> underline </u> <sup> superscript </sup> <sub> subscript </sub> <del> strokthrow </del>

html

 <p> this is paragraph </p>