Nested Tables: Defining a table inside another table is called Nested table. We must place the table as data of another table. Nested table with information:
Table Colspan and Rowspan: These are used to merge cells in table. Colspan is used to merge the columns in the table. Rowspan is used to merge rows.
Tables Background: Table element can have background We can set background to table in 2 ways. We set backgrounds to whole table or only for particular cell depends on requirement. We can simple use bgcolor …
Table Header, Body, and Footer Every table contains header, body and footer Body part contains table. Header and Footer just working like in word document and these are with same content for every page. <thead> …
Table Caption: The caption tag will serve as a title or explanation for the table and it shows up at the top of the table. This tag is deprecated in newer version of HTML/XHTML.
HTML Tables: Tables are defined with the <table> tag. Table is a set of rows(record). Record is a set of columns(fields). Table rows can represent with <tr> tag. Table columns are called Table data and …
HTML Comments: Comment tags <!– and –> are used to insert comments in HTML. Note: There is an exclamation point (!) in the opening tag, but not in the closing tag. Comments are not displayed …
HTML style Object: “style” is an object It is providing number of properties. “style” properties we can apply on any type of element. “style” properties must be placed in “quotes” “style” object property name and …
Applying color to the hyperlinks: The default hyperlink color is blue, when we click on the link the color changes to purple. If we want to apply a color to the hyperlink, we have to …
embed tag: By using this tag we can embed the external “plug ins” like media player control, flash player control etc., on the web page. Based on the source file, this element embeds that relevant …