ervand
07-13-2007, 09:59 AM
What is code to start a new paragraph in html? meaning there will be some space blank and then the text is going to start. How do you call that in English anyways? i would search google if i knew the word.
tnx
tnx
|
||||
new paragraphervand 07-13-2007, 09:59 AM What is code to start a new paragraph in html? meaning there will be some space blank and then the text is going to start. How do you call that in English anyways? i would search google if i knew the word. tnx VIPStephan 07-13-2007, 10:05 AM Uhm… the word is “paragraph” and the HTML element is <p></p> ronaldb66 07-13-2007, 10:24 AM there will be some space blank That is actually called "white space" or "negative space" and is implemented in CSS using the margin or sometimes the padding property (margin being default in the case of paragraphs). felgall 07-13-2007, 10:46 AM You might also use text-indent so as to indent the first line if you do your paragraphs that way. |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum