close
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Paragraph</title>
<meta http-equiv="Content-type" content="text/html" charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<p>My first life goes here</p>
<p>A second line here</p>
<!-- <p>系統認知為兩個不同的段落,所以間距較大 -->
<!-- 換行 <br> ,不會造成兩行間距過大-->
<p>My first life goes here <br> A second line here</p>
<hr>
<!-- 水平線<hr> -->
</body>
</html>
全站熱搜