কম্পিউটার

কিভাবে HTML এ প্রিফরম্যাটেড টেক্সট যোগ করবেন?


HTML এ প্রিফরম্যাট করা টেক্সট যোগ করতে

<!DOCTYPE html>
<html>
   <head>
      <title>HTML pre Tag</title>
   </head>
   <body>
      <pre>
         This text is
         in a fixed-pitch
         font, and it preserves
         both spaces and line breaks
      </pre>
   </body>
</html>

  1. HTML <del> ট্যাগ

  2. HTML <s> ট্যাগ

  3. HTML <bdo> ট্যাগ

  4. HTML <big> ট্যাগ