Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What should be set with text-align property so that every line has equal width like in magazines and newspapers?

a) text-align: justify
b) text-align: none
c) text-align: bottom
d) text-align: top

Answer: a
Explanation: By setting text-align property to “justify”, each line is stretched so that every line has equal width, left and right margins are straight like in magazines and newspapers. Text-align: center, text-align: right, text-align: left is also used for aligning the text at center, right and left respectively.

Join The Discussion