by change do you mean you want to start a new paragraph?
If that is the case, with html just add the paragraph tag
where you want to start a new paragraph and end it with the
If you want to create a new paragraph and want it to align either left, right, or center use add the align formatting to the
tag. It should look something like this:
Your paragraph here
(Note you can replace left with right or center depending on how you want it aligned)
Also, if you are using the paragraph as something that is quoted from some source, you can use the
tags, which will indent your paragraph from the left and right margins. I hardly ever use it, but it might be something you would want to look at.
If you are doing web design, if you don't know it already, I would recommend learning CSS. It is both a time saver AND much more user/browser friendly than standard HTML.
Hope this helps.
2006-09-29 07:56:12
·
answer #1
·
answered by C_Ras 3
·
1⤊
0⤋
First, your topic tag is not valid HTML.
To do a paragraph, you simply need to enclose each seperate paragraph in
...
tags, this won't auto indent the paragraphs, but that can be controlled through style sheets (style="text-indent:3em;")
2006-09-29 15:01:35
·
answer #2
·
answered by John J 6
·
0⤊
0⤋
you can use the
tag to add line breaks to it in between the tags. For spacing use & n b s p ; (without the spaces between)
2006-09-29 14:59:03
·
answer #3
·
answered by Josh Falter 3
·
0⤊
1⤋
Get some professional help here, hope it helps, all the best :)
http://tinyurl.com/o5e26
2006-09-30 05:36:43
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋