【HTML】Beginner3:ParagraphsEmphasisLine breaks

1.Paragraphs
</p>
    distinct blocks of the text
    Think of the HTML contents as if it were a book-with paragraphs where appropriate.
 
2.Emphasis
<em>in italics
<strong>in bold
 
3.Line breaks
<br>
could be tempting to over-use.
br shouldn't be used if two blocks of text are intended to be separate from one another
上一篇:Solidity的自定义结构体深入详解


下一篇:spring boot 之热部署(三)