源代码 :
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>开源教程(ossoft.cn)</title> <style> p.ex1 {margin-left:2cm;} </style> </head> <body> <p>一个没有指定边距大小的段落。</p> <p class="ex1">一个左边距为2厘米的段落。</p> <p>一个没有指定边距大小的段落。</p> </body> </html>
运行结果