answersLogoWhite

0


Best Answer

Any document that a human can read and understand without requiring an interpreter (it is written in the reader's native language, for instance). Machine code is not human-readable, it is intended to be read by a machine. Assembler language is a symbolic language that is essentially a human-readable form of machine code, however it's not easily understood by everyone except those familiar with Assembler language. High-level languages are more easily understood by most programmers, particularly those familiar with the language, while pseudocode is an abstract language intended to be human-readable even by non-programmers.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

HTML is a human-readable language. An uninformed reader, with a little bit of common-sense extrapolation, will be able to understand the structure of the document from reading its source code.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Are HTML documents are human readable?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are CI documents?

Coded information: a computer readable document. NCI-documents is non coded information: only human readable. NCI >> OCR >> CI


What contains HTML documents?

The web contains the HTML documents inn abundance. Most of the static pages are made in HTML.


Difference between human readable and machine readable?

Human readable can only be understood by human beings where as Machine readable is in Binary format and could only be understoood by machines. (eg. computers) The only way to understand machine readable is if the data is processed and output into human readable form by means of an output device :)


What is extensible markup language?

It extends the HTML - Hypertext Markup Language used in defining web pages. Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. XML-based formats have become the default for many office-productivity tools, including Microsoft Office (Office Open XML), OpenOffice.org (OpenDocument).


What type of files are HTML documents?

HTML documents are plain-text files, usually encoded in UTF8 format.


What is a HTML translator?

A HTML Translator is a tool to translate your HTML documents into other languages.


Differentiate HTML tag from an HTML documents?

HTML tags are used to delimit HTML elements inside an HTML document.


What is the software application called that you use to view and retrieve documents from the web and to display the documents in a readable format?

docvelocity


Does xml document support both human readable and machine readable formats?

No. Machines do not understand XML any more than they understand the works of Shakespeare. XML documents must be interpreted by a machine-code program that understands the meaning of the XML structure.


What extensions are added to basic HTML documents?

.htm, .html, .xhtml


Is the final output of PHP is in HTML?

Yes. For every web based programming language the final output is browser readable html text


Is XML a script language?

No, XML (Extensible Markup Language) is not a scripting language. It is a markup language used for encoding documents in a format that is both human-readable and machine-readable. XML is commonly used for structuring data and defining content in web applications and other systems.