Which tag do we use to change the size and style (face) of the text of an HTML file viewed on a Web browser? -Technology

1 Answer

Answer :

<FONT> tag is used to change the size and style (face) of the text of an HTML file displayed on a Web browser. Two attributes of <FONT> tag are as follows:size: It specifies the size of the text inside a <FONT> tag.Syntax<F0NT size=“number”>face: It specifies the font name of the text inside a <FONT> tag.Syntax<FONT face=“Font_family”>

Related questions

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 : An XML document can be viewed in a (a) Word processor (b) Web browser -Technology

Last Answer : (b) An XML document can be viewed in a Web browser.

Description : The ……….. tag is used to make the Web browser ignore anything that the tag contains. -Technology

Last Answer : The tag is used to make the Web browser ignore anything that the tag contains.

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 : 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 : HTML is a markup language for describing web documents (web pages). Which among the following features is correct about HTML: a) HTML stands Hyper Text Markup Language b) A Markup language is a set ... tags d) Each HTML tag describes different document content e) None of These f) All of the Above

Last Answer : f) All of the Above

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 : What is the use of tag in HTML code? Write any two attributes used with this tag. -Technology

Last Answer : The tag encloses the main part of the document. It contains all the contents of a document. Various markup elements are allowed within the body to indicate headings, paragraphs, lists, hypertext links, images and so on. The tag uses various attributes such as background, bgcolor etc.

Description : What is the use of tag in an HTML table? Give a suitable example. -Technology

Last Answer : The tag creates a table row in an HTML table. A table must have atleast one row and also, it can have as many table rows as you want. A table row is divided into table cells. A table must have atleast one table cell per table row.e.g.CheadXtitle> TR Tag

Description : Which HTML tag is used to insert an image in a page? Write an option used with this tag. -Technology

Last Answer : The tag is used to insert an image in a page. This tag uses the options like src, alt etc.

Description : What does tag in HTML contain? Write any two attributes used with this tag. -Technology

Last Answer : The tag encloses the main part of the document. It contains all the contents of a document. Various markup elements are allowed within the body to indicate headings, paragraphs, lists, hypertext links, images and so on. The tag uses various attributes such as background,bgcoloretc.

Description : What is the function of tag in HTML? Give any two attributes used with it. -Technology

Last Answer : tag is used to draw horizontal lines in the Web page. This horizontal line divides the screen horizontally. tag creates a shaded horizontal line between text. Attributes of tag are size, align and width.

Description : Which of the following tag identifies the document as an HTML document? (a) -Technology

Last Answer : (a) tag identifies the document as an HTML document.

Description : Container elements in HTML require (a) starting tag (b) ending tag -Technology

Last Answer : (c) In HTML, container elements are required as both starting and ending tags.

Description : Where do you place the tag in a HTML? (a) BODY (b) HEAD -Technology

Last Answer : (b) tag is placed in the tag.

Description : Choose the correct HTML tag for the largest heading. (a) (b) -Technology

Last Answer : (d) tag provides the largest heading in HTML.

Description : tag is one of the structural tags of HTML document. -Technology

Last Answer : True HTML provides four structural tags, these are as follows:, , , .

Description : All HTML document contains only tag. -Technology

Last Answer : False All HTML document contains various tags.

Description : HTML tag for row is (a) (b) -Technology

Last Answer : (b) HTML tag for row is .

Description : Write the purpose of HTML. Distinguish between tag and tag. -Technology

Last Answer : HTML is used to represent page, data on website with proper manner and attractive look to get maximum users.Difference between tag and tagtag is a block level element, and is mainly used to add content, whereas the tag is used to force a line break within the element.

Description : Software program used to view web pages is a. Web Technology b. Web Browser c. World wide web d. HTML

Last Answer : b. Web Browser

Description : Software program used to view web pages is a. Web Technology b. Web Browser c. World wide web d. HTML

Last Answer : b. Web Browser

Description : Find error(s) in the following HTML code segment. Rewrite the correct code. -Technology

Last Answer : There should be type instead of style. So, correct line is

Description : The tags used for specifying the style in HTML are -Technology

Last Answer : (a) Because these two tags are text formatting/styling tags.

Description : Is there any way to type text vertically in HTML that'll run on all browser?

Last Answer : answer:If you mean so the letters are all rotated 90 degrees, no, except by making an image of them and rotating the image, then saving that as a file. If you just mean like this: h e l l o Then yes,

Description : How would you display text in the title bar of a browser? -Technology

Last Answer : To display text in a title bar of a browser, use the tag inside the tag in the HTML document.e.g. HTML document

Description : How can text be displayed in place of image for users whose browser do not support images? -Technology

Last Answer : The alt attribute of the tag is used to display the text in place of the image for the users whose browser do not support images.

Description : ……….. tag is used to bring the text to new line. -Technology

Last Answer : tag is used to bring the text to new line.

Description : ……… tag is used to make the text bold. -Technology

Last Answer : tag is used to make the text bold.

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 : The alternate text of an image can be displayed by using attribute of the tag. (a) src (b) alt -Technology

Last Answer : (b) alt attribute of the tag is used to display the alternate text of an image.

Description : The align attribute of the tag is used to specify the text that is to be displayed -Technology

Last Answer : False alt attribute is used to specify the text that is to be displayed in case the browser which does not support graphics.

Description : The anchor tag signals the beginning of the text. -Technology

Last Answer : False Anchor tag is used to create hyperlinks not text.

Description : To insert a table on a Web page, we use ………………. tag. -Technology

Last Answer : To insert a table on a Web page, we use tag.

Description : In the HTML embed tag, what does the "base" attribute do?

Last Answer : answer:From: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_12701 base - . or [base directory] or [URL]. Specifies the base directory or URL used to resolve all relative path ... is helpful when your Flash Player movies are kept in a different directory from your other files.

Description : Write the HTML code to set the bgcolor as pink, heading level 2, text -Technology

Last Answer :

Description : Write the HTML code to create a paragraph whose text color is blue. -Technology

Last Answer : or

Description : Which of the following HTML container tags do you apply to text for formatting the text as a paragraph? -Technology

Last Answer : (c) ……. is a container tag, which is used for formatting text.

Description : Which attribute is used to specify the location of an image file in the tag? Explain. -Technology

Last Answer : The attribute you need to get an image to display on a Web page is the src attribute.In the src attribute of the tag, you can specify the path of the image that you want to add to the ... image somewhere else on the same server, or an image stored on another server.The syntax for src attribute is

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 : Write the extension of HTML code file. -Technology

Last Answer : The extension of HTML code file is.html or .htm

Description : [HTML] How can I remove default font style from only a certain text in my blog?

Last Answer : Can I get a link to the actual page? This is a hell of a lot easier if I can see and play with the code in Firebug.

Description : Google Chrome is an example of (a) Web browser (b) Web server (c) HTTP (d) WWW -Technology

Last Answer : (a) Web browser is the program that is used to explore the Internet.Thus, Google Chrome is an example of Web browser.

Description : Safari is a Web browser developed by ……….. -Technology

Last Answer : Safari is a Web browser developed byApple.

Description : Which software browse the Internet in a systematic manner? (a) Web crawler (b) Web browser -Technology

Last Answer : (a) Web search engine works by storing information about many Web pages, retrieved by a Web crawler.

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 : 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 : ………. security technology establishes an encrypted link between a Web server and browser. -Technology

Last Answer : SSL security technology establishes an encrypted link between a Web server and browser.

Description : Mozilla Firebox is a (a) Web Browser (b) News Website (c) Graphing Package (d) Word Processor -Technology

Last Answer : Mozilla Firebox is aWeb Browser

Description : What is the purpose of a web browser? Give the name of any two popular web browsers. -Technology

Last Answer : A web browser is an application program used for exploring the information resources available on the World Wide Web to retrieve the required information. Two popular web browsers are Google Chrome and Mozilla Firefox.