Give me 10 MCQ on the topic working of internal and HTML.

Understand the Problem

The question is asking for the creation of 10 multiple choice questions (MCQs) related to the working of internal mechanisms of programming languages and HTML. This would involve understanding specific functions, features, and principles pertaining to both areas.

Answer

["HTML stands for Hyper Text Markup Language.","Hyperlinks are created using the <a> tag.","The correct sequence to start a webpage is HTML, head, title, body.","An ordered list is created using <ol>.","<p> is used for paragraphs.","<img> is used for images.","HTML comments are written as <!-- comment -->.","The 'id' attribute is for unique Identifiers.","'style' attribute is used for inline styles.","Tim Berners-Lee is the father of HTML."]

[{"question":"HTML stands for ____.","options":["Hyper Text Markup Language","Hyper Text Transfer Language","High-Level Text Markup Language","Hyperlink Text Markup Language"],"correct":"Hyper Text Markup Language"},{"question":"To create a hyperlink in HTML, which tag is used?","options":["","","",""],"correct":""},{"question":"What is the correct sequence of HTML tags for starting a webpage?","options":["head, title, HTML, body","HTML, body, title, head","title, head, body, HTML","HTML, head, title, body"],"correct":"HTML, head, title, body"},{"question":"How to create an ordered list in HTML?","options":["","

    ","
      ",""],"correct":"
        "},{"question":"Which element in HTML is used for creating a paragraph?","options":["","","

        ",""],"correct":"

        "},{"question":"To insert an image in a web page, which tag is used?","options":["","","",""],"correct":""},{"question":"How do you write a comment in HTML?","options":["// this is a comment","","/* this is a comment */","# this is a comment"],"correct":""},{"question":"Which attribute is used to provide a unique identifier for an HTML element?","options":["class","id","ref","key"],"correct":"id"},{"question":"Which HTML attribute is used to define inline styles?","options":["font","styles","class","style"],"correct":"style"},{"question":"Who is considered as the father of HTML?","options":["Tim Berners-Lee","Dennis Ritchie","James Gosling","Larry Page"],"correct":"Tim Berners-Lee"}]

More Information

These questions cover the basic usage of HTML tags and general information about HTML. They help reinforce understanding of HTML structure and syntax.

Tips

Avoid confusing attributes like 'id' and 'class', as they have different purposes. Understanding tag pairs like

    and
      is crucial for list creation.

AI-generated content may contain errors. Please verify critical information

Thank you for voting!
Use Quizgecko on...
Browser
Browser