Sometimes you need to indent text in your web page. In this case you can apply a rule to the container that sets a padding-left value. You can follow this CSS ASP.NET tutorial and to use the next two files to test this:
File test.css
.indent {
padding-left: 40px;
}
File test.html
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”
“https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml” …