Feb 3, 2012

Paragraphs, and lines to create a Web page

Filled under:

Appear on a Web page to read the text content into paragraphs to distinguish between such issues as provides facilitated. paragraph and line to create a Web page for the web design when used in html tags which can be found below.

I said in my previous body holds more tag portion of the page content. the general structure of HTML and XHTML Web page you can read offline writing. You want to tell you more directly to the use of the rules of XHTML.

Create a web page, paragraph

To create a web page, paragraph

< p > paragraph content ... </ p >

is used overlay. Let's look at the following example.
< html  xmlns = "http://www.w3.org/1999/xhtml"  xml: lang = "en"  lang = "en" >
< head >
< title > sample web site title </ h1 >
</ head >
< body >
< p > Paragraph 1 </ p >
< p > paragraph 2 </ p >
< p > paragraph 3 </ p >
</ body >
</ html >
The above documents by the registry to see how it looks, open your web browser.
Web page to create line breaks
To create a line on a Web page you need to put a carriage return. In this way allows switching to the next line. Mark end of line
</ br >
create with the label.
< html  xmlns = "http://www.w3.org/1999/xhtml"  xml: lang = "en"  lang = "en" >
< head >
< title > sample web site title </ h1 >
</ head >
< body >
< p > paragraph 1, < br />
The second line < br />
The third row </ p >
< p > paragraph 2 </ p >
< p > paragraph 3 </ p >
</ body >
</ html >

The first paragraph in the above example, we have added 2 new lines. Before starting a new line.

0 comments:

Post a Comment