* I added 2 extra lines to Conditional Comments
added "Older IE versions often need additionally CSS to display your pages accurately. Conditional comments can fulfill this purpose. "
* fix: changed additionally to additional
* Content style edits
Added 2 spaces after each line in the More Attributes section to stack the elements. Edited 2 sentences to clarify the meaning and usage of the information contained in the sentence, as well as ensuring tag names were displaying as code elements.
* fix: removed extra space at end of lines
* Added backticks to inline code
The page does not display properly on: https://guide.freecodecamp.org/html/attributes/a-href-attribute/ although it appears ok on github.
Added missing backticks around inline code.
Removed duplicate image link example.
* fix: removed tag/changed to element
The additional info on html forms section contained redundant information as well as information that was not clearly defined. Eg the section on the GET | POST method.
-when to use HTTP GET
-default for blank attribute
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->
- [X] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [X] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [X] My pull request targets the `master` branch of freeCodeCamp.
- [X] None of my changes are plagiarized from another source without proper attribution.
- [X] My article does not contain shortened URLs or affiliate links.
* Comment keyboard Shortcut.
Add the tip for how to create the comments by keyboard shortcut in probably all modern text editors.
* Reordered change, fixed formatting
* Added HTML Attributes
Wrote on the alt attribute and why it is good practice to use it. Also wrote on the condition where one can use the empty alt text.
* Made changes to img element
Removed the closing slash in img tag.
* fix: added newline
There were two descriptions explaining what a strong tag is.
The More Information links were duplicated.
Also corrected inconsistent and incorrect markdown/html formatting.
Removed space between "/" and "body" in line 27 to correct the spacing.
Added "use" in between "container" and "several" to make grammatical sense in line 32. Also added a space between "semantic" and the parathesis in the same line to make text look cleaner.
Added "and" between "<header>" and "<footer>" because there are two items in line 33.
Note: In "Introduction of semantic tags," the grammar and sentence structure does not make sense. I tried to correct it, however, it may not be the right correction and should be reviewed.
* Corrected markdown and code sample formatting
Added code highlighting to `<p>`, to prevent it being interpreted as a new paragraph.
Also made indentation in the code sample consistent.
* Fixed typo and formatting