এইচটিএমএল কোড এবং pre ট্যাগ পর্ব - ২৩











code tag এর মাধ্যমে আপনার text কে computer code এর মত করে লেখতে পারেন। এটা সাধারন ভাবে text এর  font face, size, এবং letter spacing পরিবর্তন করতে পারে।



This text has been formatted to be computer <code>code</code>!

প্রদর্শন: Computer Code

This text has been formatted to be computer code!

Use this tag to separate any computer code you wish to display on your website. It is not always necessary, but the tag exists if you so desire.
HTML - Code Links

পৃথক link হিসাবে আপনার web page এ দেখাতে পারেন।


<p>Feel free to search <a href="http://www.google.com" target="_blank">
<code>Google</code>
</a> for
anything you wish to find on the internet.</p>


প্রদর্শন: Code Links:

Feel free to search Google for anything you wish to find on the internet.


HTML - <pre> Preformatting

<pre> tag এর সুবিধা হল HTML coding এর সময় যেভাবে আমরা লাইন ব্রেক, স্পেস নির্দেশ করে দিবো ঠিক সেভাবে টেক্সট প্রদর্শিত হবে।অর্থ্যাৎ যেভাবে কোড লিখবেন সেভাবেই আউটপুট দেখাবে।


<pre>
Roses are Red,
এখানে কয়েকটা স্পেস আছেViolets are blue,
I may sound crazy,
এখানে কয়েকটা স্পেস আছেBut I love you!
</pre>

প্রদর্শন:

Roses are Red,
     Violets are blue,
I may sound crazy,
     But I love you!

Hasan AL Banna

About Hasan AL Banna

Author Description here.. Nulla sagittis convallis. Curabitur consequat. Quisque metus enim, venenatis fermentum, mollis in, porta et, nibh. Duis vulputate elit in elit. Mauris dictum libero id justo.

Subscribe to this Blog via Email :