• Image 1
  • Image 2
  • Image 3
  • Image 4
  • Image 5
  • Image 6
  • Image 7




Sunday, June 24, 2012

TUTORIAL TAQ TABLE HTML FOR NEWBIE

Ok.. This is continue from my tutorial....
Yesterday I was make tutorial taqs at HTML... This time I want giving you tutorial about "Taq Table". Maybe this more than difficult.But if you fire.. exactly want be eazy...

Table at HTML very avail, because can more beauty showing your blog...
Ok Let's reading..

You can copy and paste this code... Or you can too write in order to you more eazy understand..



<html>
<head>
<title>Atribut Taq From Table</title>
</head>
<body>
<b>Making Table</b><br><br>
<table border="1" bordercolor="brown">
<tr>
<td>This column 1 and line 1</td>
<td>This column 2 and line 1</td>
</tr>
<tr>
<td>This column 1 and line 2</td>
<td>This column 2 and line 2</td>
</tr>
</table>

<br><b>Making Table With Background Color</b><br><br>
<table border="1" bordercolor="brown">
<tr>
<td bgcolor="yellow">This column 1 and line 1</td>
<td>This column 2 and line 1</td>
</tr>
<tr>
<td>This column 1 and line 2</td>
<td bgcolor="yellow">This column 2 and line 2</td>
</tr>
</table>

<br><b>Making Table In Table</b><br><br>

<table border="1" bordercolor="brown" cellpadding="8"
cellspacing="0">
<tr><td>
<table border="1" bordercolor="yellow" cellpadding="8"
cellspacing="0">
<tr><td>Text "We Are Knowlege" At Table in Table</td></tr>
<tr><td>C'mon... Let's Try Making Too..         </td></tr>
<tr><td>This Is Enough Eazy, If you Trying      </td></tr>
</table>
</td></tr>
</table>


And result if you was write in aplication














































"bgcolor" is for color in backgrond table...
"cellspacing" is spacing word in table
"bordercolor" is color for line table


And if done.. you can save with save as type "HTML"...
ex : table. html...

And double click in your file... and to appear.. Like this..



Look on my picture. One picture with other picture different because I using different syntax.

First picture just making two column and two line... And be sentence
Second picture be backgroung in column and line...
tridh picture is table in table...


If you will download, I was making in document and Hyper Text Markup Language

Tutorial for file document  >> This
Tutorial for file HTML      >> This

Ok.. just it..
I hope you like it..
See you later

No comments:

Post a Comment