Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

p tag

<!-- A paragraph is marked up as follows: -->
<p>This is some text in a paragraph.</p>


<!-- Align text in a paragraph (with CSS): -->
<p style="text-align:right">This is some text in a paragraph.</p>
 
PREVIOUS NEXT
Tagged: #tag
ADD COMMENT
Topic
Name
2+2 =