Skip to main content

12th topicfor 2020 and 2021 batch HTML table part 3 free notes

 Html Table 

✓ A table can be created using <table></table>

✓ A table consists of rows and column 

✓ The row is to be define 1

st and then cells or column inserted into row 

from left to right .

✓ For creating row <tr></tr> tag is used

✓ For table data <td> </td>tag is used

✓ For table heading i.e. row heading <th></th> tag is used.



Basic table structure

<table>

<tr>

<td>cs academy </td>

<td>html</td>

</tr>

<tr>

<td>.data structure</td>

<td>operating system</td>

</tr>

</table>


Important tags 

▪ <img src=“ ”> : use to add images on our web page.

▪ <a href=“ ”> use for hypertext link , called as anchor tag..

▪ <sup></sup>. :use to show text in super script for 1st

▪ <sub></sub> : use to show text in subscript form.

▪ <strike></strike> : text have line drawn throught the middle of the text.


imp tags of html

• <p> : paraghraph tag

• <br> : break tags (right to left scrolling)

• <Marquee> : scrolling tags

• <Font>: text font

• <u>: underline tags


Keep study with us.,......





Comments

Post a Comment