| |||
|---|---|---|---|
| | | | | Lessons: Lesson 1 Lesson 2 Lesson 3 Lesson 4 Lesson 5 Lesson 6 Lesson 7 Lesson 8 Lesson 9 Lesson 10 |
Welcome to the fifth chapter of my HTML tutorials. This chapter will teach you on how to make a table in an HTML. If you had already encountered Microsoft Excel, you should be familiar with a table. Also, a table can be made in Microsoft Word, Powerpoint and Publisher. Did you know that this website mainly uses table to separate its content? A table is used to organize a set of data using a model of vertical columns and horizontal rows to organize the given data. Now, how do you insert a table on your HTML? Simple. Look at the image below. Notice that it starts with the tag "table" which indicates that the data between the opening and closing tags of table will be included inside it. Note that there are also tags inside the table tag.
Now, look at the image below. That is the output I created using the codes above. There's no borders, right? Because a table also has attributes.
Lesson 5 is done! Are you ready to move on to the next lesson? Click Here to move on to the next lesson.
|