HTML ট্যাগ সম্পর্কে বেসিক জ্ঞান (Basic knoledge about tags of HTML)
ট্যাগ শুরু এবং শেষ (Starting & Ending ) :-
< > = ট্যাগ শুরু ( <html> ) (<> = The tag is start <html > )
</ > = ট্যাগ শেষ (</html >) ( </ > = The tag is end (</html > )
html ট্যাগ (html Tag ) : -
সমস্ত এইচটিএমএল কোড <html> এবং </html> ট্যাগের মধ্যে লেখা হয় (All the HTML codes are write inside the <html> and </html> tag )
head ট্যাগ (head Tag ) : -
<head > ট্যাগটিতে মেটাডেটা (ডকুমেন্টের শিরোনাম, চরিত্রের সেট, শৈলী, লিঙ্ক, স্ক্রিপ্ট), ওয়েব পৃষ্ঠা সম্পর্কে নির্দিষ্ট তথ্য যা ব্যবহারকারীর কাছে প্রদর্শিত হয় না। মেটাডেটা ওয়েব পৃষ্ঠা সম্পর্কে প্রযুক্তিগত তথ্য সহ ব্রাউজার এবং অনুসন্ধান ইঞ্জিন সরবরাহ করে। (The <head> tag contains metadata (document title, character set, styles, links, scripts), specific information about the web page that is not displayed to the user. Metadata provides browsers and search engines with technical information about the web page.)
title ট্যাগ (title Tag ) :-
এইচটিএমএল <title > ট্যাগটি HTML নথির শিরোনাম নির্দেশ করার জন্য ব্যবহৃত হয় (The HTML <title> tag is used for indicating the title of the HTML document. )
body ট্যাগ (body Tag ) :-
এইচটিএমএল <body> ট্যাগটি HTML ডকুমেন্টের মূল বিষয়বস্তু বিভাগটি চিহ্নিত করতে ব্যবহার করা হয় যা ব্যবহারকারীর কাছে দৃশ্যমান। (The HTML <body> tag is used for indicating the main content section of the HTML document which is visible to user.)
0 Comments