Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 20 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,27 @@ <h3><font color="blue">Change the background color</font></h3>

<h3><font color="red">Change the background color</font></h3>

<p> Use light colours always</P>


<p> Use light colours always</p>

<table>
<tr>
<th>Company</th>
<th>Co.no.</th>
<th>Country</th>
</tr>
<tr>
<td>Alfreds Futterkiste</td>
<td>Maria Anders</td>
<td>Germany</td>
</tr>
<tr>
<td>Centro comercial Moctezuma</td>
<td>Francisco Chang</td>
<td>Mexico</td>
</tr>
</table>






<p>This text is normal NOW.</p>

<p><b>LOOK This text is bold NOW.</b></p>
<p>Pamodh was here</p>

</body>


Expand Down