diff --git a/guide/english/html/comments-in-html/index.md b/guide/english/html/comments-in-html/index.md index 9d8480a2fe..868a025a40 100644 --- a/guide/english/html/comments-in-html/index.md +++ b/guide/english/html/comments-in-html/index.md @@ -3,7 +3,7 @@ title: Comments in HTML --- ## Comments in HTML -The comment tag is an element used to leave notes, mostly related to the project or the website. This tag is frequently used to explain something in the code or leave some recommendations about the project. The comment tag also makes it easier for the developer to come back and understand the code he's written at a later stage. Comments can also be used for commenting out lines of code for debugging purposes. +The comment tag is an element used to leave notes, mostly related to the project or the website. This tag is frequently used to explain something in the code or leave some recommendations about the project. The comment tag also makes it easier for the developer to come back at a later stage and understand the code he's written earlier. Comments can also be used for commenting out lines of code for debugging purposes. It is good practice to add comments to your code, especially when working with a team or at a company. It is also important that you write clear and concise comments that another developer could easier understand. @@ -21,19 +21,18 @@ Comments are started with ``, and can span multiple lin --> -
-FreeCodeCamp is an open-source project that needs your help
- - + +FreeCodeCamp is an open-source project that needs your help
+ + ``` ## Conditional Comments +Conditional Comments define some HTML tags to be executed when a certain condition is fulfilled. -Conditional Comments defines some HTML tags to be excuted when a certain condition is fullfilled. - -Conditional Comments are only recognized by Internet Explorer Version 5 through to Version 9 (IE5 - IE9). +Conditional Comments are only recognized by Internet Explorer Version 5 through Version 9 (IE5 - IE9). Older IE versions often need additional CSS to display your pages accurately. Conditional comments can fulfill this purpose. @@ -44,7 +43,7 @@ Older IE versions often need additional CSS to display your pages accurately. Co