If I key F12 on my keyboard it brings up the HTML code that controls the page. What would someone use that for?

1 Answer

Answer :

F12 opens the developer tools. We (developers) use this every day. It would likely be of little use for you, however.

Related questions

Description : My volume controls (F10, F11, F12) are not working on my macbook pro, what can I do?

Last Answer : This page has a few troubleshooting tips and fixes.

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

Last Answer :

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 : 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 : If a laptop keyboard key lifts up and is ruined to where it won't snap down any longer, replace just the one key or is there a kit of some sort for the whole board?

Last Answer : answer:You can get a wired keyboard for $10 or less these days. If the plastic connector beneath the key is damaged I suppose you could look for replacement parts.. but.. all said and done.. it would probably be cheapest and easiest to just get another keyboard.

Description : How can I center a page in HTML?

Last Answer : The CSS purists are going to start shooting for sure. But if your page is less-than-pure in that sense, I say to do the following: your content here If you also want vertical centering, you ... the body by CSS, or something like that. I've been there some time ago. Happy publishing ; -)

Description : How do I stick a key back on my computer keyboard?

Last Answer : Dont use glue! if you use glue, the key won’t be able to be pressed. A lot of the time you can just snap it back on.

Description : Keyboard that controls iTunes while playing games?

Last Answer : Almost all the Mac Laptops use F7-F11 keys for itunes control. All their wireless keyboards do the same.

Description : How can I increase the volume on my MacBook Pro beyond the volume controls on the keyboard and status bar?

Last Answer : Is buying external speakers out of the question? Other than that, we're talking about messing with system settings, which will most likely blow a speaker. I messed around with fan speeds & broke a ... speakers & if you want more than stereo, buy a surround sound setup with the Griffin FireWave.

Description : Can someone please edit the HTML codes so that when we click on picture links, in the preview page to the right, it opens a whole new tab, rather than replacing the Fluther tab with the picture tab?

Last Answer : Good luck with getting any changes made to the site’s HTML. But in the meantime, most browsers will let you right click a link, then select “open link in new tab.” That’s workaround I use.

Description : Does anyone know some good HTML code?

Last Answer : www.htmlgoodies.com

Description : What's your wierd (to anyone else) controls (key binds) in any video game?

Last Answer : Personally, I use c for crouching in minecraft

Description : Price is a key element in the marketing mix because it relates directly to A)the size of the sales force. B)the speed of an exchange. C)quality controls. D)the generation of total revenue. E)brand image.

Last Answer : D)the generation of total revenue.

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 : I've a website containing all static pages. Now I want to provide a simple Feedback form for end users. I don't have software developers, and would like to spend minimum time and money. What should I ... form, and embed in html page. C. Use Google App Engine (GAE) to build and deploy dynamic page.

Last Answer : Use ZOHO creator to build the required form, and embed in html page

Description : What's the correct syntax for linking to an HTML page on your local C: drive from an tag in a HTML page on your desktop?

Last Answer : try using \ instead of / for starters…

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 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 : 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 : 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 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 : 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 : What is the extension for HTML page? -Web-Development

Last Answer : answer:

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 : How to write the paragraph in the HTML page? -Web-Development

Last Answer : answer:

Description : How to apply Hyperlink in an HTML page? -Web-Development

Last Answer : answer:

Description : Give the example for putting a comment in the HTML page? -Web-Development

Last Answer : answer:

Description : What are the parts of the HTML page? -Web-Development

Last Answer : answer:

Description : What are the tags to make the text on HTML page beautiful and interesting ?

Last Answer : There is no alternative to banner or image or image to make a web page beautiful and attractive. The HTML page is determined by the img tag. The img tag is zero which means it only carries attributes and has no ... tag. To use an image or image on a page, you need to use the src (source) attribute.

Description : Explain the importance of HTML in web page design . ?

Last Answer : HTML is very important in web page design. Because with the help of HTML-1. The information on a page can be moved anywhere. 2. Every browser supports HTML . 3. Easy to learn and use. 4. The smaller the page size, the lower the cost.

Description : Which one of the following practice is ethical?  A. Buying links from link farms  B.Stuffing the metatags with keywords  C.Having the same page twice - once in html, once in pdf  D.Using hidden text that users do not see but spiders can read

Last Answer : A. Buying links from link farms

Description : Which one of the following practice is ethical?  A. Buying links from link farms  B.Stuffing the metatags with keywords  C.Having the same page twice - once in html, once in pdf  D.Using hidden text that users do not see but spiders can read

Last Answer : A. Buying links from link farms

Description : Primary language used for static web page design is: a) HTML b) PHP c) Perl d) None of These

Last Answer : a) HTML

Description : How will you embed an SVG image in HTML page?

Last Answer : SVG image can be embedded using following ways - using embed tag using object tag using iframe

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 : HTML is basically used to design: (A) Web-page (B) Web-site (C) Graphics (D) Tables and Frames

Last Answer : (A) Web-page

Description : The document that is used by XSLT to indicate, how to transform the elements of the XML document to another format is (A) HTML page (B) DOC type procedure (C) Style sheet (D) Stored procedure

Last Answer : (C) Style sheet

Description : Can you use a keyboard key from any laptop to replace anther?

Last Answer : answer:sure, why not? just check if it’s the same type of “connection” (some keys attach differently) good luck and happy tinkering

Description : What if the computer keyboard doesn't have the key with the < and the > signs?

Last Answer : answer:Backslash is an important character, at least to hardcore PC users, and it used to be mandatory back in the days of DOS, so any keyboard that is missing them is incompletely marked and any keyboard config ... don't see on the keyboard that are actually there. Look for the ½ key, or the .

Description : What's your favorite keyboard that has a Mac key layout?

Last Answer : omg the Magic Mouse is the coolest thing I’ve ever seen, when did that happen? How did I miss it???