tags and attributes used in HTML with description
Answers
Answered by
0
Answer:
Tags and attributes used in HTML with description
Explanation:
Tags discription
<table> declare a new table
<tr> declare a new row
<td> declare new column
<th> declare a new table header
<thead> declare the table head.
<tbody> declare the table body.
Attribute Description:
href - Specifies the URL (web address) for a link
id- Specifies a unique id for an element
src- Specifies the URL (web address) for an image
style- Specifies an inline CSS style for an element
Similar questions