Ads

HTML and Web Designing Basics MCQs for IT Exams

वेब डिजाइनिङ खण्ड अन्तर्गत HTML का आधारभूत ट्यागहरू र इन्टरनेट प्रविधिका प्रश्नहरू सोधिन्छन्। यहाँ मुख्य ५० प्रश्नहरू दिइएका छन्।


### HTML & Web Designing - Top 50 MCQs


**१. What does HTML stand for?**

Answer: Hypertext Markup Language


**२. Who is the inventor of HTML and the World Wide Web (WWW)?**

Answer: Tim Berners-Lee


**३. Which HTML tag is used to define the largest heading?**

Answer: <h1>


**४. What is the correct HTML tag for inserting a line break?**

Answer: <br>


**५. Which tag is used to create a hyperlink in HTML?**

Answer: <a> (Anchor tag)


**६. What is the correct HTML attribute used to specify the path of an image?**

Answer: src (e.g., <img src="image.jpg">)


**७. Which HTML tag is used to define a paragraph?**

Answer: <p>


**८. How can you create a numbered list in HTML?**

Answer: <ol> (Ordered List)


**९. What is the extension of an HTML file?**

Answer: .html or .htm


**१०. Which tag is used to define the title of a web page?**

Answer: <title>


**११. All HTML documents must start with which declaration?**

Answer: <!DOCTYPE html>


**१२. Which HTML tag is used to make text bold?**

Answer: <b> or <strong>


**१३. CSS stands for:**

Answer: Cascading Style Sheets


**१४. What is the main purpose of CSS in web designing?**

Answer: To control the layout and style of the web page


**१५. Which HTML tag is used to create a table row?**

Answer: <tr>


**१६. URL stands for:**

Answer: Uniform Resource Locator


**१७. HTML tags are enclosed within which brackets?**

Answer: Angle brackets (< >)


**१८. Which tag is a container for all the visible content of a website?**

Answer: <body>


**१९. What is the correct HTML tag to make text italic?**

Answer: <i> or <em>


**२०. Web pages are viewed and rendered using which software?**

Answer: Web Browser (like Chrome, Firefox)


**२१. Which HTML tag is used to create an unordered (bulleted) list?**

Answer: <ul>


**२२. Inside which HTML element do we put the JavaScript code?**

Answer: <script>


**२३. What is the correct HTML tag for creating a table cell/data?**

Answer: <td>


**२४. Which attribute is used to provide an alternative text for an image if it cannot be displayed?**

Answer: alt


**२५. Choose the correct HTML tag to define important text:**

Answer: <strong>


**२६. What is the correct character for an end/closing tag in HTML?**

Answer: Forward slash (/)


**२७. Which HTML element is used to define the head section of a document, containing metadata?**

Answer: <head>


**२८. How can you open a link in a new tab/browser window in HTML?**

Answer: target="_blank"


**२९. Which tag is used to create a drop-down list in HTML forms?**

Answer: <select>


**३०. What is the correct HTML tag for creating a checkbox?**

Answer: <input type="checkbox">


**३१. What is the correct HTML for making a text input field?**

Answer: <input type="text">


**३२. Which HTML attribute is used to define inline styles?**

Answer: style


**३३. What does XML stand for?**

Answer: Extensible Markup Language


**३४. Which HTML tag is used to define a table header?**

Answer: <th>


**३५. HTML is considered as what type of language?**

Answer: Markup Language


**३६. Which HTML tag is used to add a thematic break or horizontal rule?**

Answer: <hr>


**३७. WWW stands for:**

Answer: World Wide Web


**३८. Which HTML attribute uniquely identifies an element on a web page?**

Answer: id


**३९. Which attribute is used to group multiple elements together for CSS styling?**

Answer: class


**४०. Which HTML5 element is used to display video clips?**

Answer: <video>


**४१. Which HTML5 element is used to display audio files?**

Answer: <audio>


**४२. What is the default background color of a web page?**

Answer: White


**४३. Which tag is used to embed a sub-window or another webpage inside a webpage?**

Answer: <iframe>


**४४. The text written inside comments in HTML is:**

Answer: Not displayed by the browser


**४५. What is the correct syntax for an HTML comment?**

Answer: <!-- Comment Here -->


**४६. Which HTML attribute specifies that an input field must be filled out before submitting a form?**

Answer: required


**४७. What is the main structural tag that wraps the entire HTML content?**

Answer: <html>


**४८. Which CSS property is used to change the text color of an element?**

Answer: color


**४९. Which CSS property is used to change the background color?**

Answer: background-color


**५०. HTTP stands for:**

Answer: Hypertext Transfer Protocol


### निष्कर्ष

वेब डिजाइनिङको आधारभूत ज्ञानका लागि यी ५० प्रश्नहरू प्रभावकारी छन्।

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.

#buttons=(Ok, Go it!) #days=(20)

Our website uses cookies to enhance your experience. Learn More
Ok, Go it!