You are viewing our Forum Archives. To view or take place in current topics click here.
HTML coding help ! {50 rep}
Posted:
HTML coding help ! {50 rep}Posted:
Status: Offline
Joined: Feb 12, 201113Year Member
Posts: 2,760
Reputation Power: 124
Status: Offline
Joined: Feb 12, 201113Year Member
Posts: 2,760
Reputation Power: 124
I'm new to this and I was wondering when I put in <body> text here </body>
How do I make a new paragraph ?
How do I make a new paragraph ?
#2. Posted:
Status: Offline
Joined: Feb 24, 201113Year Member
Posts: 26
Reputation Power: 1
Status: Offline
Joined: Feb 24, 201113Year Member
Posts: 26
Reputation Power: 1
#3. Posted:
Status: Offline
Joined: May 21, 201113Year Member
Posts: 59
Reputation Power: 3
Status: Offline
Joined: May 21, 201113Year Member
Posts: 59
Reputation Power: 3
all you do is just put
<p>your text goes here</p>
<p>your text goes here</p>
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jun 09, 201212Year Member
Posts: 19
Reputation Power: 1
Status: Offline
Joined: Jun 09, 201212Year Member
Posts: 19
Reputation Power: 1
As stated above it would be like this.
<body>
<p>Text Here</p> < That's a paragraph. If you would like another paragraph, do the same as before like,
<p>text here</p>
</body>
And you would have 2 paragraphs. Example below of what 2 paragraphs would like with no text between.
<body>
<p>Text Here</p> < That's a paragraph. If you would like another paragraph, do the same as before like,
<p>text here</p>
</body>
And you would have 2 paragraphs. Example below of what 2 paragraphs would like with no text between.
<body>
<p>Text you want in paragraph here</p>
<p>Another paragraph here</p>
</body>
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.