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
Before modifying this, line 23 quote, "by default the first checkbox will come automatically" even though the checked attribute is in the second input element, not the first.
Changed "ascribe" to "attribute" in line 7 so make reading easier. Also changed "The" to "This" on lines 38, 40, 42, 44, and 46 to show that the element possessed that attribute and to help make it easier to read.
At the end of the sentence, after "more clearly explain the purpose of each section of a website" add "and make the structure of the website easier to understand."