<div id="default">
<h2> heading </h2>
<div id="big-on-hover">
<h2> heading </h2>
I want to render the text of h2
of <div id="default">
in <div id="big-on-hover">
because both will be same always so I will change at one place it will show all other places also.