HTML Paragraphs

What Are Paragraphs

HTML Paragraphs. Now that you have the basic structure of an HTML document, you can mess about with the content a bit. HTML Paragraphs, this is where you will place your main text content and should be under a heading. You open a HTML paragraph with <p> and close a paragraph with </p> the text in paragraphs should be about the topic of your page and also mention keywords a few times this will help your SEO. Do not copy text from other websites as Google already has those sites indexed and will penalize your site by not including it on its search engine. Google likes new content, so just think about what you want to tell your visitors and put it into words, easy as that. Create sections on the page using the heading tags then a few HTML paragraphs then another heading tag followed by some more HTML paragraphs until you have added all the content for the page.
The <p> tag is for paragraphs.



How To Create HTML Paragraphs

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html>
<head>
<title>How To Create a Website - Free Tutorial Site - Learn How To Make a Website</title>
<meta name="description" content="How To Create a Website isn't that difficult, once you know how! How to create a website is a free tutorial site, learn how to make a website using easy to understand, website builders, design tips, website design tutorials and lots more." />
<meta name="keywords" content="how to create a website, how to create a website, to create a website, create a website, create website, create, website, make a website, make a free website, free website, Yola, affordable website design, website design, design, free tutorial site, learn how to make a website, web, free, tutorial, site, how to create a website free, website builders, HTML, webmaster tools" />
</head>
<body>
<h1>How To Create a Website</h1>
<p><b>How To Create a Website</b> isn't that difficult - once you know how! But where do you start? How to Create a Website is a free tutorial site on making a website, learn how to make a website.</p>

<h2>How To Create a Website - Free Tutorials</h2>
<p>The preparation phase of your website is very important. Not only will good site planning make the building process much more effective, it will also increase the likelihood that your site will include all the essential pieces.</p>

</body>
</html>



Line Break In A Paragraph

The line-break tag can also be used to separate lines like this:

<p>Welcome to my Website<br />
Here I will show you how to make Paragraphs.</p>

Or:

<p>Welcome to my Website<br /><br />

Here I will show you how to make Paragraphs.</p>



Try Creating Paragraphs Yourself


<h1>How To Create a Website</h1>
<p><b>How To Create a Website</b> isn't that difficult - once you know how! But where do you start? How To Create a Website is a free tutorial site on making a website, learn how to make a website.</p>


<h2>How To Create a Website - Free Tutorials</h2>
<p>The preparation phase of your website is very important. Not only will good site planning make the building process much more effective, it will also increase the likelihood that your site will include all the essential pieces.</p>

Try it yourself with our Professional HTML Web Editor take the above code copy it, go to our web editor push the VIEW/EDIT HTML button paste the code then push the VIEW/EDIT HTML button again and you will see how the code looks in a web page, try the editor make your own codes and see what the HTML looks like and then copy the html code to your site use the HTML Editor.

paragraphs

Related Pages





2create a website
STOP! READ THIS! Want to make a website and don't know where to start click here
Make a Website