Answers for "javascript text alignment"

2

css text align right

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

text align in javascript

document.getElementById("demo").style.textAlign = "left|right|center|justify|initial|inherit"; 

// from w3school
Posted by: Guest on June-13-2021

Browse Popular Code Answers by Language