I am trying to write It looks this way because the HTML tag <p> is does not skip lines without a break, <br> tag.
on my html page but it always cuts off the tags. How can I leave them on the page?
Asked
Active
Viewed 125 times
0

Grady D
- 1,889
- 6
- 30
- 61
-
Possible similar question: http://stackoverflow.com/questions/1756164/how-to-print-code-on-html – The Thirsty Ape Jan 11 '14 at 22:05
-
What you're trying to achieve is described here http://stackoverflow.com/questions/2820453/display-html-code-in-html – termil0r Jan 11 '14 at 22:07
1 Answers
3
use <
and >
like this : <p>
i am in a p tag</p>
result is: <p>i am in a p tag</p>

mehdi
- 1,755
- 2
- 15
- 21