What is the source code
When we sit in front of the screen of our computer, our tablet, our laptop or new smartphone, we have before us an operating system and a large amount of software. The whole set of software has something in common, that they have a fundamental element called source code.
Source code is the file or set of files that have a set of very precise instructions, based on a programming language, which is used to compile the different computer programs that use it and can be executed without major problems.
We talk about the source code and explain in a simple way what it is and its role in both computer programs and web pages.
Users can use the software without major problems and without major worries thanks to a simple graphical interface that is based on the development of the source code. The user does not need to know the programming language used to develop certain software. Within the market we can find a large number of types of programming languages that allow developing different tools towards different types of software. The most common are called HTML, C ++, Java, or Python.
In addition to being the basis for different software and operating systems, we also find the source code in different web pages, which generally use HTML and Java languages, but in addition, most web browsers have special functions that allow us view the source code of web pages in a simple way.
This is not very relevant for users, but the reality is that accessing the source code of the different websites for those who are learning HTML programming, because the structure of the programming language of a certain source code can be known, because This data can be used to develop a menu or in an element as simple as a hyperlink.
The interesting thing about the HTML source code is that it has been developed to be read and edited by any type of user without actually having to have specific software installed on the system to program it or compile said code. This can be developed or opened in tools as simple as a basic text editor like the 'notepad', the most basic text editor that can be found in Windows.
Although it can be created in any word processor, it is not the best platform to write or edit an HTML code, because certain symbols may not be recognized for the use of said code, such as quotation marks. That can cause a problem with the operation of the page developed with this code.
