answersLogoWhite

0

What is meant by colspan in HTML?

User Avatar

Anonymous

12y ago
Updated: 8/18/2019

it combine the number of columns

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Can colspan be used within tr tag in html?

No, colspan can only be used on <td> and <th> elements.


How can you beat Cynthia in Pokemon Platinum with Empoleon Rapidash Roserade Luxray Graveler and Staraptor?

Well Choose for yourself: {| ! colspan="2" |12400 ! colspan="12" | [hide]Champion CynthiaPlatinum - Pokémon League ! colspan="2" | Pokémon ! style="FONT-SIZE: 90%" colspan="2" | Information ! rowspan="9" | ! colspan="2" | Pokémon ! style="FONT-SIZE: 90%" colspan="2" | Information ! rowspan="9" | ! colspan="2" | Pokémon ! style="FONT-SIZE: 90%" colspan="2" | Information|Spiritomb ♀ Lv.58 Ghost DarkRoserade ♀ Lv.58 Grass PoisonTogekiss ♂ Lv.60 Normal Flying None None None Pressure Natural Cure Hustle ! colspan="4" | Moves ! colspan="4" | Moves ! colspan="4" | Moves | Dark Pulse Psychic Energy Ball Sludge Bomb Air Slash Aura Sphere Dark Special Psychic Special Grass Special Poison Special Flying Special Fighting Special Silver Wind Shadow Ball Toxic Extrasensory Water Pulse Shock Wave Bug Special Ghost Special Poison Status Psychic Special Water Special Electric Special ! colspan="2" | Pokémon ! style="FONT-SIZE: 90%" colspan="2" | Information ! rowspan="9" | ! colspan="2" | Pokémon ! style="FONT-SIZE: 90%" colspan="2" | Information ! rowspan="9" | ! colspan="2" | Pokémon ! style="FONT-SIZE: 90%" colspan="2" | Information |Lucario ♂ Lv.60 Fighting SteelMilotic ♀ Lv.58 WaterGarchomp ♀ Lv.62 Dragon Ground None None Sitrus Berry Steadfast Marvel Scale Sand Veil ! colspan="4" | Moves ! colspan="4" | Moves ! colspan="4" | Moves | Aura Sphere ExtremeSpeed Mirror Coat Ice Beam Dragon Rush Flamethrower Fighting Special Normal Physical Psychic Special Ice Special Dragon Physical Fire Special Shadow Ball Stone Edge Dragon Pulse Surf Giga Impact Earthquake Ghost Special Rock Physical Dragon Special Water Special Normal Physical Ground Physical ! colspan="14" | |}


Has Valerie Vili won a metal?

{| ! style="background-color: rgb(176, 196, 222)" colspan="3" | Valerie Vili Medal record |} {| ! colspan="3" | Olympic Games |} Gold 2008 Beijing Shot put {| ! colspan="3" | World Championships |} Gold 2007 Osaka Shot putBronze 2005 Helsinki Shot put {| ! colspan="3" | World Indoor Championships |} Gold 2008 Valencia Shot put {| ! colspan="3" | Commonwealth Games |} Gold 2006 Melbourne Shot putSilver 2002 Manchester Shot put


How do you read HTML language?

HTML is meant to be written by a webmaster, and read by the browser. Hyper Text Markup Language, HTML, is use to create a web page. The browser reads the HTML, and is instructed on how to display the content. If you learn how to write HTML language you will then be able to read it, in order to edit. It is not hard to learn, and doesn't take long.


What is the GPA range for Stanford university?

{| ! colspan="1" width="22%" | GPA |- ! colspan="1" width="27%" | Percent of Applicants ! colspan="1" width="18%" | Admit Rate ! colspan="1" width="33%" | Percent of Admitted Class | 4.0 and above 58% 12% 71% 3.70 - 3.99 27% 8% 23% below 3.70 15% 4% 6% |}


What do you meant by table in HTML?

Table is a physical construct that has rows and columns. It similar in many forms to a database.


What is meant by script?

JavaScript is a scripting language that can be used with HTML or PHP. It is used for handling the control or conditioning.


What is the National Bird of Uganda?

Because of the political uprising by past dictatorship by many dictators and mass genocide and warring between the Hutu and Tutsi tribes the country never was settled enough to have a National anything, let alone a National Bird. However as of 2005 there is a cease fire so one never knows if they will have a National Bird in the future.


Was Laos a democratic or republic government?

{| ! colspan="2" | | Socialist Republic |}


What is meant by java script?

JavaScript is a scripting language that can be used with HTML or PHP. It is used for handling the control or conditioning.


Is HTML recommended?

HTML is what is used to create web pages, so it is recommended that you use it to do so. The standard for HTML is set by the World Wide Web Consortium, and the makers of browsers and other internet technology providers are meant to follow the standards and recommendations of the World Wide Web Consortium for all aspects of the internet, not just HTML.


What is meant by title in HTML?

The title in HTML would be referring to the HTML title tag. This is a meta tag that sits at the top of your web page. The title tag is displayed at the top of your browser to indicate the name of the page you are viewing. The page title tag is also used by the search engines to label a specific page. Example: <HTML> <head> <title>This Page Title</title> </head> </HTML>