<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
<
html
>
<
head
>
<
script
>
$(document).ready(function(){
var str = $("span:first").html();
$("span:last").html(str);
});
</
script
>
<
style
>
span { color:blue; margin:8px; }
b { color:red; }
</
style
>
</
head
>
<
body
>
<
span
><
b
>Test</
b
> Paragraph.</
span
><
br
/>
<
span
></
span
>
</
body
>
</
html
>
Posted by 홍반장