answersLogoWhite

0

WML (Wireless Markup Language)

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Engineering

How do you convert documents into a format that's easy to share over the internet?

Any HTML editor can turn a text-based file into a page easily viewable online.


Html is similar to?

Some versions are not just similar to, but actually valid, XML (extensible markup language.) HTML also bears a resemblance to the my older SGML.


How are HTML and XHTML similar and different?

HTML and XHTML use a similar language syntax; tags, elements and everything. If you know HTML, you know messy XHTML: XHTML is a "clean" HTML. * Tags can be written in any case (uppercase or lowercase). * Some tags do not need to be closed. * HTML is parsed by systems based off of the Standard Generalized Markup Language (SGML). * HTML provides less accurate reading, and needs more time to read and manipulate data. * Some parsers cannot even manipulate HTML data, which is a big problem with more finicky devices (like mobile devices). * Tags must be written in lowercase. * All tags must be closed. * Tags must be properly nested -- no overlapping elements. * XHTML is parsed by XML parsers. * XHTML provides more accurate reading, and requires less time to read and manipuate data. * If a device can parse XML (which many modern devices can), the device can manipulate XHTML data to their needs (for example, to fit a website into the screen of a mobile phone).


What is the reason for use HTML?

On very basic level, HTML is simple and is universal throughout all the browsers/os/devices. With HTML5, you can even write complicated applications for across the platforms access.


What are formatting rules written in a separate language from HTML telling the browser how to render each element for particular devices?

Styles

Related Questions

Links in HTML?

This is the format you put it in: <a href="[enter URL here]">[enter text that is viewable here]</a>


What can alter the ability of some devices to display pages?

HTML


Can alter the ability of some devices to display pages?

HTML


How do you convert documents into a format that's easy to share over the internet?

Any HTML editor can turn a text-based file into a page easily viewable online.


Html is similar to?

Some versions are not just similar to, but actually valid, XML (extensible markup language.) HTML also bears a resemblance to the my older SGML.


How do you insert image from your desktop in a HTML?

In HTML, to include an image, use the IMG tag and specify the location of the image using the SRC parameter. However, because the image is located on your desktop, you will be the only person who will see it. If you want to make it viewable by others, you have to upload the HTML file and the image file to a webserver. <IMG SRC="location of picture">


What does HTML stands for?

HTML stands for Hyper Text Markup Language. HTML is the "language" used to create web pages. The rules for HTML are the same for all users, so the pages created are viewable by anyone with access to the Internet.


What is similar to HTML?

I call HTML the "display" language because it doesn't proccess anything CSS is the more putting it together, HTML just puts the stuff on your screen. If I was going to say what is a similar web dev language I would say CSS.


What is the name of the HTML compiler?

HTML is not compiled. It is not a programming language. It is open and read by a browser. The process is similar to what an interpreter would do.


How do you connect jsp and HTML?

JSP and HTML are similar in some way or other. JSP is one which has work on Java Programming as well.


How are HTML and XHTML similar and different?

HTML and XHTML use a similar language syntax; tags, elements and everything. If you know HTML, you know messy XHTML: XHTML is a "clean" HTML. * Tags can be written in any case (uppercase or lowercase). * Some tags do not need to be closed. * HTML is parsed by systems based off of the Standard Generalized Markup Language (SGML). * HTML provides less accurate reading, and needs more time to read and manipulate data. * Some parsers cannot even manipulate HTML data, which is a big problem with more finicky devices (like mobile devices). * Tags must be written in lowercase. * All tags must be closed. * Tags must be properly nested -- no overlapping elements. * XHTML is parsed by XML parsers. * XHTML provides more accurate reading, and requires less time to read and manipuate data. * If a device can parse XML (which many modern devices can), the device can manipulate XHTML data to their needs (for example, to fit a website into the screen of a mobile phone).


What is the tag in Html for providing space Similar to t in java?

The answer is :