79 solutions available
Question 1What does W3C stand for?
Question 2Which elements have both starting and ending tags?
Question 3How many heading levels can be defined in HTML?
Question 4Write the tag which is used as a separator between blocks of text.
Question 5Which attribute of HTML tag specifies the language used within the document?
Question 6What is the utility of <P> tag?
Question 7Which tag is used to set Font Face, Size, Color, and other attributes for the whole HTML document?
Question 8What type of lists are supported by HTML?
Question 9Name any one software for each of the following categories:a. Text Editorb. Web Browser
Question 1Mihir wants to know the name of any two text editors that can be used to write the code for an HTML webpage. Can you provide him with the...
Question 2Write the HTML code for the following in the space provided.A normal sized heading with the text, "LOYOLA HIGH SCHOOL."The largest size...
Question 3Find error(s) in the following HTML code segment. Rewrite the correct code and underline the corrections made.<UL STYLE: square>...
Question 46CO2 + 6H2O → C6H12O6 + 6O2To display the above given chemical expression on a web page, the following HTML code was...
Question 1The ............... section contains the content to be displayed on the web page.
Question 2The ............... editor provides various tools and graphical interface where the web pages are designed.
Question 3............... and ............... are attributes of the <HR> tag.
Question 4The colour of the text in the HTML document can be changed using the ............... attribute of the Font tag.
Question 5The FACE attribute of the ............... tag is used to change the typeface or the name of the font.
Question 6The ............... attribute of Body tag defines the colour of the visited links in a document.
Question 7The ............... attribute of Body tag changes the colour of the Active link.
Question 8The three values that can be defined with ............... tag are disc, square, and circle.
Question 9To specify the start value of the first item from which an ordered list should start, the ............... attribute is used.
Question 10A list created within a list is called ............... list.
Question 11The default colour of a hyperlink on a web page is ............... .
Question 12The ............... tag is used to create subscripts and ............... tag is used to create superscripts on a web page.
Question 13The ............... attribute is used to define the thickness of horizontal rule.
Question 14The ............... tag is used to insert line break on a web page.
Question 1Write a short note on web browser.
Question 2Differentiate between Block-level elements and Text-level elements.
Question 3What is the difference between <B> and <BR> tags?
Question 4How can we display <, > and & symbols on a web page?
Question 5Differentiate between Ordered and Unordered list with the help of an example.
Question 6What do you mean by nesting of list?
Question 7What is the function of Definition List? Explain its structure with the help of an example.
Question 8Discuss the use of <UL> and <LI> tags with suitable examples of each.
Question 1The ............... contain elements which define how the information on a web page is formatted or displayed.EditorsTagsAttributesNone of...
Question 2The ............... tag contains the content of your document which gets displayed on the web page of your browser...
Question 3Which special property provides additional information about an HTML element?TagElementAttributeNone of these
Question 4The ALIGN attribute of <P> tag cannot take ............... value.RightLeftJustifyNone of these
Question 5Which of the following tags helps in retaining the spacing of text or displaying the preformatted spaces on a webpage in an HTML...
Question 6Which tag adds a line horizontally on your web page?<HR><LINE><LINE Direction="horizontal"><TR>
Question 7Choose the correct HTML tag to make the text italic.<ii><Italics><Italic><I>
Question 8What is the correct HTML tag for inserting a line break?<BR><LB><Break><Newline>
Question 9An HTML ............... consists of an ON tag, the content, and an OFF tag.ElementTagAttributeNone of these
Question 10Which character is used with the OFF tag?end/\<
Question 11The default colour of LINK attribute is ............... .RedBlackGreenBlue
Question 12The entity which displays an '&' sign on the browser is ............... .&<&ampAMP>&ampAMPNone of these
Question 13Which entity displays the ">" (greater than) sign on the browser?<& GT>&ampGT& GRTNone of these
Question 14The HTML tag for the largest heading is ............... .<H1><H6><HEAD>None of these
Question 15Which tag is used to define the basic font size for the whole document?<BASEFONT><COLOR><FONT><SIZE>
Question 16The default value of Type attribute for an unordered list is ............... .DiscSquareCircleNone of these
Question 17Which of the following tags is suitable for creating a numbered list?<BL><OL><UL>None of these
Question 18To display (X+Y)2, the correct HTML code is:<SUB> (X+Y)2 </SUB>X+Y<SUP> 2 </SUP>(X+Y) <SUP> 2...
Question 19What is the full form of DTD?Document To DefinitionDynamic To DefinitionDocument Type DefinitionDirect Type Definition
Question 20Anything written between ............... is taken as a comment.<?--><?- --?><!-- and --></--->
Question 21To start a list with alphabet 'E', which line should be used?<OL type="A"><OL type="A" start= "5" ><OL type="E" ><OL...
Question 22Which of the following is a text editor?NotepadWordpadBoth 1 and 2None of these
Question 1Define the <BODY> tag in HTML.
Question 2Define the term Hyperlink.
Question 3Differentiate between Container and Empty elements in HTML. Give any two examples of HTML tags from each category.
Question 4Which attribute allows you to change the style of numbers in an ordered list?
Question 5What is an attribute in HTML?
Question 6Which heading element gives the most prominent heading?
Question 7Write names of two attributes each for the following tags:<FONT><BODY>
Question 8Identify which of the following is a tag or an attribute:HRalignBRTextPNoshade
Question 9Write an HTML code to create the following ordered list.C. Apples D. Oranges E. Grapes
Question 10Write an HTML code to create the following bulleted list.MS WordMS ExcelMS PowerPointMS Access
Question 11Find the errors in the following HTML code and write the correct code.<UL Style: Square> <LI> Water Bottles <LI> Lunch...
Question 12Identify error(s) in the following HTML code and write the correct code.<OL Type= "a" Start= "d">
Question 1The title of a document can contain maximum 64 characters.
Question 2The Heading levels are part of the <HEAD> tag.
Question 3The Vlink tag defines the colour of the link after it has been visited.
Question 4A list can be defined in different styles.
Question 5The default value for <OL> is a filled circle.
Question 6You can start the ordered list with a different number.
Question 7The colour of the hyperlinks in an HTML document cannot be changed.
Question 8There must be only one <title> tag in an HTML document.
Question 9Unordered list type creates a bulleted list.
Question 10Physical structure refers to different parts of a document, i.e., how a document is built.