Computer Science, asked by mrsubharas0ana, 1 year ago

HTML uses
a) Pre- specified tags c) User- defined tags
b) Tags only for linking d) fied tags defined by the language

Answers

Answered by Sidyandex
39

d) Fixed tags defined by the language.

HTML uses Pre-specified tags...for e.g.: <html> <head> <title> <body> <span> <div> <article> <section>.

The anchor tag is also HTML tag.

The anchor tag is used for adding a hyperlink on a web page.

Syntax of anchor tag: <a href="URL goes here">clickable text will be here</a>

Answered by akshanshtiwari12345
3

Answer:

tag defined by the language

Similar questions