diff --git a/client/src/pages/guide/english/html/comments-in-html/index.md b/client/src/pages/guide/english/html/comments-in-html/index.md index e9cd850ba1..34ea6ffc9b 100644 --- a/client/src/pages/guide/english/html/comments-in-html/index.md +++ b/client/src/pages/guide/english/html/comments-in-html/index.md @@ -31,7 +31,7 @@ Read more: https://html.com/tags/comment-tag/#ixzz4vtZHu5uR ## Conditional Comments Conditional Comments defines some HTML tags to be excuted when a certain codition is fullfilled. -Conditional Comments are only recognised by Internet Explorer Version 5 through to Version 9 - IE5 - IE9. +Conditional Comments are only recognised by Internet Explorer Version 5 through to Version 9 (IE5 - IE9). ### Example ```html @@ -48,7 +48,7 @@ Conditional Comments are only recognised by Internet Explorer Version 5 through ### IE Conditional Comments -These comments are only available in Internet Explorer and can be used up to IE9. In the current times, there is a good change you will never see them, but it is good to know about their existance. Conditional comments are a way to serve a different experience for different client browsers. For example: +These comments are only available in Internet Explorer and can be used up to IE9. In the current times, there is a good change you will never see them, but it is good to know about their existance. Conditional Comments are a way to serve a different experience for different client browsers. For example: ```html