The <li> tag defines list items within <ol>, <ul> or <menu> elements. The tag is located within the <body> tag. It can be nested within other list elements
TagName() locator identifies elements based on their HTML tag names. It's less commonly used than other Selenium locators. Useful for finding elements like links and buttons
The <b> tag applies bold formatting without conveying semantic meaning. The <strong> tag indicates strong importance or emphasis. Browser styles can override default rendering of both tags
The <br/> element creates a line break in HTML. It is similar to the ASCII character CR (carriage return). It is an inline element designed for text separation
The a tag creates hyperlinks to pages, files, or URLs. Links appear blue by default, red when active, purple when visited. Links can contain both text and images
Links connect Web resources and are fundamental to the Web's success. Links consist of two ends called anchors and a direction. Links can point to documents, images, videos, or other Web resources