Answers for "left align paragraph in html"

1

CODE TO START TEXT FROM RIGHT IN HTML

<html dir="rtl" lang="X">
Posted by: Guest on December-05-2020
1

what are the different text align in html

/* There are four different text align values: left, right, center 
     and justify. For example: */
text-align: center;
Posted by: Guest on September-16-2020

Browse Popular Code Answers by Language