<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>代码数据教程(jc.mobanzj.top)</title> <style> h1 { text-align: center; text-transform: uppercase; color: #A7C942; } p { text-indent: 50px; text-align:justify; letter-spacing:3px; } a { text-decoration:none; } </style> </head> <body> <p>This text is styled with some of the text formatting properties. The heading uses the text-align, text-transform, and color properties. The paragraph is indented, aligned, and the space between characters is specified. The underline is removed from the <a rel='external nofollow' title=''rel='external nofollow' title=''target="_blank" href="#">&quot;运行预览&quot;</a> link.</p> </body> </html>