-
-
DevelopPlus.net
ขายสคริปต์เว็บไซต์ลงประกาศสินค้า
-
SiamACT.com
เวปไซต์ที่ให้คุณโฆษณาตนเอง
ขายสคริปต์เว็บไซต์ลงประกาศสินค้า
หากว่าคุณต้องการมีเว็บไซต์ลงประกาศสินค้าเป็นของตนเอง
แต่ว่าคุณไม่มความรู้เรื่องการติดตั้งเว็บ ไม่อยากเช่า hosting
โปรดติดต่อมาหาเรา ทางเราจะให้บริการปัญหาเหล่านี้กับท่าน
เวปไซต์ที่ให้คุณโฆษณาตนเอง
SiamACT.com เป็นเวปไซต์ที่ให้คุณสามารถโปรโมท หรือโฆษณาตนเองได้ตามต้องการ
หากคุณมีวิดีโอเกี่ยวกับตัวคุณอยู่แล้วใน YouTube.com และต้องการโฆษณาให้เป็นที่แพร่หลาย
SiamACT.com จะเป็นสื่อกลางของวิดีโอคลิบเหล่านี้
-
-
-
tag:<hn> ... </hn>
position:<body> ... </body>
content:ใช้กำหนดรูปแบบข้อความให้เป็นหัวเรื่อง
example:<h1> บทความ HTML <h1>
comment:ตัว n ของ <hn> สามารถแทนได้ด้วย ตัวเลข 1 ถึง 6
-
tag:<b> ... </b>
position:<body> ... </body>
content:ใช้กำหนดให้ข้อความเป็นตัวหนา
example:<b> bamboolabcode </b>
-
tag:<i> ... </i>
position:<body> ... </body>
content:ใช้กำหนดให้ข้อความเป็นตัวเอียง
example:<i> bamboolabcode </i>
-
tag:<u> ... </u>
position:<body> ... </body>
content:ใช้กำหนดให้ข้อความขีดเ้ส้นใต้
example:<u> bamboolabcode </u>
-
tag:<tt> ... </tt>
position:<body> ... </body>
content:ใช้กำหนดให้ข้อความเป็นแบบพิมพ์ดีด ( tt ย่อมาจาก Typewriter Text )
example:<tt> bamboolabcode <tt>
-
tag:<s> ... </s>
position:<body> ... </body>
content:ใช้กำหนดให้ข้อความถูกขีดฆ่า ( s ย่อมาจาก Strike )
example:<s> bamboolabcode </s>
-
tag:<sup> ... </sup>
position:<body> ... </body>
content:ใช้กำหนดให้ข้อความเป็นตัวยกขึ้น ( sup ย่อมาจาก SuperScript )
example:3 <sup> 2 </sup>
-
tag:<sub> ... </sub>
position:<body> ... </body>
content:ใช้กำหนดให้ข้อความเป็นตัวห้อยลง ( sub ย่อมาจาก SubScript )
example:log <sub> 2 </sub> 10
-
tag:<big> ... </big>
position:<body> ... </body>
content:ใช้กำหนดให้ข้อความใหญ่ขึ้น
example:web site <big> bamboolabcode </big>
-
tag:<small> ... </small>
position:<body> ... </body>
content:ใช้กำหนดให้ข้อความเล็กลง
example:web site <small> bamboolabcode </small>
-
tag:<del> ... </del> <ins> ... </ins>
position:<body> ... </body>
content:ใช้ขีดฆ่าข้อความ ( del = delete ) และข้อความที่ทดแทน ( ins = insert )
example:<del> web site </del> <ins> www </ins>
-
tag:<em> ... </em>
position:<body> ... </body>
content:ใช้กำหนดให้ข้อความเป็น วลี หรือ คำพูด
example:<em> bamboolabcode </em>
-
tag:<strong> ... </strong>
position:<body> ... </body>
content:ใช้กำหนดให้ข้อความถูกเน้นย้ำ
example:<strong> bamboolabcode </strong>
-
tag:<code> ... </code>
position:<body> ... </body>
content:ใช้กำหนดให้ข้อความเป็น โค้ดโปรแกรม
example:<code> <?php echo "bamboolabcode"; ?> </code>
-
tag:<cite> ... </cite>
position:<body> ... </body>
content:ใช้กำหนดให้ข้อความที่อ้างอิงแหล่งที่มาของเนื้อหา ( cite ย่อมาจาก Citations )
example:<cite> bamboolabcode </cite>
-
tag:<dfn> ... </dfn>
position:<body> ... </body>
content:ใช้กำหนดให้ข้อความเป็นคำนิยาม ( Definition )
example:<dfn> bamboolabcode </dfn>
-
tag:<kbd> ... </kbd>
position:<body> ... </body>
content:ใช้กำหนดให้ข้อความเหมือนแป้นพิมพ์ ( kbd ย่อมาจาก keyboard )
example:<kbd> bamboolabcode </kbd>
-
tag:<samp> ... </samp>
position:<body> ... </body>
content:ใช้กำหนดให้ข้อความเป็นตัวอย่าง ( samp ย่อมาจาก Sample )
example:<samp> bamboolabcode </samp>
-
tag:<var> ... </var>
position:<body> ... </body>
content:ใช้เน้นข้อความที่ถูกเปลี่ยนแปลง ( var ย่อมาจาก variable name )
example:<var> bamboolabcode </var>
-
tag:<address> ... </address>
position:<body> ... </body>
content:ใช้กำหนดให้ข้อความเป็นชื่อและที่อยู่
example:<address> bamboolabcode </address>
-
tag:<abbr> ... </abbr>
position:<body> ... </body>
content:ใช้กำหนดชื่อย่อของข้อความ ( abbr ย่อมาจาก Abbreviate )
example:<abbr> www </abbr>
-
tag:<abbr title="value"> ... </abbr>
value:ข้อความ
content:ใช้กำหนด ชื่อเต็ม ของ ชื่อย่อ นั้น
example:<abbr title="world wide web"> www </abbr>
-
tag:<acronym> ... </acronym>
position:<body> ... </body>
content:ใช้กำหนดชื่อย่อของข้อความ
example:<acronym> www </acronym>
-
tag:<acronym title="value"> ... </acronym>
value:ข้อความ
content:ใช้กำหนด ชื่อเต็ม ของ ชื่อย่อ นั้น
example:<acronym title="world wide web"> www </acronym>
-
tag:<bdo> ... </bdo>
position:<body> ... </body>
content:ใช้กำหนดใ้ห้ ข้อความ เป็นแบบ ย้อนกลับ ( bdo ย่อมาจาก bi-directional algorithm )
example:<bdo> bamboolabcode </bdo>
-
tag:<bdo dir="value"> ... </bdo>
value:rtl คือ right to left,
ltr คือ left to right
content:ใช้กำหนดว่าจะให้ตัวอักษรเรียงจากซ้ายไปขวา หรือขวาไปซ้าย
example:<bdo dir="rtl"> bamboolabcode <bdo>
-
tag:<blockquote> ... </blockquote>
position:<body> ... </body>
content:ใช้กำหนดว่าข้อความอ้างอิงมาจากที่อื่น
example:<blockquote> bamboolabcode </blockquote>
-
tag:<q> ... </q>
position:<body> ... </body>
content:ใช้กำหนดว่าข้อความอ้างอิงมาจากที่อื่น ( แบบสั้น ) ( q ย่อมาจาก quote )
example:<q> bamboolabcode </q>
-
tag:<font size="value"> ... </font>
value:ตัวเลข,
+ตัวเลข เป็นการเพิ่มขนาดเมื่อเทียบกับขนาดเดิม,
-ตัวเลข เป็นการลดขนาดเมื่อเทียบกับขนาดเดิม
position:<body> ... </body>
content:ใช้กำหนดขนาดให้กับข้อความ โดยสามารถกำหนดได้ตั้งแต่เลข 1 ถึง 7
example:<font size="+2"> bamboolabcode </font>
-
tag:<font face="value"> ... </font>
value:ชื่อฟอนต์
position:<body> ... </body>
content:ใช้กำหนด font ให้กับข้อความ
example:<font face="coronet"> bamboolabcode </font>
-
tag:<font color="value"> ... </font>
value:ชื่อสี, #ค่าสี
position:<body> ... </body>
content:ใช้กำหนดสีให้กับข้อความ
example:<font color="#00ccff"> bamboolabcode </font>