answersLogoWhite

0

HTML was originally intended to do the same work as now. It was intended to create web pages interactive.

User Avatar

Wiki User

10y ago

What else can I help you with?

Continue Learning about Engineering

What is an HTML quick reference table?

An HTML quick reference table contains the elements available in HTML, along with short usage notes and/or examples. It's intended to help people familiar with the language, but not necessarily expert in it, easily and quickly find the tag they need.


What is html5?

html5 is the latest version of html which is support the services lake in html beforelike, latest multimedia. Its core aims have been to improve the language with support for the latest multimedia while keeping it easily readable by humans and consistently understood by computers and devices (web browsers, parsers, etc.). HTML5 is intended to subsume not only HTML 4, but also XHTML 1 and DOM Level 2 HTML


What is the set of markup symbols or codes placed in a file intended for display on a wed browser?

The set of markup symbols or codes placed in a file intended for display on a web browser is known as HTML (HyperText Markup Language). HTML uses tags to structure content, such as headings, paragraphs, links, and images, allowing browsers to render the text and multimedia elements appropriately. Additionally, CSS (Cascading Style Sheets) is often used alongside HTML to enhance the presentation and layout of the content. Together, they form the backbone of most web pages.


What is a WYSIWYG editer?

A WYSIWYG (What You See Is What You Get) editor allows a web page creator to visually move elements around on a rendered page, rather than writing raw HTML code and using a browser to render it. Obviously, the level of skill required when instant feedback is available is significantly less than if one were to write HTML code, as the editor removes the need for the HTML/CSS code to be interpreted by the author at the time the page is created. Some WYSIWYG editors are so good at producing good HTML, that they can be employed by individuals with no HTML/CSS experience whatsoever and achieve good, valid HTML that does as the user intended.


What does the four letter acronym HTML stand for?

HTML is a subset of SGML (Standard General Markup Language) with more forgiving rules that are not followed for XHTML and XML (also subsets.)