HTML Question Answer

1. Which of the following Paragraph tag? (নিম্নলিখিত কোনটো পেৰাগ্ৰাফ টেগ?)
Ans: <p>You Read HTML</p>


2. Which of the following Bold tag? (নিম্নলিখিত কোনটো বোল্ড টেগ?)
Ans: <b>You Read HTML</b>


3. Which of the following Italic tag? (নিম্নলিখিত কোনটো ইটালিক টেগ?)
Ans: <i>You Read HTML</i>


4. Which of the following Underline tag? (নিম্নলিখিত কোনটো ৰেখাঙ্কিত টেগ?)
Ans: <u>You Read HTML</u>


5. Full form of CSS---- (চি.এছ.এছ.-ৰ সম্পূৰ্ণ ৰূপ----)
Ans: Cascading Style Sheets


6. Full form of HTML------ (এইচটিএমএলৰ সম্পূৰ্ণ ৰূপ------)
Ans: Hypertext Markup Language


7. Which of the following heading tag? (নিম্নলিখিত কোনটো হেডিং টেগ?)
Ans: <h1>You Read HTML</h1>


8. Which of the following write code? (নিম্নলিখিত কোনটো লিখাকোড?)
Ans:  


9. Which of the following button tag? (নিম্নলিখিত কোনটো বুটাম টেগ?)
Ans: <button>this is a button</button>


10. Which of the following write code? (নিম্নলিখিত কোনটো লিখাকোড?)
Ans: 


11. Which of the following background tag? (নিম্নলিখিত কোনটো পৃষ্ঠভূমিৰ টেগ?)
Ans: <p style="background: #XXXXXX;">You Read HTML</p>


12. For what purpose is CSS used? (কি উদ্দেশ্যৰ বাবে চি.এছ.এছ. ব্যৱহাৰ কৰা হয়?)
Ans: Designing


13. Which HTML tag is used to define an internal style sheet? (এটা আভ্যন্তৰীণ ষ্টাইল শ্বীট নিৰ্ধাৰণ কৰিবলৈ কোনটো এইচটিএমএল টেগ ব্যৱহাৰ কৰা হয়?)

Ans: <style>


14. Which is the correct CSS syntax? (সঠিক চি.এছ.এছ. বাক্যবিন্যাস কোনটো?)

Ans: {background:color=black;}


15. Which property is used to change the background color? (পৃষ্ঠভূমিৰ ৰং সলনি কৰিবলৈ কোনটো সম্পত্তি ব্যৱহাৰ কৰা হয়?)
Ans: background-color


16. Which CSS property is used to change the text color of an element? (এটা উপাদানৰ পাঠৰ ৰং সলনি কৰিবলৈ কোনটো চিএছএছ সম্পত্তি ব্যৱহাৰ কৰা হয়?)

Ans: color


17. What is the correct syntax to write an HTML comment? (এইচটিএমএল মন্তব্য লিখিবলৈ সঠিক বাক্যবিন্যাস কি?)
Ans: <!--Comment-->


18. What is the effect of the <b> tag? (<b> টেগটোৰ প্ৰভাৱ কি?)
Ans: It converts the text within it to bold font (ই ইয়াৰ ভিতৰৰ পাঠক বোল্ড ফণ্টলৈ ৰূপান্তৰ কৰে)


19. What is the function of the HTML style attribute? (এইচটিএমএল ষ্টাইল এট্ৰিবিউটৰ ফাংচন কি?)
Ans: It is used to add styles to an HTML element. (ইয়াক এইচটিএমএল উপাদানএটাত ষ্টাইল যোগ কৰিবলৈ ব্যৱহাৰ কৰা হয়।)


20. What is the select tag used for? (নিৰ্বাচিত টেগটো কিহৰ বাবে ব্যৱহাৰ কৰা হয়?)
Ans: Creates a combo box. (কম্বো বাকচ এটা সৃষ্টি কৰে।)


21. What is the smallest header in HTML by default? (ডিফল্টভাৱে এইচটিএমএলৰ আটাইতকৈ সৰু হেডাৰটো কি?)
Ans: h6


22. What tag is used to render an image on a webpage? (ৱেবপৃষ্ঠাত ছবি এখন প্ৰদান কৰিবলৈ কি টেগ ব্যৱহাৰ কৰা হয়?)
Ans: img


23. Which attribute is used to provide a unique name to an HTML element? (এইচটিএমএল উপাদানএটাক এক অনন্য নাম প্ৰদান কৰিবলৈ কোনটো গুণ ব্যৱহাৰ কৰা হয়?)
Ans: id


24. Which HTML tag is called the root element of an HTML document? (কোনটো এইচটিএমএল টেগক এইচটিএমএল ডকুমেণ্টৰ মূল উপাদান বুলি কোৱা হয়?)
Ans: <html>


25. How is black color represented in terms of RGB values? (আৰজিবি মানৰ ক্ষেত্ৰত ক'লা ৰং কেনেদৰে প্ৰতিনিধিত্ব কৰা হয়?)
Ans: RGB(0, 0, 0)


26. What does the Alpha value of 0.0 represent? (0.0-ৰ আলফা মূল্যই কি প্ৰতিনিধিত্ব কৰে? )
Ans: Fullly Transparent.


27.  What are the types of unordered lists in HTML? (এইচটিএমএল-ত অঅৰ্ডাৰ নকৰা তালিকাৰ প্ৰকাৰবোৰ কি?)
Ans: Circle, square, dise.


28. What are the types of lists available in HTML? (এইচটিএমএল-ত কি প্ৰকাৰৰ তালিকা উপলব্ধ?)
Ans: Ordered, Unordered Lists.


29. What are the attributes used to change the size of an image?(ছবি এখনৰ আকাৰ সলনি কৰিবলৈ কি গুণব্যৱহাৰ কৰা হয়?)
Ans: Width and height.



Basic of Website Question Answer

1. Website এটাৰ মূখ্য কাম কি?
Ans: Collect and Publish


2. Which of correct Domain name? (শুদ্ধ ডমেইন নামৰ কোনটো?)
Ans: Both


3. https:// ক'ত use কৰা হয় (https:// ক কৰা হয় ব্যৱহাৰ ত)
Ans: Website URL


4. ইয়াৰে কোনটো Search Engine
Ans: Both


5. WordPress আৰু Blogger ত কি বনাব পৰা যায়?

Ans: Website and Blog


6. www ৰ সম্পূৰ্ণ নাম কি?
Ans: World Wild Web


7. Website বনানলৈ কি জানিব লাগিব?
Ans: Both


8. Google এটা Website হয় নে?

Ans: Yes


9. ইয়াৰে কোনটো Browser হয়
Ans: Chrome


10. Website ৰ প্ৰথম Page টোক কি বুলি কয়?
Ans: Home page.


11. Website এটা চাবলৈ সাধাৰনত কি লাগে?
Ans: Computer with Internet


12. HTML stands for - (HTML অৰ্থ হৈছে -)
Ans: Hyper Text Markup Language


13. Which of the following element is responsible for making the text bold in HTML? (এইচটিএমএল-ত পাঠটো ডাঠ কৰাৰ বাবে নিম্নলিখিত কোনটো উপাদান দায়বদ্ধ?
Ans: <b>


14. Which of the following tag is used to insert a line-break in HTML? (এইচটিএমএল-ত লাইন-ব্ৰেক সুমুৱাবলৈ নিম্নলিখিত কোনটো টেগ ব্যৱহাৰ কৰা হয়?)
Ans: <br>


15. Which character is used to represent the closing of a tag in HTML? (এইচটিএমএল-ত এটা টেগ বন্ধ কৰা টো প্ৰতিনিধিত্ব কৰিবলৈ কোনটো বৰ্ণ ব্যৱহাৰ কৰা হয়?)

Ans: /


16. How to insert an image in HTML? (এইচটিএমএল-ত ছবি কেনেদৰে অন্তৰ্ভুক্ত কৰিব?)
Ans: <img src = "jtp.png" />


17. How to add a background color in HTML? (এইচটিএমএল-ত পৃষ্ঠভূমিৰ ৰং কেনেদৰে যোগ কৰিব? )
Ans: <marquee bgcolor = "red">


18. The <hr> tag in HTML is used for - (<hr> এইচটিএমএল-ত টেগটো ইয়াৰ বাবে ব্যৱহাৰ কৰা হয় -)
Ans: horizontal ruler.


19. <input> is - (<input> হৈছে -)
Ans: an empty tag.

20. What is website basics?
Ans: A collection of many web pages,

21. What is a URL link?
Ans: The address of a unique resource on the internet.

22. What is web full form?
Ans: World Wide Web,

23. What is WWW?
Ans: A hypertext-based information system. 

24. What is CSS full form?
Ans: Cascading Style Sheets.

25. What is the full form of Uri?
Ans: Uniform Resource Identifier

26. What is site an example?
Ans: a building site.

27. What type of website is Google?
Ans: Search engines

28. What is "site" short for?
Ans: Website









*******