More on HTML Class 7 MCQ: CBSE Board Class 7 Computer MCQ Questions and Answers with elaborate explanation
More on HTML Class 7 MCQ: CBSE Board Class 7 Computer MCQ Questions and Answers with elaborate explanation. Students get here all Important MCQ on More on HTML Class 7.
More on HTML Class 7 MCQ with Answers and Explanations:
(1) The language that is used to create webpages
(a) MS-Word b) MS-Excel c) Q-Basic d) HTML
Explanation :-HTML stands for Hyper Text Markup Language. This language is used for creating and showing/ running the webpages on the internet. Such type of language is made up of text and some special codes which are known as tags which helps / guides the web browser how the contents in the web pages should be shown. The web pages on the internet are linked with the help of HTML. The files/ documents are in HTML are always saved with the files extensions as .htm and .html. HTML documents are always written in uppercase and lowercase characters. HTML document is always written in the text editors as like Notepad, Gedit and the word processors like Wordpad, MS- Word and Writer.
(2) This are the basic tags, that appears at the beginning and at the end of the document.
(a) <HTML></HTML>
b) <TITLE></TITLE>
c) <HEAD></HEAD>
d) <BODY></BODY>
Explanation :-These tags are made use for defining the structure/format of your webpage. To hold the control over the layout and formatting of the elements that are used in the webpage. This tags are also been termed as building blocks in HTML. <HTML> tag is sued at the before of the entire text in the webpage whereas </HTML> tag appears at the end of all the text in the webpage.
(3) It is used as the header of the document i.e adds expressive information to the webpage.
(a) <HTML></HTML>
b) <TITLE></TITLE>
c) <HEAD></HEAD>
d) <BODY></BODY>
Explanation :-This tag is used to add the expressive information to your webpage. This tag has container tags like <HEAD> (opening/starting tag ) and <HEAD> (ending/ closing tag). <HEAD> tag always comes beneath the <HTML> tag whereas after pressing the ENTER key for two times type </HEAD> which defines where the other descriptive information and title will appear in the webpage.
(4) This tag is used to add title to the HTML document, i.e helps the people to search the webpage.
(a) <HTML></HTML>
b) <TITLE></TITLE>
c) <HEAD></HEAD>
d) <BODY></BODY>
Explanation :-We can display the contents of the page by using this tag. The title of the page (the contents of the page) is displayed at the Title bar of the web browser. We may also give title to the page by making using of this tag, so that it’s easier for one to search for the webpage.
(5) This tag is used for including the contents like paragraphs, lists, tables and images that can be easily noticed in the body of the HTML document.
<HTML></HTML>
b) <TITLE></TITLE>
c) <HEAD></HEAD>
d) <BODY></BODY>
Explanation :-These tags are the container elements which are used to display the contents of the webpage/document. This tags also appears in the both pairs that is opening <Body> and closing </Body> tags. The <BODY> tag is used below the </HEAD> tag where as</BODY> tag appears above the </HTML> tag.
(6) This tag is used to start the new paragraph in the HTML document.
(a) Head
b) Enter
c) Body
d) Paragraph
Explanation :- You can also give/apply a paragraph in the text of your document. This paragraphs are surrounded by the vertical spaces of one or a half line. some browsers the first line in a paragraph is indented. This tags also used in pairs.<P> stands for Paragraph tag. You can also give/apply a paragraph in the text of your document. This paragraphs are surrounded by the vertical spaces of one or a half line. some browsers the first line in a paragraph is indented. This tags also used in pairs. <P> tag in HTML documents starts with the new paragraph by inserting a blank new line above the new paragraph, whereas the </P> tag ends the paragraph in the document. <P> tag is used in front of the each paragraph on the webpage whereas </P> tag at the end of each paragraph on the webpage.
(7) The tag that is used to break the line and instructs the browser to break the line text and go to a new line.
(a) <P>
b) <BR>
c) <Li>
d) <Head>
Explanation :-The <BR> tag stands for Break and is used to instruct the web browser to break the text the text and go to a new line. this helps to control where the text breaks. When we type the line and it moves towards the right side of the browser window then it (the line) gets break and gets started on the next line. you may also add the blank spaces between the paragraph by using this tag. <BR> tag is an empty element which means that there is only <BR> (opening/starting) tag. <BR> tag is used at the front the line to start the text from a new line
(8) This is used to separate text or add new topics on the webpage.
(a) Title
b) Caption
c) Heading
d) None of these
Explanation :-This tag is used to apply the headings to the webpage. In the webpage you can separate the text or add a new topics with the help of this tags. There are different types of heading tags starting from <H1> to <H6>. <H1> tag states the largest heading (the heading the webpage will appear big in size) whereas the <H6> states the smallest heading (the heading in the webpage will appear in small in size). In the different sections in a page, headings can be in paragraph of text. Headings are always different than the normal font that we make use daily in terms of headings font size can be large, bold or italic, or different color as compared with normal text.
(9) The attribute in HTML you can set the position of the heading and the paragraph in your webpage horizontally.
(a) Alignment
b) Heading
c) SRC
d) All of these
Explanation :-By making use of alignment attribute in HTML you can set the position of the heading and the paragraph in your webpage horizontally. For aligning the paragraph you can align paragraph into left, right, center or justify (which mean the text in the paragraph is setted/ aligned to right and left margins equally). Kindly note that in HTML paragraphs are by default left aligned.
(10) The tag that helps the user to change the look of the text/ text face that is going to appear in the webpage.
(a) <Body>
b) <Title>
c) <Head>
d) <Font>
Explanation :-We can also change the look of the text/ text face that is going to appear in the webpage by using <FONT> tags along with the FACE attribute.. While changing the font in the webpage, it’s a suggestion to specify more than one font, as if you specify only one font and that font is not available then it becomes a hectic situation. If more than one font is specifies/defined then and the first font is unavailable in the system, then the system can take/adjust the font whichever is available in the system but which you had specified from that only. While specifying the font, the fonts must be common i.e is Arial, Times New Roman etc. <FONT FACE=” in front of the text you want to change whereas “> to completing the tag. After specifying the first font , and you wants to specify more than one fonts, then you have add only a ( , comma sign) and then press a spacebar key from the keyboard after every fonts that you have specified.
(11) Nbsp code stands for
(a) No breaking space
b) Not breakable space
c) Non-breaking space
d) No broken space
Explanation :-Nbsp stands for non breaking space. When you type  , the user can easily insert a blank space within the line of text to indent or add the emphasis to your text. The web browsers does not make a line break when you make the insertion of these characters. In the web page, you can make use of the blank spaces to place the elements like photo, graphic etc in a webpage.
(12) The list shows the items in a particular order, or set of instructions and a table of contents, sequentially, that makes your page look attractive then you may make use of ordered list or numbered list.
(a) Ordered list b) bulleted list c) unordered list d) All of these
Explanation :-If you want to show the items in a particular order, or set of instructions and a table of contents, sequentially, which makes your page look attractive then you may make use of ordered list or numbered list. This tag can be appeared/ used in both the pairs that is opening <OL> and closing tags </OL>. You have to add <OL> tag in front of the list and </OL> at the end of the list.
(13) The list that is used to display the items in a particular order.
(a) Ordered list b) bulleted list c) Materials list d) All of these
Explanation :-Bulleted list or unordered list is used to display the items in a particular order. Bullets list is used to show the list of the contents in such a way that it looks attractive and well organized. You may use of <UL> opening tag in front of the items list whereas </UL> should be used at the end of the item list.
(14) The tag is used for giving background color to a webpage
(a) Font color b) Shading color c) Text color d) BG Color
Explanation :-You can give a background color to a webpage by making use of BGCOLOR attribute. This BGCOLOR attribute comes under the <BODY> tag. For ex :- <BODY> tag
Type BGCOLOR = “?” (replace ? with the colour name or hexadecimal value
(15) With the help of this tags you can change the appearance of the text in your page.
(a) <OL>
b) <P>
c) <BR>
d) <B>, <I>, <U>
Explanation :-By using this <B> , <I>, <U> tags you can change the appearance of the text in your page. <B> tag is used to make the text appear in dark bold characters ,<I> tag is used to make the text look in italics that is in slanting way, <U> tag is used to make appear the text by underlining beneath it (The text gets underlined) and is show in the web page.
Watch
ReplyDelete