p tag

Defines paragraph.

    
<p>This is a sample of the p tag in action!</p>
    
  

JavaScript

Scripts the browser.

    
var x = 10;
function test() {
  console.log(x);
}