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 |
What is the use of dhtml?
What other ways can be used to align images and wrap text?
What is html5 new input type?
How many types of heading does an html contain?
What is description list?
What are the new <input> types for form validation in html5?
What is the purpose of Socket.bufferedAmount atribute of WebSocket?
Why doctype is used in html?
What is semantic elements in html5? List some semantic elements
What xhtml means?
What is tr td th in html?
Does a hyperlink only apply to text?