การกำหนดรูปแบบข้อความ  

HTML :: text tag :: hn
tag :  <hn> ... </hn>
position :  <body> ... </body>
content :  ใช้กำหนดรูปแบบข้อความให้เป็นหัวเรื่อง
example :  <h1> บทความ HTML <h1>
comment :  ตัว n ของ <hn> สามารถแทนได้ด้วย ตัวเลข 1 ถึง 6

HTML :: text tag :: b
tag :  <b> ... </b>
position :  <body> ... </body>
content : ใช้กำหนดให้ข้อความเป็นตัวหนา
example : <b> bamboolabcode </b>

HTML :: text tag :: l
tag :  <i> ... </i>
position :  <body> ... </body>
content :  ใช้กำหนดให้ข้อความเป็นตัวเอียง
example :  <i> บทความ HTML </i>

HTML :: text tag :: u
tag : <u> ... </u>
position :  <body> ... </body>
content :  ใช้กำหนดให้ข้อความขีดเส้นใต้
example :  <u> bamboolabcode </u>