Category: HTML

0

HTML Entities

1.แสดงอุณหภูมิ  C°  C<span>&#176;</span>

CKEditor สำหรับการนำเข้าข้อมูลในเว็บ

CKEditor สำหรับการนำเข้าข้อมูลในเว็บ

ตัวอย่างโค๊ด <!DOCTYPE html> <html> <head> <meta charset=”utf-8″> <title>CKEditor</title> <script src=”//cdn.ckeditor.com/4.5.11/standard/ckeditor.js”></script> </head> <body> <textarea name=”editor1″></textarea> <script>   CKEDITOR.replace( ‘editor1’ );   </script> </body> </html> แหล่งที่มา http://cdn.ckeditor.com/