Saturday, June 20, 2015

HTML এর কিছু গুরুত্বপূর্ন ট্যাগ শিখি

HTML ট্যাগ লিস্ট

Tag Description DTD
<!–…–> মন্তব্য করার জন্য STF
<!DOCTYPE> HTML ডকুমেন্টের ধরণ নির্ধারণ করার জন্য STF
<a> লিংক দেওয়ার জন্য STF
<abbr> abbreviation দেওয়ার জন্য STF
<acronym> acronym দেওয়ার জন্য STF
<address> HTML ডকুমেন্টের লেখক/Author এর তথ্য দেওয়ার জন্য STF
<applet> applet এম্বেড করার জন্য TF
<area /> image-map এরিয়া করার জন্য STF
<b> লেখা বোল্ড করার জন্য STF
<base /> Specifies the base URL/target for all relative URLs in a document STF
<basefont /> ফন্ট সাইজ ও কালার নির্ধারণ করার জন্য TF
<bdo> Overrides the current text direction STF
<big> বড় লেখার জন্য STF
<blockquote> উক্তি/ quotation দেওয়ার জন্য STF
<body> বডি দেওয়ার জন্য STF
<br /> লাইন ব্রেক করার জন্য STF
<button> বাটন আনার জন্য STF
<caption> ক্যাপশন দেওয়ার জন্য STF
<center> লেখার মাঝখানে নেওয়ার জন্য TF
<cite> Defines a citation STF
<code> কোড শো করার জন্য STF
<col /> টেবিলের মধ্যে কলাম নেওয়ার জন্য STF
<colgroup> Specifies a group of one or more columns in a table for formatting STF
<dd> Defines a description of an item in a definition list STF
<del> কোন লেখা মোছার জন্য STF
<dfn> Defines a definition term STF
<dir> ডাইরেক্টরী লিস্ট আনার জন্য TF
<div> Defines a section in a document STF
<dl> Defines a definition list STF
<dt> Defines a term (an item) in a definition list STF
<em> Defines emphasized text STF
<fieldset> Groups related elements in a form STF
<font> লেখার আকার, রং নির্ধারণ এর জন্য TF
<form> ফর্ম আনার জন্য STF
<frame /> Defines a window (a frame) in a frameset F
<frameset> Defines a set of frames F
<h1> to <h6> হোডিং আনার জন্য STF
<head> হেড আনার জন্য STF
<hr /> একটি লাইন আনার জন্য STF
<html> ডকুমেন্টটি কোন ধরনের তা শো করার জন্য STF
<i> লেখা ইটালিক করার জন্য STF
<iframe> আইফ্রেম আনার জন্য TF
<img /> ছবি আনার জন্য STF
<input /> ইনপুট ফর্ম আনার জন্য STF
<ins> Defines text that has been inserted into a document STF
<kbd> Defines keyboard input STF
<label> Defines a label for an <input> element STF
<legend> Defines a caption for a <fieldset> element STF
<li> Defines a list item STF
<link /> Defines the relationship between a document and an external resource STF
<map> Defines a client-side image-map STF
<menu> Deprecated. Defines a menu list TF
<meta /> Defines metadata about an HTML document STF
<noframes> Defines an alternate content for users that do not support frames TF
<noscript> Defines an alternate content for users that do not support client-side scripts STF
<object> Defines an embedded object STF
<ol> Defines an ordered list STF
<optgroup> Defines a group of related options in a drop-down list STF
<option> Defines an option in a drop-down list STF
<p> Defines a paragraph STF
<param /> Defines a parameter for an object STF
<pre> Defines preformatted text STF
<q> Defines a short quotation STF
<s> Deprecated. Defines strikethrough text TF
<samp> Defines sample output from a computer program STF
<script> Defines a client-side script STF
<select> Defines a drop-down list STF
<small> Defines smaller text STF
<span> Defines a section in a document STF
<strike> Deprecated. Defines strikethrough text TF
<strong> Defines strong text STF
<style> Defines style information for a document STF
<sub> Defines subscripted text STF
<sup> Defines superscripted text STF
<table> Defines a table STF
<tbody> Groups the body content in a table STF
<td> Defines a cell in a table STF
<textarea> Defines a multiline input control (text area) STF
<tfoot> Groups the footer content in a table STF
<th> Defines a header cell in a table STF
<thead> Groups the header content in a table STF
<title> Defines a title for the document STF
<tr> Defines a row in a table STF
<tt> Defines teletype text STF
<u> Deprecated. Defines underlined text TF
<ul> Defines an unordered list STF
<var> Defines a variable STF
<xmp> Deprecated. Defines preformatted text
By Md sajibur rahman welcome.

No comments:

Post a Comment