Text - Plain Text

Data System Architecture

About

Plain text is a document that is accessed as a sequence of characters (without structure, no tree, etc …)

Another definition is when everything except primary content is removed from rich text, only plain text should remain.

Plain text is also used in crypto to design what should be encrypted. See Cryptography - Input Data (plain text | clear text | message)

Mime type

The mime type of a plain text is text/plain.





Discover More
Cors Flowchart
Browser - Cross Origin Resource Sharing (CORS)

Cross-origin resource sharing (CORS) is a mechanism that: * allows a HTTP server * to control the cross-origin requests executed by a browser. In short, a HTTP server may allow or not to receive...
Blob Url In Browser Address
Browser / Javascript - Object URL (createObjectURL / revokeObjectURL)

An ObjectUrl is the representation of blob object as a data URL strings that can be used with any fetch HTML element that accepts an URL as an attribute. HTML Example: This HTML was generated with...
Compiler
Computer Language - (Compiler|Interpreter) - Language translator

Computer Language are written in plain text. However, computers interpret only particular sequence of instructions. This transformation from a plain text language to instructions is called compilation...
Cryptography - Input Data (plain text | clear text | message)

Plain text is a text that you want to send. Plain text is also known as Cleartext Usable text Message Even if its name contains text, the input can be any piece of data: file content, network...
HTTP - Accept header

accept is a request header that specify the mimes type of the response body that are accepted by the client (ie browser) If no Accept header field is present, then it is assumed that the client accepts...
How to manipulate a Binary large object (BLOB) with Javascript?

The blob object is a data container for blob content This is the API to work with binary data in the browser and is widely supported Because any type of data is...
URL - The data URL scheme

The data scheme is a scheme that can be used in a URL in order to embed (small) media resources data directly such as: images style sheets or any resource. The benefit is that there is no need...
Data System Architecture
What is rich text ?

Rich Text is a text where extra metadata information have been added. Generally, they are styling information such as boldness but all visuals such as graphic can be considered as rich text.
What is the Mime? known also as Media Type

The term Internet media type refers to the type of a resource (in short, it tells the structure) The Internet media type is also known as MIME (Multipurpose Internet Mail Extensions) because the media...



Share this page:
Follow us:
Task Runner