updated anchor definition (#25423)
* updated anchor definition * Added list formatting
This commit is contained in:
committed by
Manish Giri
parent
bd5aa22faf
commit
03a576e7b1
@ -7,7 +7,11 @@ The `<a>` tag or _anchor_ element creates a hyperlink to another page or file. I
|
||||
|
||||
The text between the opening and closing `<a>` tags becomes the link. This text should be a meaningful description of the link destination, and not a generic phrase such as 'click here'. This better enables users with screen readers to navigate amongst various links on a page and understand what content each one will link to.
|
||||
|
||||
By default, a linked page is displayed in the current browser window unless another target is specified.
|
||||
By default, a linked page is displayed in the current browser window unless another target is specified. The default link styles are as follows:
|
||||
- An unvisited link is underlined and blue
|
||||
- A visited link is underlined and purple
|
||||
- An active link is underlined and red
|
||||
|
||||
|
||||
#### Example:
|
||||
|
||||
|
Reference in New Issue
Block a user