Web technology for developers
The open nature of the World Wide Web offers incredible opportunities for anyone to create websites and online applications. To get the most out of the web, you need to know how to use it. You can learn about various web technologies by exploring the links below.
Web technology
Basic technology
HTML
HTML (HyperText Markup Language) is a language for describing and defining the content of web pages.
CSS
CSS (Cascading Style Sheets) is used to control the look and presentation of web content.
HTTP
HTTP (Hypertext Transfer Protocol) is used to deliver HTML and other hypermedia documents over the web.
script
JavaScript
JavaScript is a programming language that runs in the browser and is used to create interactive and dynamic websites and applications.
With the advent of Node.js, JavaScript can also run on the server.
Web API
Web APIs (Web Application Programming Interfaces) are used to perform various tasks. Its tasks include manipulating the DOM, playing audio and video, and generating 3D graphics.
Web API Interface Reference-Lists all the objects you can use in web development.
The WebAPI page lists all APIs for communication, hardware access, and other web application development.
The Event Reference lists all the events you can use to monitor and respond to interests that occur on your web page or application.
Web component
Web Component is a collection of technologies that allows you to create custom, reusable elements. The function's realization can be hidden from the code and can be used in a web app.
graphic
Canvas
<canvas> The element provides an API that allows you to draw 2D graphics using JavaScript.
SVG
SVG (Scalable Vector Graphics) draws graphics using lines, curves, and other geometric shapes. With Vector, you can create images that are scaled to any size.
WebGL is a <canvas>JavaScript API that allows you to draw 3D and 2D graphics using HTML5 elements. This technology will enable you to use standard OpenGL ES in your web content.
Audio, video, multimedia
Web media technology
In the list of APIs related to media, there are links to the required documents.
Media capture and streams API
A reference for an API enables streaming, recording, and media manipulation both locally and over a network. It also contains one that uses a local camera and microphone to capture video, audio, and stills.
Using HTML audio and video
Manage video playback by embedding video and audio in web pages.
WebRTC
RTC in WebRTC stands for Real-Time Communications, a technology that enables audio/video streaming and data sharing between browser clients (peers).
Other
MathML
You can display complex mathematical equations and syntax using MathML (Mathematical Markup Language)
.
XSLT
Extensible Stylesheet Language Transformations (XSLT) allows you to transform XML documents into more human-readable HTML.
EXSLT
An external function that provides additional functionality to XSLT.
XPath
XPath can select DOM nodes in a document using a more powerful syntax than the currently used CSS selectors.
Comments
Post a Comment