38 lines
1.9 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="https://ckeditor.com/docs/ckeditor5/latest/assets/img/favicons/32x32.png"
sizes="32x32">
<meta charset="utf-8">
<title>CKEditor 5 Development Sample</title>
<style>
body {
max-width: 800px;
margin: 20px auto;
}
</style>
</head>
<body>
<h1>CKEditor 5 Development Sample</h1>
<div id="editor">
2025-01-08 13:16:10 +07:00
<p><span style="font-size:16pt;">คำภาษาอังกฤษในข้อใด<strong>ไม่สามารถ</strong>ใช้คำไทยแทนได้</span></p>
<p><span style="font-size:16pt;">ก. ร่างกายที่</span><span style="color:#0070c0;font-size:16pt;"><u>ฟิต</u></span><span
style="font-size:16pt;">จะช่วยป้องกันการบาดเจ็บที่เกิดจากความเหนื่อยล้า</span></p>
<p><span style="font-size:16pt;">ข. การบริหารข้อมืออาจใช้วิธีบีบลูก</span><span
style="color:#e97132;font-size:16pt;"><u>เทนนิส</u></span><span
style="font-size:16pt;">ในท่ากระดกข้อมือขึ้นลง</span></p>
<p><span style="font-size:16pt;">ค. นัก</span><span style="color:#4ea72e;font-size:16pt;"><u>กอล์ฟ</u></span><span
style="font-size:16pt;">ควรออกกําลังและบริหารร่างกายให้มีกล้ามเนื้อที่แข็งแรง</span></p>
<p><span style="font-size:16pt;">ง. กล้ามเนื้อที่มีความยืดหยุ่นดีจะทนทานพอที่จะเล่นให้จบ</span><span
style="color:#7030a0;font-size:16pt;"><u>เกม</u></span></p>
</div>
<script src="./ckeditor.dist.js"></script>
</body>
</html>