0% found this document useful (0 votes)
9 views4 pages

Hyper Text

The document outlines three types of text data representation: Unformatted Text (Plain Text), which consists of basic characters without formatting; Formatted Text (Rich Text), which includes styling features and structural elements; and Hypertext, which incorporates hyperlinks for navigation and multimedia integration. Each type serves different purposes and is associated with specific file extensions. The document highlights their characteristics and common uses in programming, document creation, and web navigation.

Uploaded by

Ajeet Arabhanvi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views4 pages

Hyper Text

The document outlines three types of text data representation: Unformatted Text (Plain Text), which consists of basic characters without formatting; Formatted Text (Rich Text), which includes styling features and structural elements; and Hypertext, which incorporates hyperlinks for navigation and multimedia integration. Each type serves different purposes and is associated with specific file extensions. The document highlights their characteristics and common uses in programming, document creation, and web navigation.

Uploaded by

Ajeet Arabhanvi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Types of Text Data Representation

1. Unformatted Text (Plain Text)

Also known as plaintext.

Consists of characters from a fixed-size character set (e.g., ASCII or


Unicode).

Every character is represented by a unique binary codeword.

No support for formatting features like bold, italics, font styles, or sizes.

Mainly used in programming, data files, and simple text documents.

Takes up less memory and is easily processed by systems.

Common file extensions: .txt, .csv.


2. Formatted Text (Rich Text)

Also known as rich text.

Includes styling features such as font type, size, color, bold, italic,
underline, etc.

Supports structural elements like headings, paragraphs, lists, tables,


and images.

Created and edited using word processing software like MS Word or


Google Docs.

Often used for documents, reports, and publications.

Includes embedded format-control characters to define styling.

Provides WYSIWYG (What You See Is What You Get) editing and
preview.

File types: .docx, .rtf, .odt.

2
3. Hypertext

A specialized form of formatted text with embedded hyperlinks.

Enables interlinking of documents/pages using clickable text or


media.

Core concept behind web navigation and the World Wide Web.

Hyperlinks include URL (Uniform Resource Locator) to point to


external/internal content.

Used in creating web pages and interactive documents.

Written using HTML (HyperText Markup Language).

Supports integration of multimedia content such as audio, video,


and images.

Allows users to navigate non-linearly between sections or


documents.

3
4

You might also like