Forum Moderators: open
I can accomplish the same thing with <BR><BR>
I do all of my HTML in textpad though, WYSIWYG editors are notorious for over-using HTML. I also use CSS instead of <font></font> tags since it makes the HTML cleaner and generally easier to read by the search engines.
Semantics... It's all about understanding a document!
<h1> says "maintopic" <h2> says subtopic, <p>says "paragraph"; user agents get this, bots are user agents.
For more of an incentive, have a read of the first post here [webmasterworld.com].
Google PageRank of 8, and Alexa PageRank of under 100,000
Neither of those have anything to do with how a user agent understands your code. I could have a page with nothing but the letter "k" on it using no markup whatsoever and get those results.
Some would say (I tend towards this class) you should have validating, xhtml 1.1 code using css to format everything. Others would say text files are fine, or perhaps html 2.0 or 3.2.
It's really up to you, the the decision should be based upon your goals. What do you want to accomplish on the web?
If your question is: will the lack of valid markup (html code) hurt my search engine rankings? My personal experience is that search engines couldn't care less. Others on this board have different opinions.
Richard
I have read that the first sentence of a "paragraph" is important
Most paras written for the web are short, often consisting of only one sentence, so I doubt if any search engine puts any weight on this.
I rarely use P tags. I set the font at the div level, or a span, and use <br /><br /> to create new paras. Less code and must be easier to render.
IMHO the P tag was useful in the days when the internet was just used to send text information. The P tag copied the format of commercial letters with a blank line between paras. The <br /> tag is more flexible and suited to a varied layout.
<edit> why is this in the Google forum anyhow?</edit>
<mod note: let's stick to the Google issue (whether the first sentence in a <p>paragraph</p> is important for rankings). The interesting HTML issues belong over here [webmasterworld.com]>
And even if it was true, in this volatile world, it might not be true tomorrow.
Off topic: a valid HTML document is a document that validates. Choice of tags has nothing to do with it.