HTML paragraphLOGIN

HTML paragraph

This example demonstrates:

Display paragraphs in an HTML document.

Example analysis:

##The paragraph is defined through the <p> tag. Next Section

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>php中文网(m.sbmmt.com)</title> </head> <body> <p>这是一个段落。</p> <p>这是一个段落。</p> <p>这是一个段落。</p> </body> </html>
submitReset Code
ChapterCourseware