Computer Science, asked by singhkartikey282, 10 days ago

Write syntax of the following. 1.Table heading 2.Table border 3.Table background 4.Table caption 5.Hyperlink 6.Anchor tag​

Answers

Answered by ishtiaqzada
0

Answer:

nope

Explanation:

Answered by ananyanaskar28
1

Answer:

  1. The <th> tag defines the header cells in the table which are displayed as bold, center-aligned text. The <th> tag is a header cell that can appear in the first row of an HTML table. The <th> tag can be defined within the <thead> tag, which has some browser advantages, but this is optional.
  2. The HTML <table> border Attribute is used to specify the border of a table. It sets the border around the table cells. ... 1: It sets the border around the table cells. 0: It removes (not set) the border around the table cells.
  3. The background color of the table is given by the bgcolor="color" attribute. When applied to the <table> tag, the color fills the background. Cell background colors are set by applying the bgcolor attribute to a <tr> tag (to color the row) or to a <td> tag (to color the cell).
  4. <caption>: The Table Caption element. The <caption> HTML element specifies the caption (or title) of a table.
  5. To make a hyperlink in an HTML page, use the <a> and </a> tags, which are the tags used to define the links. The <a> tag indicates where the hyperlink starts and the </a> tag indicates where it ends. Whatever text gets added inside these tags, will work as a hyperlink. Add the URL for the link in the <a href=” ”>.
  6. The <a> tag (anchor tag) in HTML is used to create a hyperlink on the webpage. This hyperlink is used to link the webpage to other webpages. It's either used to provide an absolute reference or a relative reference as its “href” value.

Explanation:

Similar questions