diff --git a/guide/english/html/block-and-inline-elements/index.md b/guide/english/html/block-and-inline-elements/index.md index 418739dca8..d644fb9b76 100644 --- a/guide/english/html/block-and-inline-elements/index.md +++ b/guide/english/html/block-and-inline-elements/index.md @@ -3,15 +3,15 @@ title: Block and Inline Elements --- ## Block and Inline Elements -Let us understand them using below examples : +Let us understand them using below examples: #### Code Sample with Output :  #### Block-Level Element : -A Block-level element occupies the entire space of the parent(container) such as `
` in the example . +A Block-level element occupies the entire width of the parent (container) such as `
` in the example. -Note that both `
` start from a new line each time, forming a **block-like** structure. Block-level elements begin on new lines. +Note that both `
` start from a new line each time, forming a **block-like** structure. Block-level elements *always* begin on new lines. Common **block-level elements** are `
`,`