標籤

[2019.06.30 學習筆記3]html

1.自閉合標籤學習

2.換行htm

<!DOCTYPE html>    
<html lang="en">                        
<head>
    <meta charset="UTF-8"> 
    <title>標題 </title>   
</head>
<body>
  <p> 鋤禾日當午,
       汗滴禾下土。
   </p>
   <p> 鋤禾日當午,<br/>
       汗滴禾下土。
   </p>
</body>
</html>        
相關文章
相關標籤/搜索