Change Font Size: Previous / Next / Directory List
5.1. Display HTML subparagraph
We should find that a problem, in a text editor, edit the code no matter how newline to the text in the browser and his party are displayed. We can try the following two examples.
<body>Here"http://www.nt22.com/xhtml-html/"<ahref=>Learning XHTML</ a>!Started studying subparagraph! TU? Bad?</ Body>
We can be copied to the above code in the text editor, text editor Although the code for the trip, but the actual page and not-for-line, it is because the browser did not know notepad in the space and Enter Therefore, only add a tag to the browser know.
Example
<body> <p>Here"http://www.nt22.com/xhtml-html/"<ahref=>Learning XHTML</ a>! </ P> <p>started studying subparagraph!</ P > <p>ah! can!</ p> </ body>
P paragraph tags is the acronym is the meaning of paragraphs. From <p> and </ p> component elements can be displayed as a paragraph.
Tips: View the source code examples: in the FireFox browser use CTRL + U Shortcuts in the IE browser, click the right mouse button, select "View Source code."
Tips: Guide retreated in the case of the method: the use of FireFox browser Back Space button or click the "go Back" button (the menu below, a green arrow) in the IE browser approach FireFox and the same.
