Computer >> คอมพิวเตอร์ >  >> การเขียนโปรแกรม >> HTML

สร้างเนื้อหาในตัวเองใน HTML5


ใช้แท็ก

เพื่อสร้างเนื้อหาในตัวเอง คุณสามารถลองเรียกใช้โค้ดต่อไปนี้เพื่อใช้แท็ก
ใน HTML5 -

ตัวอย่าง

<!DOCTYPE html>
<html>
   <head>
      <title>HTML figure Tag</title>
   </head>
   
   <body>
      <h2>Tutorialspoint Coding Ground</h2>
      <figure>
         <img src = "https://www.tutorialspoint.com/videotutorials/images/coding_ground_home.jpg"/>
      </figure>
   </body>
</html>