Html <pre> tag কি?
আমরা এইচটিএমএল কোড এর মধ্যে লাইন ব্রেক বা স্পেস ব্যবহার করি তাহলে out put এ কোন প্রভাব ফেলে না।
কিন্তু আমাদের অনেক সময় প্রয়োজন হতে পারে আমরা যেভাবে লেখাটা লিখব টিক একইভাবে আউটপুট টা দেখাবে সেক্ষেত্রে আমাদেরকে <p> tag এর পরিবর্তে <pre> tag ব্যবহার করতে হবে।
নিচে <p> tag এবং <pre> tag এর উদাহরণ দেয়া হল।
<p> ট্যাগ এর ব্যবহার
<!DOCTYPE html>
<html>
<head>
<title>what is html </title>
</head>
<body>
<pre> coxbza see beach is the most popular torisam area
in bangladesh</pre>
</body>
</html>
এটা যদি আমরাctrl+s দিয়ে সেভ করি এবং ব্রাউজার দিয়ে ওপেন করলে আউটপুট দেখাবে এরকম
coxbza sea the beach is the most popular torisam area
in Bangladesh
<pre> ট্যাগ এর ব্যবহার
এখন<p> tag এর পরিবর্তে <pre> tag ট্যাগ ব্যবহার করি তাহলে আউটপুট দেখাবে এরকম
<!DOCTYPE html>
<titel> </titel>
<html>
<head>
<pre>
Lorem Ipsum is simply dummied text
of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard
dummy text ever since the 1500s
</pre>
</head>
<body>
<pre> </pre>
</body>
</html>
ctrl+s দিয়ে সেভ করলে আউটপুট টা আসবে এরকম
Lorem Ipsum is simply dummied text
of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard
dummy text ever since the 1500s
আজ এই পর্যন্তই। ধন্যবাদ।
মন্তব্যসমূহ
একটি মন্তব্য পোস্ট করুন