Untitled Document <script> <br>$(document).ready(function(){ <br>a=$("#p1")[0].innerText; <br>$("#p2")[0].innerHTML=a; <br><br>}) <br></script>
<script> <br>window.onload=function() { <br>a=document.getElementById("p1").innerText; <br>document.getElementById("p2").innerHTML=a; <br><br>} <br></script>
This is the current title
This is the title