|
คำสั่ง HTML
ใช้คำสั่ง html ประกอบในคำตอบช่วยเพิ่มสีสรรและลูกเล่นให้กับข้อความดูสวยงามขึ้น
ซึ่งจะต้องมี tag เปิด และ tag ปิด (ห้ามลืมเด็จขาด)
มีคำสั่งที่น่าสนใจดังข้างล่างนี้ นอกเหนือจากนี้ไม่แนะนำให้ใช้....
|
<b>ตัวหนา </b>
|
<font size="3">ขนาดตัวอักษร 12 p </font>
|
|
<u>ขีดเส้นใต้</u>
|
<font size="2">ขนาดตัวอักษร 10 p </font>
|
|
<i>ตัวเอียง</i>
|
<font color="#FF0000" >สีแดง</font>
|
|
<br> ขึ้นบรรทัดใหม่
|
<font color="#008000" >
สีเขียว</font>
|
|
<font color="#0000FF" >
สีน้ำเงิน</font>
|
|
<font color="#FF00FF" >
สีม่วง</font>
|
|
<font color="#C0C0C0" >
สีเทา</font>
|
<marquee width="100" height="20">
</marquee>
การใช้หลายๆ Tag ประกอบกัน
<font color="#FF0000" size="2"><u><b>ตัวหนาขีดเส้นใต้สีแดงขนาด 10 p
</b></u></font>
แทรกรูปภาพ Icon
โดยการ copy tag
ข้างล่างนี้ ที่ตรงกับรูปที่ต้องการ ไปวางไว้ในข้อความ
<img border="0" src="icon/angry.gif" width="15"
height="15">
<img border="0" src="icon/approve.gif" width="15"
height="15">
<img border="0" src="icon/cheeky.gif" width="15"
height="15">
<img border="0" src="icon/cheesy.gif" width="15"
height="15">
<img border="0" src="icon/cool.gif" width="15"
height="15">
<img border="0" src="icon/dead.gif" width="15"
height="15">
<img border="0" src="icon/disappoint.gif" width="15"
height="15">
<img border="0" src="icon/embarrass.gif" width="15"
height="15">
<img border="0" src="icon/goofy.gif" width="15"
height="15">
|