diff --git a/Topics/05. Semantic-HTML/README.md b/Topics/05. Semantic-HTML/README.md
index aacab60..ffad5bf 100644
--- a/Topics/05. Semantic-HTML/README.md
+++ b/Topics/05. Semantic-HTML/README.md
@@ -49,6 +49,7 @@
# The Elements of a Web Page: HTML Markup
+- Add machine readable data for search engines
- The HTML is used to define
the **content** of a Web page
- Not the layout
- Not the decorations
@@ -87,7 +88,6 @@
# The Elements of a Web Page: Other Resources
- Other resources are needed for a Web page to run properly
- Images, fonts (glyph icons), audio, video files
- - Flash / Silverlight / ActiveX objects
@@ -111,7 +111,7 @@
- **Semantic** HTML is:
- The use of HTML markup to reinforce the semantics of the information in Web pages
- Make the content understandable for computers
- - Rather than merely to define its presentation
+ - Rather than merely to define it's presentation
- A kind of **metadata** about the HTML content
- Semantic HTML is processed by regular Web browsers and other user agents
- CSS is used to suggest its presentation to human users