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:
Ryan Hoppe
2018-12-11 14:48:31 -05:00
committed by Randell Dawson
parent 31bc19174f
commit b71e62d6d9

View File

@ -11,10 +11,10 @@ For instance:
```html
<html>
<head>
<title>Href Attribute Example</title>
<title>href Attribute Example</title>
</head>
<body>
<h1>Href Attribute Example</h1>
<h1>href Attribute Example</h1>
<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.
</p>