StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have -- and this forum will be removed on July 1st, 2013.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-05-2012, 03:19 PM
447's Avatar
447 447 is offline
Registered User
Genesis Member
 
Join Date: Jan 2012
Posts: 223
Default Necessity of <p> tags for bodies of text

I noticed today that I had forgotten to implement <p> tags in several bodies of text but they were still showing up and displaying how they should in the browser. It seems like having a body of text without tags would confuse the search engine spiders.


And to further the inquiry, if I put down <blockquote> before a body of text, do I need to also put in a <p> tag?

The same with <div> tags. If I put in something like this:

Code:
<div style=""> 
1st Body of text here

2nd Body of text here
</div>

should it be this?
Code:
<div style=""> 
<p>Body of text here</p>
<p>body of text here </p>
</div>


I think I am just confusing myself at this point
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
<p> tags in text editor mickiforbes General Discussion 9 03-09-2012 03:51 PM
inserting text in <head> tags wardrob2 General Discussion 16 11-11-2009 01:47 AM


All times are GMT -5. The time now is 01:49 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.