見出しを追加(変更)する

$('div#content').html('<h3>追加された見出し</h3>');

※ 上はcontent属性に文字を追加(変更)する


実行例

段落1


変更前のhtml
<div id="content">
	<p>段落1</p>
</div>