176 solutions available
Question 1Hamish is creating a website for the Highland Chess League. Part of the HTML for the home page is shown below:<head>...
Question 2Consider the following web page:(a) The text at P is :a web addressa postal addressan email addressan office address(b) To follow a link to...
Question 1HTML is acronym for :High Text Marker LanguageHigher Text Markup LanguageHyper Text Markup LanguageHyper Transfer Makeup Language
Question 2A coded HTML command that indicates how part of a web page is displayed is called ............... .AttributeTagStyleAll of these
Question 3Which of the following tags identifies the document as an HTML document?<HTML><HEAD><BODY><P>
Question 4The tags that require a starting as well as an ending tag are called ............... .Pair ElementTwin ElementContainer ElementEmpty Element
Question 5Which sequence of HTML tags is correct...
Question 6To specify the background image for the document, Background attribute is used with which of the following tags...
Question 7To define the basic font size, which of following tag is used ?SIZEBASEFONTFONTAll of these
Question 8The unnumbered lists can be created by ............... tag.<UL><OL><LI>Both (1) and (2)Both (1) and (3)Both (2) and (3)
Question 9The numbered lists can be created by ............... tag.<UL><OL><LI>Both (1) and (2)Both (1) and (3)Both (2) and (3)
Question 10Consider the following HTML code :<ol type='i'> <li>First</li> <li>Second</li>...
Question 11We can create a numbered list using the ............... tag.<UL><list><OL><DL>
Question 12Identify which of the following type of list will create a bulleted list.UnorderedOrderedDefinitionNumbered
Question 13In <OL> and <UL>, the style of bullet or number is defined by ................. .type attributestyle attributeboth (1) and...
Question 14Which of the following will produce a solid circle bullet when given as value of type with <UL> ?disccirclesquarenone of these
Question 15Tag(s) required to create Description lists in HTML :<DL><DT><DD>All of the above
Question 16An advantage of using basic HTML to create a document is that :all word processors can display the documentall browsers can display the...
Question 17Factors that affect how an HTML document looks on the monitor do not include :operating systemwindow sizecolor depthhtml tags
Question 18Every HTML document must include the tags :<html> </html> & <body> </body><body> </body> & at...
Question 19If the HTML code looks like :<font face="Arial" size="3" color ="#000000">Welcome</font> then the text would look...
Question 20Which attribute is not valid for <BODY> tag ?backgroundcolorvlinkleftmargin
Question 21Which attribute is NOT valid for the <body> tag ?backgroundcolorvlinkbgcolor
Question 22Which of these is NOT an attribute of the font tag ?colorfacetypesize
Question 23How can you make a text appear bold?<b> text </b><strong> text </strong>both (1) and (2)neither
Question 24Choose the correct HTML tag to make a text italic .<italic><i><italicise>all of these
Question 25If the background image is smaller than the screen, what will happen ?It will be stretchedIt will leave a blank space at the bottom of...
Question 26The <title> tag belongs where in your HTML ?HeadArmBodyFoot
Question 27Choose the correct HTML tag for the largest heading.<heading><h6><head><h1>
Question 28Besides, <B> another way to make text bold is what ?<strong><dark><fat>foot
Question 29The attribute used to choose the type of font in HTML is :CharacterFaceText-typeFont-type
Question 30Why should you specify a background color if you are using an image for the actual background of your page ?The background color will be...
Question 31All normal webpages consist of what two parts ?Head and bodyTop and bottomBody and frameset
Question 32HTML is a :Programming languageWeb page layout languageMarkup languageBoth (2) & (3)
Question 33A tag is ............... .HTML commandVB commandC++ commandNone of these
Question 34Container elements in HTML require ............... .Starting tagEnding tagStarting and Ending tagNone of these
Question 35Background attribute of <BODY> is used to :give background color to web pageload an image and use it as a background when displaying...
Question 36With which HTML tag do you apply attributes that modify text size, font-face, and color ?<font><mod><f><text>
Question 37Which HTML tag would you apply the bgcolor attribute to in order to change the background color of the web page...
Question 38Gagandeep has written the following code to display an image in the background of HTML document :<BODY BgGround = "Animals.jpeg">but...
Question 39In which section of an HTML document do you enter the <P> element ?The body section.The footer section.The style sheet.The head...
Question 40In which HTML element do you apply attributes that modify the background image ?The <html> element.The <head> element.The...
Question 41Which of the following heading tags will cause a browser to render text at the largest default size...
Question 42Which is the correct way to comment out something in HTML ?Using ## and #Using <!-- and -->Using </-- and -/->Using <!--...
Question 43Which of the following is the proper syntax to start an HTML comment ?<!--<!><comment><notate>
Question 44Which one of the following is the HTML tag used to insert a horizontal rule ?<h1><hr><rule><br>
Question 45HTML tag to draw horizontal line :<h1><hr><hline>None of the above
Question 46What HTML container tags do you apply to text to format the text as a paragraph...
Question 47Which HTML tags cause browsers to render text as italics ?<text style =...
Question 48Interpret this statement :<strong>Michelle</strong>It makes Michelle strongIt highlights Michelle as being strongIt will print...
Question 49Which one is correct ?<b>Click Here<b><strong>Click Here<strong><b>Click Here</b></strong>Click...
Question 50The page title is inside the ............... tag.BodyHeadDivisionTable
Question 51To align multiple lines of text we use ............... .JustifyDIVAlignNone of these.
Question 52The value of #FFFFFF is :BlackWhiteRednone of the above.
Question 53The value of #000000 is :BlackWhiteRednone of the above.
Question 54In HTML, lists can be of :unnumberednumbereddefinitionall of these
Question 55To start a list at the count of 3, use which ?<ol start="3"><ol begin="3"><ol list="5">
Question 56Which of the following is the correct way to create a list using the lowercase letters ?<ol alpha = a"><ol type = "a"><ol...
Question 57What is the correct HTML for adding a background color ?<body...
Question 58To create a bulleted list use ?<il><ul><ol>
Question 59When making bulleted lists you have what options ?disc, circle, squaretriangle, square, circlesquare, disc, polygon
Question 60Which one of the following is the list type that will create a bulleted list ?unorderedoptiondecoratedordered
Question 61HTML is a :PackageSoftwareLanguageNone of these
Question 62Choose the correct HTML tag to make the text bold ?<B><BOLD><STRONG>Both (1) & (3)
Question 63Choose the correct HTML tag for the largest heading ?<H1><H6><H10><HEAD>
Question 64Which of the following will result in the largest text size ?<H3><H6><H2><H4>
Question 65(a)State True or False :<BR> tag has its closed tag as </BR>
Question 65(b)State True or False :<P> tag has no closing tag
Question 65(c)State True or False :<HR> tag is same as <BR>
Question 65(d)State True or False :<KBD> tag is used to display tables
Question 66In <BR> tag resets the paragraph alignment to the default left alignment. True or False ?
Question 67The textual content that appears in the source HTML document but is not rendered by the browser is called ............... .
Question 68Comments are enclosed in ............... and ............... tags.
Question 69By default <HR> produces a ............... rule.
Question 70............... text styles are handled in its own way by the browsers.
Question 71To display an & on the web page, ............... is used in the source HTML code.
Question 72Two tags break the line flow. These are : ............... and ............... .
Question 73Background colour is set by ............... attribute and background graphics is set by ............... attribute of ............... tag.
Question 74An element that only has a starting tag and no ending tag is ............... element.
Question 1Text inside paragraphs is displayed.<HTML> <BODY> <P> This paragraph contains a lot of lines in the source code, but the...
Question 2Use of break <BR> tag.<HTML> <BODY> <P> To break<BR>lines<BR>in a<BR>paragraph<BR>use the...
Question 3HTML editor ignores your formatting.<HTML> <BODY> <P> My Bonnie lies over the ocean. My Bonnie lies over the sea. My...
Question 4The heading tags.<HTML> <BODY> <H1>This is heading 1</H1> <H2>This is heading 2</H2> <H3>This is...
Question 5Centralized heading.<HTML> <BODY> <H1 align = "center">This is heading 1</H1> <P>The heading above is...
Question 6Defining and using a horizontal rule.<HTML> <BODY> <P>The hr tag defines a horizontal rule:</P> <HR>...
Question 7Comments in HTML source.<HTML> <BODY> <!--This comment will not be displayed--> <P>This is a regular...
Question 8Add a background colour.<HTML> <BODY bgcolor = "yellow"> <H3>Look: Colored Background!</H3> </BODY>...
Question 9Add a background image.<HTML> <BODY background = "background.jpg"> <H3>Look: Image Background!</H3> <P>Both...
Question 10Text formatting.<HTML> <BODY> <B>This text is bold</B> <BR> <STRONG>This text is strong</STRONG>...
Question 21Types of ordered lists.<HTML> <BODY> <H4>Numbered list:</H4> <OL> <LI>Apples</LI>...
Question 22Types of unordered lists.<HTML> <BODY> <H4>Disc bullets list:</H4> <UL type="disc">...
Question 23Nested List.<HTML> <BODY> <H4>A nested List:</H4> <ul> <LI>Coffee</LI> <LI>Tea</LI>...
Question 24Definition List.<HTML> <BODY> <H4>A Definition List:</H4> <DL> <DT>Coffee</DT> <DD>Black...
Question 25Insert the <UL> tag around the following list text.Basic etiquette for gentlemen for greeting a lady.Wait for her acknowledging bow...
Question 26Insert the <OL> tag around the following list text.Recourse for a lady toward unpleasant men who persist in bowing.A simple stare of...
Question 27Create a list of definitions using <DL>, <DT> and <DD>.Proper Address Of Royalty. Your Majesty To The King or Queen...
Question 28Insert the <UL> tags (unordered list) around the following list text.CarScooterVanChange the style of the bullets: e.g., circle,...
Question 29Insert the <OL> tag (ordered list) around the following list text.e. Story Books f. Computer Books g. Text Books h. General Books...
Question 30Create a nest list as follows using both ordered and unordered list tags :Operating SystemDisk Operating SystemWindowsUnixLinuxMS -...
Question 31Apply different font styles on these lists.
Question 32Write HTML code to display an ordered list (with uppercase roman numbers) listing any three subjects being taught in your school. The web...
Question 1Fill in the blanks:(i) ............... tag is used to insert a line break on a web page.(ii) The tag ............... is used to create...
Question 2(i)The document structure elements of HTML page is/are:HTMLBODYHEADAll the above
Question 2(ii)Which attribute does not come in <HR> tag ?SizeColourWidthLength
Question 2(iii)A software used to open web pages on the internet is called a ............... .SurferPortalBrowserProvider
Question 2(iv)Anything written between ............... is taken as comment.<?--><?---?><!-- and --></--->
Question 2(v)We can view the source code of a web page in ............... .MS Power PointInternet ExplorerMS ExcelNotepad
Question 3Write the extension of HTML code file.
Question 4How would you display text in the title bar of browser ?
Question 5How the font size of a single line on a web page be changed ?
Question 6Distinguish between <P> tag and <BR> tag with the help of an example.
Question 7Why do we insert comments in an HTML document even though they are not displayed on a web page ?
Question 8Compare Home Page and Web Site.
Question 9How can one insert horizontal lines in a Web Page ?
Question 10How are comments inserted in HTML code ? Explain with example.
Question 11What do you mean by the term 'source code' of the current page viewed in a Web Browser ?
Question 12Which tag do we use to change the size and style (face) of the text of a HTML file viewed on a Web Browser ? Also explain any two...
Question 13What is the purpose of using the tags <H1>...<H6> ?
Question 14What is the method of viewing the source code of the current page in Web Browsers ?
Question 15What is the method of using comment line in HTML code ?
Question 16What is the use of <BODY> tag in HTML code ? Write any two attributes used with this tag.
Question 17Differentiate between container and empty elements used in HTML.
Question 18What is the use of <font> tag in HTML code ? Write any two options used with this tag.
Question 19Which HTML tag is used to insert an image in a page ? Write an option used with this tag.
Question 20Expand the following tags used in HTML :(i) <LI>(ii) <VLINK>(iii) <HR>(iv) <P>
Question 21Identify which of the following is a tag or an attribute :(i) border(ii) img(iii) alt(iv) src(v) href
Question 22Name the following with respect to HTML : Attribute for changing bullet type of list tag.
Question 1HTML stands for ............... .
Question 2What do you understand by 'Tag' ?
Question 3What is an attribute in HTML ?
Question 4Define the tag, <HTML>.
Question 5HR tag is used for ............... .
Question 6<TITLE> tag is used to define ............... .
Question 7What is the basic structure of HTML File ?
Question 8Face attribute is used with ............... tag and used for ............... .
Question 9To align multiple lines of text we use ............... .JustifyDIVAlignNone of these
Question 10What is the use of 'size' in <BASEFONT> tag ?
Question 11List the attributes of <FONT> tag.
Question 12List and define different types of paragraph alignments.
Question 13The value of #FFFFFF is ............... .BlackWhiteRednone of the above
Question 14The value of #000000 is ............... .BlackWhiteRednone of the above
Question 15(a)<BR> tag has its closed tag as </BR>. State True or False?
Question 15(b)<P> tag has no closing tag. State True or False?
Question 15(c)<HR> tag is same as <BR>. State True or False?
Question 15(d)<KBD> tag is used to display tables. State True or False?
Question 16The default alignment of text is ................. , default text color is ................. and the default background color is...
Question 17Give the coding for giving the heading 'PACE Computer Education' of <H1> tag, font style as Comic Sans MS, text color as blue. Body...
Question 18(i)What is wrong in the following coding ?<HEAD> <my web page > <TITLE> Welcome to My Web Page </HEAD>...
Question 18(ii)What is wrong in the following coding ?<FONT name = "Arial", type = "Bold" size = 3>
Question 18(iii)What is wrong in the following coding ?<FONT face = comic sans ms color = Red>
Question 18(iv)What is wrong in the following coding ?<FONT color = #345678
Question 18(v)What is wrong in the following coding ?<BODY color = "Red" background = "Myimage.jpg">
Question 18(vi)What is wrong in the following coding ?<BR> </BR>
Question 18(vii)What is wrong in the following coding ?<P Font face = "Arial" color = "Blue">
Question 18(viii)What is wrong in the following coding ?<Body Margin Top = 60 Left = 75> Text with changed margin </Body>
Question 18(ix)What is wrong in the following coding ?<BASEFONT SIZE = 5> <BODY> Text with New format </BODY>
Question 18(x)What is wrong in the following coding ?<HTML> <HEAD> <TITLE> New Page </HEAD> </TITLE> </HTML>
Question 19Differentiate between <TITLE> and <HEAD> tags.
Question 20Differentiate between container and empty elements.
Question 21Differentiate between <BR> and <P> tag.
Question 22List and define different types of heading tags.
Question 23List and explain the different attributes of body tag.
Question 24What is the difference between basefont and font tag ?
Question 25How can a 2D or 3D horizontal rule be displayed ?
Question 26What are logical and physical text styles ?
Question 27How can different tags be combined in HTML ? What is its use ?
Question 28What all tags are required in every HTML page ?
Question 29Write the HTML code for the following to appear one after the other :A small heading with the words, "We are Proud to Present"A horizontal...
Question 30Insert the appropriate line break and paragraph break tags to format the following poems with a blank line between them :A Morning is a...
Question 31Write a complete HTML Web page with the title "Foo Bar" and a heading at the top which reads "Happy Hour at the Foo Bar", followed by the...
Question 32How would you say,"We're having our annual Impeachment Day SALE today,"in normal sized blue text, but with the word "SALE" in the largest...
Question 33What type of lists are supported by HTML ?
Question 34Differentiate between ordered and unordered lists.
Question 35How will you nest an unordered list inside an ordered list ?
Question 36Which three tags let you create the definition lists ?
Question 37Which two tags let you create the(i) unnumbered lists ?(ii) numbered lists ?