W3Schools

Last updated
W3Schools
W3Schools logo.svg
Type of site
Web development portal
Available inMultiple languages
OwnerRefsnes Data AS
Created byRefsnes Data AS
URL www.w3schools.com
CommercialYes
RegistrationRequired for forum
Launched1998;26 years ago (1998)
Current statusActive

W3Schools is a freemium educational website for learning coding online. [1] [2] Initially released in 1998, it derives its name from the World Wide Web but is not affiliated with the W3 Consortium. [3] [4] [ unreliable source ] W3Schools offers courses covering many aspects of web development. [5] W3Schools also publishes free HTML templates. It is run by Refsnes Data in Norway. [6] It has an online text editor called TryIt Editor, and readers can edit examples and run the code in a test environment.

Contents

Functions

On the site, source code examples with explanations are shown free of charge in English, most of which can also be edited and executed interactively in a live editor. Other important code elements are hidden so that the user can focus on the code shown (developer sandbox). The tutorials are divided into individual chapters on the development languages. In addition to the basics, application-related implementation options and examples, as well as a focus on individual elements of the programming language (so-called "references") are documented. In addition, there is a YouTube channel, which takes up and explains certain topics in web development, and an Internet forum. Technologies such as HTML, CSS, JavaScript, JSON, C, C++, C#, Java, PHP, React, AngularJS, SQL, Python, Django, Bootstrap, Node.js, jQuery, XQuery, Ajax, and XML are all supported. [7] [8] [9]

See also

Related Research Articles

<span class="mw-page-title-main">JavaScript</span> High-level programming language

JavaScript, often abbreviated as JS, is a programming language and core technology of the Web, alongside HTML and CSS. 99% of websites use JavaScript on the client side for webpage behavior.

XSLT is a language originally designed for transforming XML documents into other XML documents, or other formats such as HTML for web pages, plain text or XSL Formatting Objects, which may subsequently be converted to other formats, such as PDF, PostScript and PNG. Support for JSON and plain-text transformation was added in later updates to the XSLT 1.0 specification.

<span class="mw-page-title-main">Bookmarklet</span> Web browser bookmark containing JavaScript code

A bookmarklet is a bookmark stored in a web browser that contains JavaScript commands that add new features to the browser. They are stored as the URL of a bookmark in a web browser or as a hyperlink on a web page. Bookmarklets are usually small snippets of JavaScript executed when user clicks on them. When clicked, bookmarklets can perform a wide variety of operations, such as running a search query from selected text or extracting data from a table.

A web developer is a programmer who develops World Wide Web applications using a client–server model. The applications typically use HTML, CSS, and JavaScript in the client, and any general-purpose programming language in the server. HTTP is used for communications between client and server. A web developer may specialize in client-side applications, server-side applications, or both.

Web development is the work involved in developing a website for the Internet or an intranet. Web development can range from developing a simple single static page of plain text to complex web applications, electronic businesses, and social network services. A more comprehensive list of tasks to which Web development commonly refers, may include Web engineering, Web design, Web content development, client liaison, client-side/server-side scripting, Web server and network security configuration, and e-commerce development.

<span class="mw-page-title-main">Arachnophilia</span> HTML editor

Arachnophilia is a source code editor written in Java by Paul Lutus. It is the successor to another HTML editor, WebThing. The name Arachnophilia comes from the term meaning "love of spiders", a metaphor for the task of building on the World Wide Web.

A collaborative real-time editor is a type of collaborative software or web application which enables real-time collaborative editing, simultaneous editing, or live editing of the same digital document, computer file or cloud-stored data – such as an online spreadsheet, word processing document, database or presentation – at the same time by different users on different computers or mobile devices, with automatic and nearly instantaneous merging of their edits.

A web framework (WF) or web application framework (WAF) is a software framework that is designed to support the development of web applications including web services, web resources, and web APIs. Web frameworks provide a standard way to build and deploy web applications on the World Wide Web. Web frameworks aim to automate the overhead associated with common activities performed in web development. For example, many web frameworks provide libraries for database access, templating frameworks, and session management, and they often promote code reuse. Although they often target development of dynamic web sites, they are also applicable to static websites.

A JavaScript library is a library of pre-written JavaScript code that allows for easier development of JavaScript-based applications, especially for AJAX and other web-centric technologies. They can be included in a website by embedding it directly in the HTML via a script tag.

<span class="mw-page-title-main">Ext JS</span> JavaScript application framework

Ext JS is a JavaScript application framework for building interactive cross-platform web applications using techniques such as Ajax, DHTML and DOM scripting. It can be used as a simple component framework but also as a full framework for building single-page applications (SPAs).

Svelte is a free and open-source component-based front-end software framework, and language created by Rich Harris and maintained by the Svelte core team members.

AngularJS is a discontinued free and open-source JavaScript-based web framework for developing single-page applications. It was maintained mainly by Google and a community of individuals and corporations. It aimed to simplify both the development and the testing of such applications by providing a framework for client-side model–view–controller (MVC) and model–view–viewmodel (MVVM) architectures, along with components commonly used in web applications and progressive web applications.

<span class="mw-page-title-main">Brackets (text editor)</span> Editor for web development

Brackets is a source code editor with a primary focus on web development. Created by Adobe Inc., it is free and open-source software licensed under the MIT License, and is currently maintained on GitHub by open-source developers. It is written in JavaScript, HTML and CSS. Brackets is cross-platform, available for macOS, Windows, and most Linux distributions. The main purpose of Brackets is its live HTML, CSS and JavaScript editing functionality.

<span class="mw-page-title-main">Atom (text editor)</span> Free and open-source text and source code editor

Atom is a free and open-source text and source-code editor for macOS, Linux, and Windows with support for plug-ins written in JavaScript, and embedded Git control. Developed by GitHub, Atom was released on June 25, 2015.

Front-end web development is the development of the graphical user interface of a website through the use of HTML, CSS, and JavaScript so users can view and interact with that website.

The following table lists notable online software source code playgrounds. A playground allows learning about, experimenting with and sharing source code.

<span class="mw-page-title-main">React (JavaScript library)</span> JavaScript library for building user interfaces

React is a free and open-source front-end JavaScript library for building user interfaces based on components by Facebook Inc. It is maintained by Meta and a community of individual developers and companies.

<span class="mw-page-title-main">Babylon.js</span> Real-time 3D rendering engine for JavaScript

Babylon.js is a JavaScript library and 3D engine for displaying real time 3D graphics in a web browser via HTML5. The source code is available on GitHub and distributed under the Apache License 2.0.

Next.js is an open-source web development framework created by the private company Vercel providing React-based web applications with server-side rendering and static website generation.

<span class="mw-page-title-main">GDevelop</span> Open-source, cross-platform game engine

GDevelop is a 2D and 3D cross-platform, free and open-source game engine, which mainly focuses on creating PC and mobile games, as well as HTML5 games playable in the browser. Created by Florian Rival, a software engineer at Google, GDevelop is mainly aimed at non-programmers and game developers of all skillsets, employing event based visual programming similar to engines like Construct, Stencyl, and Tynker.

References

  1. Tiempo, Casa Editorial El (2016-02-13). "Esta es la carrera con 98 % de empleabilidad para recién egresados". El Tiempo (in Spanish). Archived from the original on 2023-04-17. Retrieved 2022-06-15.
  2. "5 plataformas de cursos de programación online y gratis". 2018-03-11. Archived from the original on 11 March 2018. Retrieved 2022-06-15.
  3. "About W3Schools". W3schools.in. Archived from the original on 2019-01-09. Retrieved 2016-08-09.
  4. "How to code: The best ways to learn programming in 2021". 14 September 2021.
  5. "Best web development course 2021: Top online classes". ZDNet . Archived from the original on 2024-07-03. Retrieved 2024-07-05.
  6. Refsnes, Hege; Refsnes, Ståle; Refsnes, Jan Egil. "About Refsnes Data". W3Schools. Refsnes Data. Archived from the original on 2009-04-21. Retrieved 2018-09-09.
  7. Einstieg Informatik. "Einstieg Informatik | W3Schools - Webtechniken online lernen". Archived from the original on 2023-11-28. Retrieved 2018-04-02.
  8. "W3Schools". Archived from the original on 2023-05-12. Retrieved 2018-04-02.
  9. it-times, W3Schools: Was sich hinter der weltweit größten Website für Entwickler verbirgt (in German), archived from the original on 2023-01-02, retrieved 2018-04-02