p tag
Defines paragraph.
<p>This is a sample of the p tag in action!</p>
Defines paragraph.
<p>This is a sample of the p tag in action!</p>
Scripts the browser.
var x = 10;
function test() {
console.log(x);
}