HTML Class 4 | paragraph Element
HTML Paragraph Element: <p>
To create a paragraph, simply type in the <p> element with its opening and closing tags:
Output : Single Line Break Tag in HTML:
Use the <br /> tag to add a single line of text without starting a new paragraph:
HTML Single Line Break:
Opening the HTML file in the browser shows that a single line break has been added to the paragraph:
The <br /> element has no end tag.
What is the correct HTML element for inserting a line break?


Comments
Post a Comment
how I can help you?