answersLogoWhite

0

The table tags include

- Makes table

- Table row

  • User Avatar

    Wiki User

    7y ago

    What else can I help you with?

    Related Questions

    What is the HTML code to make link inside a table?

    You have to use the anchor tag to make a link. The code will be <a><table>Table-Stuff</table></a>.


    Is there an alternative to tr in HTML code?

    Not if you're attempting to put a table together, no.


    What Is The Code To Show An Html A Text?

    <code><code>HTML TEXT HERE</code></code>


    HTML code has a limit of 10 webpages per site?

    No! HTML is simply code. You can write 1 million pages of HTML code if you want. HTML is not a program. Its code. Now you may have a program that uses HTML code and that program has limitations. But not HTML itself.


    Can you insert an image in table header in HTML?

    Yes, you can insert an image anywhere in the code. You just have to insert the img tag before the area you want to insert it.


    Left align table HTML?

    I believe you can only align things in CSS. Using CSS left-aligning the table would require doing this:YOUR TABLE HEREThen in the part you would write this:#table{text-align: left}If you didn't get what I just said I suggest going to W3schools.com and going to the CSS tutorial.


    How do you pull up your HTML code?

    You can pull up your HTML code by right clicking the code and hitting, View Source. This will open the HTML code and you can format it.


    What Pokemon game has a HTML code?

    No game has HTML code because HTML is only for web design.


    What is the name given to a piece of HTML code?

    There is no specific name to a piece of HTML code. It is just an HTML code written in markup language.


    What is the code to insert table in signup form in HTML?

    First you have to get the data from signup form. Then using <td> and <tr> you can populate the results.


    Can you see the HTML code in Kompozer?

    Yes, you can see the HTML code in Kompozer.


    How do you create and use an HTML table?

    HTML tables are created by the <table> command. Inside the table we can use tags like <li>, <ul>,<ol> etc.

    - Table header

    - Table cell

    Complex elements: