代码示例:(标识:eg_html_formatting_code)
<!DOCTYPE html>
<html>
<body style="font-size:16px">

<p>编程代码示例:</p>

<code>
var person = {firstName:"Bill", lastName:"Gats", age:50}
</code>

</body>
</html>
运行结果: