p

p
HTML p Element
The HTML <paragraph> element is used to specify a paragraph in the web document. It will separate its content from other content around it to give paragraph-like vertical spacing. Spacing that can be adjusted easily using CSS.

HTML CODE EXAMPLE
<p>I am a paragraph of text content...</p>
<p>I am a paragraph of text content...</p>
<p>I am a paragraph of text content...</p>
 
I am a paragraph of text content...
I am a paragraph of text content...
I am a paragraph of text content...

Related Posts :

  • mark mark HTML mark Element NOTE: This new element is HTML5 and will be a standardized elemen… Read More...
  • meter meter HTML meter Element NOTE: This new element is HTML5 and will be a standardized element in … Read More...
  • nav nav HTML nav Element NOTE: This new element is HTML5 and will be a standardized element in 2014… Read More...
  • menu menu HTML menu Element The HTML <menu> element is made for designating a list. In HTML5(a… Read More...
  • meta meta HTML meta Element The HTML <meta> element is used to specify Metadata for the docume… Read More...

0 Response to "p"

Post a Comment