From 0abba344c930ce8f7fd1bf034f9882c1eedbe424 Mon Sep 17 00:00:00 2001 From: vtt01uk Date: Wed, 21 Nov 2018 09:12:30 +0900 Subject: [PATCH] Minor spelling corrections (#22825) --- .../english/html/attributes/div-align-attribute/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/guide/english/html/attributes/div-align-attribute/index.md b/guide/english/html/attributes/div-align-attribute/index.md index e697da18c3..06799fabb3 100644 --- a/guide/english/html/attributes/div-align-attribute/index.md +++ b/guide/english/html/attributes/div-align-attribute/index.md @@ -3,14 +3,14 @@ title: Div Align Attribute --- ## Div Align Attribute -The `
` attribute is used for aligning the text in a div tag to The Left, Right, center or justify. +The `
` attribute is used for aligning the text in a div tag to the left, right, center or justify. For instance: ```html - Div Align Attribbute + Div Align Attribute
@@ -29,9 +29,9 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor i ``` ## Important! -This attribute is no longer supported in html5. css is the way to go. +This attribute is no longer supported in html5. CSS is the way to go. -The Div Align attribute can be used to horizontally align the contents within a div. In the below example, the text will be centered within the div. +The `
` attribute can be used to horizontally align the contents within a div. In the below example, the text will be centered within the div. ```html