How the font size of a single line on a Web page be changed? -Technology

1 Answer

Answer :

The font size of a single line can be changed by using the following HTML code:<FONT size =+1> This is a HTML text </FONT>.

Related questions

Description : The ………… tag is used to define basic font size for the HTML page. -Technology

Last Answer : Thetag is used to define basic font size for the HTML page.

Description : How to change the font colour in the HTML page? -Web-Development

Last Answer : To set the font color in HTML, use the style attribute. The style attribute specifies an inline style for an element. The attribute is used with the HTML tag, with the CSS property color. HTML5 do not support the tag, so the CSS style is used to add font color.

Description : The way text appears on the page is _______: a) font size b) font c) font type d) format e) None of The Above

Last Answer : d) format

Description : In Word you can force a page break: a) By positioning your cursor at the appropriate place and pressing the F1 key b) By positioning your cursor at the appropriate place and pressing Ctrl + Enter c) By using the Insert/ Section Break d) By Changing the font size of your document e) None of The Above

Last Answer : c) By using the Insert/ Section Break

Description : In Word you can force a page break -. 1) by positioning your cursor at the appropriate place and pressing the F1 key 2) by positioning your cursor at the appropriate place and pressing Ctrl + Enter 3) by using the Insert/Section Break 4) by changing the font size your document

Last Answer : 2) by positioning your cursor at the appropriate place and pressing Ctrl + Enter

Description : For web pages where the information is changed frequently, for example, stock prices, weather information -Technology

Last Answer : (b) Dynamic web page

Description : ……… is used to translate scanned images of handwritten, type written or special type of font printed on a conventional paper. -Technology

Last Answer : OCR is used to translate scanned images of handwritten, type written or special type of font printed on a conventional paper.

Description : What is the use of tag in HTML code? Write any two options used with this tag. -Technology

Last Answer : The tag is used to change the size, color and type face of the text on HTML page. It uses attributes such as size, face etc.

Description : Distinguish between tag and tag with the help of an example of each. -Technology

Last Answer : tag is used to specify the default setting of the text. It takes the same attributes as tag. The only difference is that the tag affects all the text that follows until a new tag affect that is encountered. tag affects the text that comes upto its closing tag.e.g.

Description : The style element holds the document for setting (a) font, color and alignment -Technology

Last Answer : (b) Because they are used to give a better look and feel to the Web documents.

Description : To display the text in italics, ………. tag is used and to display in type writer font, ……… tag is used. -Technology

Last Answer : To display the text in italics,tag is used and to display in typewriterfont, tag is used.

Description : bgcolor is an attribute of tag. -Technology

Last Answer : False It is an attribute of the tag.

Description : color is an attribute of tag. -Technology

Last Answer : True It defines color of the text.

Description : The custom animation can apply ………………. (a) Font work gallery (b) Gallery (c) Text (d) All of these -Technology

Last Answer : (d) The custom animation can apply font work gallery, gallery and text.

Description : Name the toolbar of spreadsheet which has all the options of changing the font properties. -Technology

Last Answer : Formatting Toolbar

Description : Background is an attribute of : (i) tag (ii) tag (iii) tag (iv) tag -Technology

Last Answer : Background is an attribute of tag

Description : Colour is an attribute of tag -Technology

Last Answer : The HTML color Attributeis used to specify the textcolorinside the element. color_name: It sets the textcolorby usingcolorname. For example: “red”.

Description : A Web page is located using a (a) Universal Record Linking (b) Uniform Resource Locator -Technology

Last Answer : (b) URL (Uniform Resource Locator) specifies the location of a specific Web page on the Internet.

Description : On Internet, to go to other Web page through button, the user should use (a) Search tools (b) Find and replace -Technology

Last Answer : (d) On the Internet, to go to other Web pages available through a button, the user should use hyperlinks.

Description : When you copy a Web page or a file from a server to your local computer, this process is called (a) conferencing (b) downloading -Technology

Last Answer : (b) Because we store information from a server computer to a user computer.

Description : What is the method of viewing the source code of the current page in the Web browser? -Technology

Last Answer : Right click on the Web page and then select View Source from the context menu.

Description : While writing HTML code, how do you find out how your Web page would look like? -Technology

Last Answer : For this, open the HTML code file in a Web browser.

Description : Why do we insert comments in an HTML document, even though they are not displayed on a Web page? -Technology

Last Answer : So, that user will be able to understand coding effects and meaning.

Description : Which tag is used to insert heading of third level on a Web page? -Technology

Last Answer : tag is used to insert heading of third level on a Web page.

Description : Carefully study the Web page given here. Identify 10 tags -Technology

Last Answer : 1. . It encloses the entire HTML document and tells the browser that it is reading an HTML document and to display as such.2. It encloses the head of the HTML document and it is used to contain ... It is used to insert a horizontal line.10. .. This tag is used to align the text centrally.

Description : To create an HTML page, you need (a) text editor (b) Web browser -Technology

Last Answer : (c) Because text editor is required to write HTML code and the Web browser is needed to display the page.

Description : A Web page normally consists of (a) head and body (b) top and bottom -Technology

Last Answer : (a) From the given options, a Web page normally consists of head and body.

Description : In a Web page, you can place (a) 2 levels of headings (b) 6 levels of headings -Technology

Last Answer : (b) Web page provides six levels of headings.

Description : There should be only one tag in each Web page. -Technology

Last Answer : True A Web page contains necessarily one tag and one tag.

Description : What happens when we click on a hyperlink in a Web page? -Technology

Last Answer : When we click on a hyperlink in a Web page, it provides a link that leads from one document to another.

Description : Write the HTML command to display the following in your Web page. -Technology

Last Answer : The HTML command is – A2 + B2

Description : Write the output on the Web page for the following HTML command. -Technology

Last Answer : The output on the Web page will be the Atomic weight of O 2

Description : Write the HTML code to display an inline image named pencil.jpg located at C:\ in the center of your Web page. -Technology

Last Answer :

Description : Name the attributes of tag which are used for internal linking in a Web page. -Technology

Last Answer : The attributes of tag which are used for internal linking in a Web page as follows:1. href used to specify the URL of the segment the link goes to.2. name gives the name to the segment.

Description : Write the HTML code to send an E_mail to [emailprotected] from your Web page. -Technology

Last Answer : [emailprotected]

Description : Explain the following (with example): 1. linking on same Web page. -Technology

Last Answer : Linking on the Same Web PageTo create an internal link, you need to use a pair of tags. The first tag is used to specify the name of the target location for identification purpose. It is known as target ... which you want to link and # link is the segment name you want to link in that html file.

Description : Which tag is used to insert an image in Web page? -Technology

Last Answer : (c) tag is used to insert inline image in a Web page.

Description : The default alignment of images, that are inserted in Web page, is (a) left (b) right -Technology

Last Answer : (c) An image which is inserted in the Web page by default placed inline with text.

Description : The tag used in HTML to link a Web page with other Web page is (a) (b) -Technology

Last Answer : (a) anchor tag is used to create links.

Description : ………. attribute of the tag is used to name a section in a Web page to create an internal link. (a) href (b) name -Technology

Last Answer : (b) name attribute is used to create an internal link.

Description : An image to be displayed in a Web page has to cover 25% of the browser window horizontally and 50% vertically. -Technology

Last Answer : An image to be displayed in a Web page has to cover 25% of the browser window horizontally and 50% vertically. The attributes height and width of the tag would be used for achieving this.

Description : ………… is a word or image that when clicked take us to another Web page. -Technology

Last Answer : Hyperlink is a word or image that when clicked take us to another Web page.

Description : An ……….. link allows a link to another Web page or another Website. -Technology

Last Answer : An externallink allows a link to another Web page or another Website.

Description : The …………….. attribute of tag is used to provide information or a title for the linked document or Web page. -Technology

Last Answer : The title attribute of tag is used to provide information or a title for the linked document or Web page.

Description : An link............ allows a link to another section on the same or different Web page. -Technology

Last Answer : An linkinternal allows a link to another section on the same or different Web page.

Description : You can have inserted an image in your Web page which is physically present in your computer. -Technology

Last Answer : True With the help of , we can insert an image in Web page which is present in our computer.

Description : The tag ……….. is used to create superscripts and …………. tag is used to create subscripts on a Web page. -Technology

Last Answer : The tag is used to create superscripts and tag is used to create subscripts on a Web page.

Description : If the image you are loading in the Web page is not available, -Technology

Last Answer : False The alt attribute is used to define text to appear in the image placeholder if image is not visible for any reason.

Description : You should include a mailto function in the body of your document to allow user to respond to your Web page. -Technology

Last Answer : True The mailto function is used to send E-mails from the Website.

Description : Combining two or more cells in a table on a Web page is called (a) merging (b) spanning -Technology

Last Answer : (b) Combining two or more cells in a table on a Web page is called spanning.