Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

o IMAGE

Image - <img src= “image name”>


o AUDIO
Audio - <audio controls> </audio>
Audio^ - <source src= “sound name” type=“type name>
o BODY
Body - <body> </body>
o HEAD
Head - <head> </head>
o TITTLE
Tittle - <tittle> </tittle>
o ENTER
Next line - <br> </br>
o TEXT
Underline - <u> </u>
Bold - <b> </b>
Italic - <i> </i>
Size - size=“ “
Width - width=“ “
Text colour - <body text=“ “>
colour - <color=" ">
o BACKGROUND
Background colour - <body bgcolor=“ “>
Background image - <body background= “image name”>
o MARGIN
Margin- <body leftmargin=“ “>
<body rightmargin=“ “>
<body bottommargin=“ “>
<body topmargin=“ “>
o PARAGRAPH
Paragraph - <p> </p>
Paragraph align - <p align=“left”>
<p align=“right”>
<p align=“center”>
<p align=“justify”>
o FONT
Font face - <font face = “ “>
Font colour - <font color = “ “>
Font size - <font size = “ “>
o LINE
Line size - <hr size= “ “>
Line colour - <hr color= “ “>
Line width - <hr width= “ “>
Line align - <hr align= “ “>
Line - <hr> </hr>
o LISTINGS
Ordered listing - <ol> </ol>
List ^ - <li> </li>
Unordered listing - <ul> </ul>
List ^ - <li> </li>
o TABLE
Table - <tr> </tr>
table^ - <td> </td>
table heading - <th> </th>
Table border - <table border=“ ”>

You might also like