learn html programs(38 program)how to use table tag with rowspan attribute

Опубликовано: 19 Февраль 2026
на канале: Jay Shukla
10
2

#html #magicofoneclick #coding #table #rowspan #attribute

Hello everyone and welcome to my channel magic of one click,please subscribe,like and share to get amazing programming videos.

In this program we will learn how to use table tag with rowspan attribute.

DESCRIPTION OF TAGS:-
HTML -Tag tells browser that it is html document.
HEAD - Tag is used to define the head portion of the document which contain information related to the document.
TITLE -Tag is used to give title of the program.
BODY - Tag defines main content of HTML .
TH -Tag defines the header cells in the table which are displayed as bold, center-aligned text.
TR -Tag defines a row in an HTML.
TD -Tag defines the standard cells in the table which are displayed as normal-weight, left-aligned text.
ROWSPAN-The rowspan attribute specifies the number of rows a cell should span.