4.7 練習
<h1 id="h1_title">這是標題</h1>
<button type="button" id="change_title">標題加上 title1 樣式</button>
<hr>
<p id="p1" class="title1">這是段落</p>
<button type="button" class="btn_para">段落移除 title1 樣式,然後加上 para 樣式</button>
<hr>
<a href="https://tw.yahoo.com" target="_blank" class="link">這是連結</a>
<button type="button" class="btn_link">將「這是連結」文字,改成「Yahoo! 網站」</button>
<hr>
<div>
項目名稱:<input type="text" id="item_add">
</div>
<ul class="list">
<li>項目一<button type="button" class="btn_del">移除</button></li>
</ul>
Last updated