Why do you say "user agent" everywhere, instead of "browser"?
Answer / guest
Although browsers are indeed important users of HTML and
XHTML, there are other programs and systems that read those
documents. Search engines for instance read documents, but
are not browsers. By using the term "user agent" we are
trying to remind people of the difference.
For example, when you do a Google search often you will see
under some of the search results something like "This web
page uses frames, but your browser doesn't support them."
therefore surely frightening off some people from clicking
on that link. The author of the website in question hasn't
realised that there are more than just browsers, and that
they ought to include better text in their <noframes>
section, so that they don't appear so foolish when people
search their site.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is opening tag and closing tag in html?
How we can have different cells in each row in <table>?
What is xhtml explain?
How can I have two sets of links with different colors?
What are web workers and why do we need them ?
How do I open a dtd file?
What is image map?
How many types of css can be included in html?
What is a benefit of using the label element?
What is html partial?
HTML 5 provides drag and drop facility. How do you make an image draggable?
How do I create a button which acts like a link?