answersLogoWhite

0

How do you write in HTML and WML?

Updated: 8/9/2023
User Avatar

Wiki User

15y ago

Best Answer

There are many lessons and tutorials on the internet to serve the very purpose of educating others, when it comes to HTML. Some of these are in the Related Links. As well, if you have any questions while writing HTML, there are many forums out there, serving the purpose of helping others. These are not the places, though, to ask for tutorials on beginning HTML.

User Avatar

Wiki User

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

Wiki User

15y ago

Check other answers on WikiAnswers to find out how to code, and write, in HTML and CSS. HTML - [ http://wiki.answers.com/Q/How_do_you_write_HTML ] CSS - [ http://wiki.answers.com/Q/How_do_you_write_CSS ]

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

This question can be answered with the following two questions. HTML: [ http://wiki.answers.com/Q/How_do_you_write_in_HTML ] WML: [ http://wiki.answers.com/Q/How_do_you_write_in_WML ]

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you write in HTML and WML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the abbreviation for WML in HTML?

WML is the short form of Wireless Markup Language. It is mainly used for Wireless devices like mobiles.


What is WML regarding cell phones?

WML stands for Wireless Mark-up Language. It's the mobile-phone equivalent of HTML used on the internet.


What are the features of wml?

WML (Wireless Markup Language) is a markup language designed for mobile devices. Its features include simplicity, compatibility with various devices, and the ability to create basic mobile web pages with limited functionality. WML is now largely obsolete, as modern mobile browsers support more advanced web technologies like HTML5.


What is similar to a HTML but is also viewable on mobil devices?

WML (Wireless Markup Language)


How do you write in WML?

WML is not a new language. Rather, it is only XML that is "geared to work" with cell phones, PDAs, and other portable / wireless devices. To make it "gear to work" this way, the following changes should be made in WML documents - and nothing else.---- WML is placed in WML-type documents ("file.wml"), instead of XML-type documents ("file.xml") WML documents should have a Document Type Declaration pointing to WML. The tag still must be declared, regardless if your writing WML or not!


What is the difference between WML and HTML?

Differences Between HTML and WAP/WMLWAP/WMLHTMLMarkup language for wireless communicationMarkup language for wired communicationMakes use of variablesDoes not use variablesWML script stored in a separate fileJavascript is embeded in the same HTML fileImages stored as WBMPImages are stored as GIF, JPEG or PNGWBMP is a 2 bit imageSize of the images are much larger in HTMLCase sensitiveNot case sensitiveWML has fewer tags than HTMLHTML has more tags than WMLA set of 'WML Cards' make a 'DECK'A set of 'HTML pages' make a 'SI


What are the advantages of WML Script over WML?

[object Object]


What does WML refer to?

WML refers to Wireless Markup Language. It is a markup language that is used for mobiles.


What does WAPmean on a cell phone?

WAP(Wireless Application Protocol) was an old protocol that some people believed was the future of Mobile internet. Instead of HTML you would use WML which reminds you of a combination of XML and HTML. The WAP protocol was a big failure and is rarely used anymore.


How do you write HTML codes and javascript events together in your HTML kit?

You need to write the HTML code in the tag format. If you want to write JavaScript put it in <script> tag.


What is WAP and WML?

Define ADO


What is the difference between the xml and wml?

XML and WML both use the same markup / language. If you know XML, you know WML - and vice versa. However, XML is intentionally developed for computers, or other devices with larger screens. WML is developed for smaller-screened devices, such as PDA's and cell phones. Regardless, most devices, small or large screen'ed, now accept both formats of the XML language without complaining - but users may notice a difference in layout. On the technical side of things, WML standards branch off XML standards (which determine how things should be layed out on a screen or other display) - making the standards relatively different. WML is placed in WML-type documents ("file.wml"), as XML is placed in XML-type documents ("file.xml"). WML documents should have a Document Type Declaration pointing to an WML standard, as XML documents should have a Document Type Declaration pointing to an XML standard.