HTML Attribute
- HTML element এ Attribute থাকতে পারে
- Element এ কিছু বাড়তি তথ্য জুড়ে দেয় attribute
- Attribute সবসময় Start tag এর মধ্যে declare করা হয়
- Attribute নাম/মান আকারে জোড়ায় হয় । যেমনঃ name="value"
উদাহরনঃ
<a href="http://htmlinbangla.blogspot.com/">This is a link</a>
Attribute value সর্বদা উদ্ধৃতি হিসেবে লিখুন
Attribute এর নাম এবং মান case-sensitive নয়।
তবুও World Wide Web Consortium (W3C) এর সুপারিশ হচ্ছে lowercase attribute বা attribute value ব্যবহার করা।
HTML এর নতুন ভার্সন XHTML এ lowercase attribute ব্যবহার করা জরুরি।
HTML attribute এর reference
HTML এ ব্যবহৃত সকল বৈধ attribute এর তালিকা দেয়া আছে এখানে,
নিচে HTML element ব্যবহৃত কিছু attribute এবং তার description দেয়া হল ।
Attribute
|
Description
|
class
|
Specifies one or more
classnames for an element
(refers to a class in a
style sheet)
|
id
|
Specifies a unique id
for an element
|
style
|
Specifies an inline CSS
style for an element
|
title
|
Specifies extra
information about an element (displayed as a tool tip)
|
কোন মন্তব্য নেই:
একটি মন্তব্য পোস্ট করুন