Archive for html basics
You are browsing the archives of html basics.
You are browsing the archives of html basics.
If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!Tables…
Example of a Table…
What are tables used for?
Tables are used to make data easier to interpret or to just give your document more impact.
<table border=4>
<tr>
<th>What are tables used for?</th>
</tr>
<tr>
<td>Tables are used to make data easier to interpret or to [...]
You’ll find that once you familiarize yourself working with HTML, you’ll be able to control the look and feel of your web site. It won’t be long before you’re a whiz at HTML
Platform Independant:
HTML is ‘Platform Independant’, which basically means ‘universal’. It doesn’t matter what kind of computer you have, what [...]
There are a lot of women out there who have websites, but have no clue how to edit them or do much with them as someone else created the site and you’ll have to fork out additional cash just to have minor changes made.
Well, that sucks! And although you’ll here tons and tons on PHP, [...]