HTML TAGS FROM CHAPTER 3
TEXT FORMATTING TAGS:
<font> </font>
<b> </b>
<strong> </strong>
<em> </em>
<i> </i>
INSERTING IMAGES:
<img src>
TABLE TAGS:
<table> </table>
<tr> </tr>
<th> </th>
<td> </td>
<caption> </caption>
FORM TAGS:
<form> </form>
<input>
<select> </select>
<option> </option>
<textarea> </textarea>
Back to Top
BACK
|
HOME