39 lines
2.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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">
<p><span style="font-size:16pt;">คําภาษาอังกฤษในข้อใด<strong>ไม่สามารถ</strong>ใช้คําไทยแทนได้&nbsp;</span></p>
<p><span style="font-size:16pt;">ก. ร่างกายที่</span><span
style="color:rgb(0,112,192);font-size:16pt;"><u>ฟิต</u></span><span
style="font-size:16pt;">จะช่วยป้องกันการบาดเจ็บที่เกิดจากความเหนื่อยล้า&nbsp;</span><br><span
style="font-size:16pt;">ข. การบริหารข้อมืออาจใช้วิธีบีบลูก</span><span
style="color:rgb(233,113,50);font-size:16pt;"><u>เทนนิส</u></span><span
style="font-size:16pt;">ในท่ากระดกข้อมือขึ้นลง&nbsp;</span><br><span style="font-size:16pt;">ค. นัก</span><span
style="color:rgb(78,167,46);font-size:16pt;"><u>กอล์ฟ</u></span><span
style="font-size:16pt;">ควรออกกําลังและบริหารร่างกายให้มีกล้ามเนื้อที่แข็งแรง&nbsp;</span><br><span
style="font-size:16pt;">ง. กล้ามเนื้อที่มีความยืดหยุ่นดีจะทนทานพอที่จะเล่นให้จบ</span><span
style="color:rgb(112,48,160);font-size:16pt;"><u>เกม</u></span></p>
</div>
<script src="./ckeditor.dist.js"></script>
</body>
</html>