Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!doctype html> <title>Example</title> <style> p { font-size: 5vw; text-indent: 10vw; color: tomato; } </style> <p>The first line of this text has been indented. The rest of the text is rendered without the indent.</p> <p>Then, when the next paragraph comes along, the first line is indented again.</p>
Preview