Coding

InfoScroll - WebSite

HTML:

HTML (HyperText Markup Language) is a tag language used to write hypertext documents for the Internet.

Web browsers receive HTML documents from a web server or local memory and transfer documents to multimedia web pages.

HTML describes the structure of a web page semantically and initially includes signals for the appearance of the document.

HTML elements are the building blocks of HTML pages.

With HTML constructs, images and other objects, such as interactive forms , can be embedded in a rendered page.

HTML provides tools for creating structured documents , denoting the structural semantics of text, such as headings, paragraphs, lists, links , citations, and other elements. HTML elements are delineated by tags written in angle brackets.

Tags, such as directly enter content on a page.

Other tags such assurround and provide information about the text of the document and may include other tags as sub-elements.

Browsers do not display HTML tags, but use them to interpret the content of the page.

html image


CSS:

Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language like HTML.

CSS describes how elements should be rendered on screen, on paper, in speech, or on other media.

[1] CSS is a cornerstone technology othe World Wide Web, alongside HTML and JavaScript.[2]

css image


JS:

JavaScript(Js), is a programming language that conforms to the ECMAScript specification. JavaScript is high-level, often just-in-time compiled, and multi-paradigm. It has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.

JavaScript was created by Brendan Eich in 1995 during his time at Netscape Communications.
 

js image

PHP:

PHP is a general-purpose scripting language that is especially suited to web development.

[6] It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1994;[7] the PHP reference implementation is now produced by The PHP Group.

[8] PHP originally stood for Personal Home Page,[7] but it now stands for the recursive initialism PHP: Hypertext Preprocessor.[9]
 

php image

SQL:

SQL stands for Structured Query Language is a database management language for relational databases. SQL itself is not a programming language, but its standard allows creating procedural extensions for it, which extend it to the functionality of a mature programming language.

Widenius is known as the Father of MySQL. He is the main author of the original version of the open-source MySQL database and a founding member of the MySQL AB company.


PYTHON:

Python is a general purpose and high level programming language. You can use Python for developing desktop GUI applications, websites and web applications. Also, Python, as a high level programming language, allows you to focus on core functionality of the application by taking care of common programming tasks
Python was conceived in the late 1980s by Guido van Rossum at Centrum Wiskunde & Informatica (CWI) in the Netherlands as a successor to the ABC language (itself inspired by SETL), capable of exception handling and interfacing with the Amoeba operating system. Its implementation began in December 1989.


JAVA:

Java is a powerful general-purpose programming language. It is used to develop desktop and mobile applications, big data processing, embedded systems, and so on. According to Oracle, the company that owns Java, Java runs on 3 billion devices worldwide, which makes Java one of the most popular programming languages.
Java was first released in 1995, and Java's ability to provide interactivity and multimedia showed that it was particularly well suited for the Web. In the early 1990s, Java was designed by Sun Microsystems, Inc., as a programming language...


C++:

C++ is a powerful general-purpose programming language. It can be used to develop operating systems, browsers, games, and so on. C++ supports different ways of programming like procedural, object-oriented, functional, and so on. This makes C++ powerful as well as flexible.
C++ is a general-purpose programming language created by Bjarne Stroustrup as an extension of the C programming language, or "C with Classes".


About:


© Copyright 2020 InfoscrollTM

Comments

Post a Comment

Popular posts from this blog

Brief knowledge of Programming Languages

Programming Paradigm