HTML粗體碼

2007-11-09 4:53 pm
點樣整個button可以上面有一個B字..之後禁落去
在下面的文字區域的文字可以變粗體??

回答 (1)

2007-11-09 5:21 pm
✔ 最佳答案
你要使用 javascript + CSS + 圖層技術:
程式碼如下 :
<p>
<button style="width=100px;height:30px;"
onclick="document.getElementById('div1').style.fontWeight='bold'">B</button>
</p>
<div id="div1"
style="width:400px;height:400px" >
The business world is becoming more and more a fast changing one.
For business leaders, no matter the size of the enterprise,
from the smallest SME to the largest multi-national,
the ability to adapt to change has become a key concern.
</div>

你可以按以下網址測試結果:
http://www.yuenkong.edu.hk/test/bold.htm


2007-11-09 16:33:17 補充:
你需要的是一種控制項名叫 HTML Text Editor :其中一個下載點 :http://sourceforge.net/projects/richtext/也可以在 google.com 以關鍵字 HTML Text Editor for web pages 搜尋。
參考: me


收錄日期: 2021-04-13 14:23:27
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20071109000051KK00498

檢視 Wayback Machine 備份