Computer Science, asked by beenapanibiswasm, 3 months ago

which is the element that has identification and supplymentary information about the web document
a)HEAD
b)HR
c)BODY
d) TITLE​

Answers

Answered by xxdishantxx44
1

Answer:

I think it's (d) the tittle

Answered by answer28
0

Answer:

The TITLE element is the answer.

The title of a document is specified by the TITLE element. The TITLE element should occur in the HEAD of the document. ... It should identify the content of the document in a fairly wide context. The title is not part of the text of the document, but is a property of the whole document.

How do you get the title of an element?

We can find and click elements by title in Selenium webdriver. An element can be identified with a title attribute with xpath or css selector. With the xpath, the expression should be //tagname[@title='value']. In css, the expression should be tagname[title='value'].

Attachments:
Similar questions