Answers for "how to do text alig right"

CSS
4

html align text right

<p style="text-align: right;"> Right alignment </p>
Posted by: Guest on April-03-2021
2

css text align left

body {
  text-align: left;
}
Posted by: Guest on April-09-2020

Browse Popular Code Answers by Language