I have this code
var pathname = window.location.pathname;
That take the current browser url
How can i paste the pathname into an html element like a p tag?
I have this code
var pathname = window.location.pathname;
That take the current browser url
How can i paste the pathname into an html element like a p tag?