From 55476cb16512699c3ac113cad318152d50fc1136 Mon Sep 17 00:00:00 2001 From: Jonathan Lawrence Date: Thu, 23 May 2019 20:27:08 -0400 Subject: [PATCH] Improve Readability (#35181) * Improve Readability * added the word "the" * Removed unnecessary line --- guide/english/html/block-and-inline-elements/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/guide/english/html/block-and-inline-elements/index.md b/guide/english/html/block-and-inline-elements/index.md index 9a2fc4101f..5638269c66 100644 --- a/guide/english/html/block-and-inline-elements/index.md +++ b/guide/english/html/block-and-inline-elements/index.md @@ -3,8 +3,6 @@ title: Block and Inline Elements --- ## Block and Inline Elements -Let us understand them using below examples: - #### Code Sample with Output : ![Block Output](https://user-images.githubusercontent.com/16048167/31070017-6f2cf0a2-a77c-11e7-9de6-110b9d0b488d.PNG)