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
0
Answer:
nope
Explanation:
Answered by
1
Answer:
- 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.
- 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.
- 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).
- <caption>: The Table Caption element. The <caption> HTML element specifies the caption (or title) of a table.
- 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=” ”>.
- 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
Computer Science,
5 days ago
English,
10 days ago
English,
10 days ago
Psychology,
8 months ago
Math,
8 months ago