Tutorial 11(Table Tag)

Pubblicato il: 16 luglio 2021
sul canale di: bisht_coding
10
3

HTML Tables are contained within a table element. The TABLE element denotes the range of the table, uses attribute to define properties of it. For example, the BORDER attribute indicates the size of the border to draw around the table and between each of the table’s cells. In the table, each box within the table is called a cell. There are several other attributes beside BORDER.

Basic Table Tags
The table element in HTML is TABLE. Everything within a table is enclosed between these two tag which are both required.
TABLE
………………..
TABLE
After the table Next thing you need is the tag. create a table row, which contain one or more cells of information .
To create individual cells, you use the tag. stand for table data. You place the table information within the and tags.
Within the table element , you use for table headers and the CAPTION element for the table’s caption.


Tutorial 1:    • Tutorial 1 learn basic HTML(hypertext mark...  
Tutorial 2:    • Tutorial 2(basic structure of HTML)  
Tutorial 3:    • Tutorial 3(HTML tags)  
Tutorial 4:    • Tutorial 4(formatting tags)heading paragra...  
Tutorial 5:    • Tutorial 5(bold, italic, mark, subscript, ...  
Tutorial 6:    • Tutorial 6(font tag and its attributes)  
Tutorial 7:    • Tutorial 7(image tag)  
Tutorial 8:    • Tutorial 8 (anchor tag)  
Tutorial 9:    • Tutorial 9 (video tag)  
Tutorial 10:    • Tutorial 10(HTML LIST)  

Notes of Table Tag: https://remona.in/html-tables




TD and TH Attributes
Align: It is used to align the data within the cell horizontally , according values of left, right and center.
Left: Align content to the center of the cell
Center: Align center to the center of the cell
Right: Align content to the Right of the cell


In questa pagina del sito puoi guardare il video online Tutorial 11(Table Tag) della durata di ore minuti seconda in buona qualità , che l'utente ha caricato bisht_coding 16 luglio 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 10 volte e gli è piaciuto 3 spettatori. Buona visione!