update case sensitivity with "A Href" (#24815)
match "A Href" with all same (lowercase) case to match on entire page. It would help keep things in unison
This commit is contained in:
committed by
Randell Dawson
parent
31bc19174f
commit
b71e62d6d9
@ -11,10 +11,10 @@ For instance:
|
|||||||
```html
|
```html
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Href Attribute Example</title>
|
<title>href Attribute Example</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Href Attribute Example</h1>
|
<h1>href Attribute Example</h1>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://contribute.freecodecamp.org/">The freeCodeCamp Contribution Page</a> shows you how and where you can contribute to freeCodeCamp's community and growth.
|
<a href="https://contribute.freecodecamp.org/">The freeCodeCamp Contribution Page</a> shows you how and where you can contribute to freeCodeCamp's community and growth.
|
||||||
</p>
|
</p>
|
||||||
|
Reference in New Issue
Block a user