Welcome

Welcome to HTML-RESOURCE.COM we are going to exaplain and give you basic information about HTML, you can learn and search information about:

Before getting Business web hosting read "website hosting reviews" found online such as upperhost.com.

Remember before start, we need to have a good editor, it could be Dreamweaver or Frontpage, but don't worry, you have not it? For these exaples you can use the Notepad, there are another notepad, like EditPro.

Everything is now moving to the Internet, so there’s no surprise that the web design industry’s need for budding artists is far and wide. Read More about web design careers

Website design and development require a number of various skills, such as HTML knowledge, graphic design experience, CGI and database programming and many others. That’s why the best way to get a good realization of your purposes and needs is to turn to a professional web design company. If you want to create excellent website, try to contact Iflexion Web Development Company, they will help you to build a great website.

LAST NEWS

Table
We are going to give you an example how to create a basic table in HTML. Are you ready? Do you have your Dreamweaver open? Another good resource to write HTML is to use a basic editor like Edit Pro

The basis html structure table

<table>
<tr>
<td>
</td>
</tr>
</table>

Whit this tag <table> we are saying to the browser, Hey! We are starting a table, next tag is <TR>, we open a ROW, and the another tag is <TD>, what is? A column, remember you need to close each TAG. In our first example we have a table with one row and one column.