Joke Collection Website - Mood Talk - What is the source code of the webpage?

What is the source code of the webpage?

1. Theoretical concept

The source code is relative to the target code and executable code.

Source code is ground code written in assembly language and high-level language.

Object code refers to the binary code that can be directly recognized by the cpu after the source code is compiled.

Executable code is an executable file formed by connecting the target code, which is of course binary.

2. The most intuitive concept

Right-click this page and select View Source File. A notepad will appear, which contains the source code of this webpage.

On the difference between source code and source file;

1. Literally, a source file refers to a file, and a file refers to a collection of source codes. Source code is a set of characters (program development code) that have a specific meaning and can realize a specific function.

2. "source code" is equivalent to "source file" in most cases.

"said the maple dance. The most intuitive concept.

Right-click this page and select View Source File. A notepad appears, and the content inside is the source code of this webpage. "This sentence reflects their relationship. The source file here refers to the source file of a web page, and the source code is the content of the source file, so it can also be called the source code of a web page.