HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML colspan Attribute

HTML colspan Attribute

 

 

The colspan attribute is used to specify the number of columns a table cell should span.

 

Used With:-

 

Elements Attribute
td colspan
th colspan

 

Syntax:-

 

Its syntax is:- < element colspan="value" >

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML