Friday, April 14, 2017

Learn HTML VII ( For Beginner ) - How to make a table in HTML

Hello There!

Welcome back to edankeun.com! Today we are going to start our lesson about "How to make a Table in HTML".

Last time, we learned about : Learn HTML VI ( For Beginner ) - How to make Quotation in HTML.

If you are new here and about to learn from the first, please click here --> Learn HTML from the first!



If you want to learn HTML from our last article first before learn Learn HTML VII ( For Beginner ) - How to make a table in HTML, just CLICK HERE.


WHAT IS TABLE

Table is a place where the information belongs inside of the columns and the rows. Table may tell the information easier and simpler to read and to understand for the people because it is wordless. Even sometimes there is some code that you have to understand first before you read the table.


EXAMPLE OF TABLE :





HOW TO MAKE A TABLE IN HTML


Before you make the table, make sure you have known the tags. The tags that you need to use are :

  • <TABLE>
This tag is required to make a table in HTML. Without this tag, other tag (<TR> or <TD>) will be useless. The function of this tag is to inform the computer that you will make a table in your HTML site.

  • <TR>
TR is stands for "Table Rows". The function is to make a row in the table.

  • <TD>
TD is stands for "Table Data". The function is to make a column in the table.


Okay, those are the tags to make a table. Now, let's make the table!

STEP by STEP

Example, let's make a table like in above. The steps are :

  • First, make a HTML basic tags.

  • Second, insert tag <table> & </table> inside of <body> ... </body> table.
  • After that, enter tag
  • Finally, the result will be like this.


Okay, that's all that we've got today. Thank you for your visit. You may also continue your lesson in our next article about HTML! Please leave a comment if you have a problem to learn HTML from our website. Don't forget to subscribe our website to teach you more things about HTML and website developing!



See you!

Related Posts

Learn HTML VII ( For Beginner ) - How to make a table in HTML
4/ 5
Oleh