You can edit / change the code and click run button
x
 
1
2
3
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
    <title>Html Paragraph Tag</title>
6
    <link rel="stylesheet" type="text/css" href="http://www.snoopcode.com/html/practice/css/mystyle.css">
7
    <script type="text/javascript" href="myjavascript.js"></script>
8
<script>var clicky_site_ids = clicky_site_ids || []; clicky_site_ids.push(101319977);</script><script async src="//static.getclicky.com/js"></script>
9
10
<h1>HTML Paragraph Tag Example</h1>
11
<p style="color:red;">This is a Paragraph Tag</p>
12
<p>The HTML p element (or HTML Paragraph Element) represents a paragraph of text..</p>
13
14
15