We can add comments to our HTML program using the __________ tag.
a)<!-- -->
b)<$-- -->
c)<#-- -->
d)<@-- -->
Answers
Answered by
1
Answer:
a)<!-- -->
Explanation:
You can add comments in your HTML file using <! -- ... --> tag.
Similar questions