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