Development| HTML| JavaScript| Questions?

 

 

 

 

 

 

 

 

 

 

 

 

 

Search Tutorials

Latest Questions
Comments
 
Tag Inside Table in HTML 
 

The Tutorial illustrates an example from Tag Inside Table in HTML.In this code we define a HTML page and show you to create a tag inside a Table in HTML.

 

Tag Inside Table in HTML

                         

The Tutorial illustrates an example from Tag Inside Table in HTML.In this code we define a HTML page and show you to create a tag inside a Table in HTML. The following tags used in code to create tag inside table in HTML are -

<tr> : The <tr> tag is used to create   table rows.

<td> :The <td> tag is used to create a table cell in HTML page.

<ul> :The <ul> indicate unordered list.

<li> :The list item begin with <li> ,which marks with a bullet in HTML page.

Source Code

 

 

<html>
<body>

<table border="1">
<tr>
<td>
<p>Welcome to Online Web shooping website</p>
<p>Products</p>
</td>
<td>This cell contains a table:
<table border="1">
<tr>
<td>Flowers</td>
<td>Toys</td>
</tr>
<tr>
<td>Shirts</td>
<td>Trousers</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>This cell contains a list
<ul>
<li>Flowers</li>
<li>Toys</li>
<li>Shirts</li>
<li>Trousers</li> 
</ul>
</td>
<td> Hi </td>
</tr>
</table>
</body>
</html>

The code is saved with .html extension. Place the path of saved html code in URL of your browser.

Output is displayed as

Download Source

                         

» View all related tutorials
Related Tags: html c orm form style tags sed format page tag if for to ci e use pe in ml rm

Leave your comment:

Name:

Email:

URL:

Title:

Comments:


Enter Code:

Audio Version
Reload Image
 

Note: Emails will not be visible or used in any way, and are not required. Please keep comments relevant. Any content deemed inappropriate or offensive may be edited and/or deleted.

No HTML code is allowed. Line breaks will be converted automatically. URLs will be auto-linked. Please use BBCode to format your text.

Add This Tutorial To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Training Courses
Tell A Friend
Your Friend Name
Software Solutions
Least Viewed
Most Rated
Recently Viewed
Search Tutorials

 

 
 

Home | JSP | EJB | JDBC | Java Servlets | WAP  | Free JSP Hosting  | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs

About Us | Advertising On RoseIndia.net  | Site Map

India News

Indian Software Development Company | iPhone Development Company in India | Flex Development Company in India | Java Training Delhi | Java Training at Noida |

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2008. All rights reserved.