This is how it will look like on the post.
Name | Surname | Nationality | Sex | Age |
---|---|---|---|---|
Tom | Jackson | U.S.A | M | 65 |
Kate | Miller | U.K | F | 23 |
Jack | Brown | Australia | M | 34 |
Bart | White | Canada | M | 32 |
Ben | Kelly | U.S.A | M | 22 |
On top you see a table so how can we put it on post?
Let me put its code here first.
Ok. To create a table you need a table, headers and cells also data inside cells. Headers and cells can be optional sometimes. You need tags for it.
For table; <table>
For header <th>
For row <tr>
For data <td>
For body <tbody>
These are must have tags for table. Also you can put some href and some java script things inside like onclick, onblur etc...
Very useful HTML tutorial.Actually Now I am learning HTML and CSS code so that I can make a web page.Now I am looking for an effective tutorial based on how to create a drop down menu using just HTML and CSS code.Would you share a article on this topic?
ReplyDelete