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

1 Answer

Answer :

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

Related questions

Description : 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

Last Answer : 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 tag are as follows:size: It specifies the size of the text inside a tag.Syntaxface: It specifies the font name of the text inside a tag.Syntax

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

Last Answer : or

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 : An example of HTML editor is (a) Notepad (b) Dreamweaver -Technology

Last Answer : (d) HTML provides various text editors like Notepad, Dreamweaver etc.

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 : 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 : Write the HTML code to send an E_mail to [emailprotected] from your Web page. -Technology

Last Answer : [emailprotected]

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 : Write the HTML code to generate the following table on a Web page with the contents and alignment exactly as shown below: -Technology

Last Answer : The HTML code is

Description : Write the HTML code to generate the following Web page:1. Link color is green, active link color is blue and visited link color is red. -Technology

Last Answer : The HTML code isEat healthy, live healthy KHAO PIYO RESTAURANTCollect Information for .MenusTours Menus available are 1 INDIAN 2 ITALIAN 3 CONTINENTAL 4 THAI < /tab1e> For further queries and reservation

Description : Observe the following Web page and write HTML code to generate it: 1. Background color of page is yellow. -Technology

Last Answer : The HTML code is INDIAN RHINOCEROSThe Indian rhinoceros lives primarily in northern India and Nepal. These massive beasts have some noticeable physical differences from their African relatives.Their segmented hide looks like a ... .5 ft; Height up to 6 ftWeight4,400 lbs (2,000 kgkg) For more Details

Description : Observe the following Web page and write HTML code to generate it.1. Title of the page is “Cleanliness” -Technology

Last Answer : IMPORTANCE OF CLEANLINESS IMPORTANCE OF CLEANINESS Cleanliness is not a work which we should do forcefully. It is a good habit and healthy way of our healthy life. All type of ... should be highly aware about now to maintain cleainless in our daily lives. Factors affecting the environment

Description : Write the HTML code to display links of a web page in yellow colour. -Technology

Last Answer :

Description : Write the HTML code to generate the following web page with the given below specifications: -Technology

Last Answer : Income Tax Slabs 2017-18INCOME TAX SLABS 2017-18S.No.Income RangeTax%10-250000NIL2250001-50000010%3500001-100000020%4>100000030%Next Page

Description : HTML is used to create Web pages. -Technology

Last Answer : True HTML is a markup language which is used to create Web pages.

Description : What is the best text editor for HTML/XHTML/CSS/PHP/SQL on Ubuntu?

Last Answer : Take a look at Geany

Description : Why we cannot use a text editor as a picture editing tool? -Technology

Last Answer : Text editor is a editing program which does not support the editing of graphical images because it works only on text.

Description : Which of the following is not related to a utility software? (a) Text editor (b) Antivirus program (c) Disk compression software -Technology

Last Answer : (d) Railway reservation system is an example of application software whereas, rest all are software utilities.

Description : A text editor is used to facilitate the creation and correction of text. -Technology

Last Answer : TrueA text editor is used to create and edit the text. Text editor is a part of utility.

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 : HTML is used to create (A) machine language program (B) high level program (C) web page (D) web server

Last Answer : (C) web page

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 : ………. 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 : 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 : 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 : Which editor is used for creating the HTML pages? -Web-Development

Last Answer : answer:

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 : Which of the following is the correct code of HTML page? (a) Hello -Technology

Last Answer : (b) Because tag must close inside the tag.

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 : Write the HTML code to display an image on the right side of the page. -Technology

Last Answer :

Description : Which command should be use to link a page with HTML page? (a) -Technology

Last Answer : (b) page

Description : Which command we use to link a page with an HTML page? -Technology

Last Answer : link textuse to link a page with an HTML page .

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

Last Answer :

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 : Write the HTML code to create a link for school .jpg located at C:\. -Technology

Last Answer : Image

Description : Write the HTML code to create the exact table which is given below: ADMNO SNAME NAME DOB -Technology

Last Answer : The HTML code is ADMNO SNAMENAMEDOB1110MANJITRANJIT4-MAR-1998

Description : Write an HTML code to create the following table: 100 Amit 10 A -Technology

Last Answer : The HTML code is Roll NumberNameClass 100 Amit 10 A 101 Ankit 10 B 102 Arnab 10C Footer 1 Footer 2 Footer 3

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 : 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 : 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 : ………. 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