answersLogoWhite

0


Best Answer

what do you mean by the "source code" page viewed in a web browser

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What do you mean by the source code page viewed in a web browser?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does open-source mean?

It means the source code is publicly available.


How do you get Facebook coad?

If you mean the source code you can right click a page and click view source code. That will show you Facebook's code for that page.


How do you display HTML code in windows?

HTML is a code language for markup. "Executing" would mean interpreting in this context, i.e. opening the file in a browser (displaying the page) rather than a text editor (displaying the code itself).


What is the source of a website?

Do you mean source code? If so, the source code is the actual code a person or program writes up to makes a webpage/site display and function in the desired fashion. It can often be found by right clicking on a webpage and selecting "View Source code"


What does 48 mean in Google CR-48?

CR-48 refers to Chromium 48, aka an isotope of the element chromium. The Chrome browser which the Chrome OS is based on was itself based on an open source browser called chromium. Code naming the Chrome netbook CR-48 is just a little tongue in cheek by Google.


How do you put a c plus plus program on a website?

If you mean how do you upload the C++ source code to a website, the simplest way is to organise your solution within a parent folder, with sub-folders for each project in the solution, and ZIP the parent folder. You can then upload the ZIP file just as you would any other file. If you mean how do you upload the source code so that it may be viewed and read in a browser, you will have to copy/paste the code into an HTML file using appropriate tags to format the code. Websites that expect you to upload source code will normally provide you with the tools to do so, usually just by wrapping the code in HTML <code></code> tags. If your code is modularised (multiple source files and headers), you should wrap each file separately and annotate the text to indicate which file is which (or just place the file name as a comment in the source itself, along with any required copyrights). If you're uploading to your own website, then it would be worth looking for a tool that automatically converts your source code into the required HTML.


What do you mean programming language?

A programming language is a symbolic language that a computer programmer uses to write computer program source code. Source code is non-executable code and must be translated into machine code. A computer can be programmed to perform this conversion and thus produce the required machine code.


What do you mean by programming language?

A programming language is a symbolic language that a computer programmer uses to write computer program source code. Source code is non-executable code and must be translated into machine code. A computer can be programmed to perform this conversion and thus produce the required machine code.


What do you mean by running of a program in c plus plus?

In order to run a C++ program the program must be compiled and linked to create an executable. It is the executable that actually runs, not the source code. The source code is simply the human-readable code the compiler requires to generate object code for the linker which produces the machine-readable code. However, when the executable is executed within a debugging environment, we can set breakpoints in the source code and step through the source code just as if the source itself were executing, as would be the case if C++ were an interpreted language. Unlike an interpreted language where we can change the source code and see the results immediately, the source code (or at least the portion that has changed) must be recompiled to accommodate the changes.


What does browser mean in HTML?

A "browser" is a program that can render/read HTML.


What are 2 categories of a software?

Software can be categorized as:Closed Source : Source code is not available for general publicOpen Source : Source code is available for general public to seeNote that availability of the source code does not mean that the software is completely free. It is still possible that an Open Source Software is specifically licensed, for example to allow free use but not for free redistribution. On the other hand, it is also possible that a Closed Source Software is allowed to be use and distributed for free.


How do you create files in VB.Net?

If you mean the source code, you can use any text editor, or you can use the IDE.