কম্পিউটার

HTML ট্যাগ


এইচটিএমএল-এ q ট্যাগটি একটি ছোট উদ্ধৃতি নির্দিষ্ট করতে ব্যবহৃত হয়। উদ্ধৃতি চিহ্নগুলি q ট্যাগের ভিতরে থাকা পাঠ্যের চারপাশে ঢোকানো হয় অর্থাৎ উদ্ধৃতি৷

নিম্নলিখিত বৈশিষ্ট্য −

  • উদ্ধৃত করুন :এটি উদ্ধৃতির উৎস url সেট করে।

আসুন এখন ট্যাগ −

বাস্তবায়নের একটি উদাহরণ দেখি

উদাহরণ

<!DOCTYPE html>
<html>
<body>
<h2>Thoughts</h2>
   <p>Warren Buffett quoted,
   <q>It's better to hang out with people better than you. Pick out associates whose behavior is
   better than yours and you'll drift in that direction. </q></p>
   <p>Bill Gates quoted,
   <q>Your most unhappy customers are your greatest source of learning.</q></p>
</body>
</html>

আউটপুট

HTML  q  ট্যাগ

উপরের উদাহরণে, আমরা HTML -

-এ ট্যাগ ব্যবহার করে কিছু উদ্ধৃতি সেট করেছি
<p>Warren Buffett quoted,
<q>It's better to hang out with people better than you. Pick out associates whose behavior is better than yours and you'll drift in that direction. </q>

আপনি উপরে দেখতে পাচ্ছেন, আমরা ট্যাগ ব্যবহার করে উদ্ধৃতি সেট করেছি। আউটপুট ট্যাগ প্রদর্শন করে স্বয়ংক্রিয়ভাবে উদ্ধৃতিগুলির চারপাশে একটি ছোট উদ্ধৃতি যোগ করে।


  1. HTML <time> ট্যাগ

  2. HTML <dl> ট্যাগ

  3. এইচটিএমএল <এম্বেড> ট্যাগ

  4. HTML <dfn> ট্যাগ