How do I make a new paragraph?
Answers were Sorted based on User's Feedback
Answer / chiranjeevi
if we developing html in the Design mode simply push "Enter"
button on keyboard. It will generate a paragraph
If we developing in Code mode the move the text in between
"<p>" and "</p>" tags.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / guest
Inserting thetag at the beginning of your paragraph will
drop the text down two lines. (If you insert the
tag, it will drop your text down one line.)
| Is This Answer Correct ? | 0 Yes | 3 No |
Compare HTML and DHTML?
If I do not put <! DOCTYPE html> will HTML 5 work?
Why we use 'clear' in html?
List the media types and formats supported by html ?
How do you pronounce mont blanc?
What is transitional xhtml?
Which is best html debugging tool.
What is the difference between <link> and <a> tags?
What is meta tag description?
What does html stand for?
What is ul in html?
Can we use multiple <header> and <footer> elements in html5?