Answers for "Which HTML tag should you use if you want to indent a piece of text"

4

html how to indent text

p {
  text-indent: 50px;
}
Posted by: Guest on October-17-2020
1

how to add an ident in html

.tab { text-indent:40px }
Posted by: Guest on November-24-2019

Code answers related to "Which HTML tag should you use if you want to indent a piece of text"

Browse Popular Code Answers by Language