Answers for "left align css mdn"

CSS
1

left align css mdn

text-align:left; //Aligns the text to the left
text-align:right; //Aligns the text to the right
text-align:center; //Aligns the text to the center
text-align:justify; //Stretches the lines so that each line has equal width (like in newspapers and magazines)
text-align:initial	//Sets this property to its default value.
text-align:inherit	//Inherits this property from its parent element.
Posted by: Guest on August-31-2020

Browse Popular Code Answers by Language