Introduction to HTMLCbse Class 6 - APC Understanding Computer Studies
Introduction to HTML Cbse Class 6 - APC Understanding Computer Studies Choose the correct option Question 1 In an HTML document, what does the letter H mean? Hypo Hypothesis Hyper Hyphen Answer Hyper Reason — The full form of HTML is Hyper Text Markup Language. Question 2 Which of the following is the correct representation of html tags? {..........} <..........> (..........) all of the above Answer <..........> Reason — Tags are marked by the angle braces (<...>). For example, <HTML>, <TITLE>, <HEAD> , etc. are tags. Question 3 Which of the following heading tags will display the largest heading size? H1 H6 H4 H3 Answer H1 Reason — Heading tag includes six different levels of headings which vary from <H1> to <H6> . <H1> tag is used to define the largest heading whereas, <H6> defines the smallest heading. Question 4 Which of the following is created using HTML? Website Webpage Web browser None Answer Webpage Reason