answersLogoWhite

0

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

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

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.


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

The answer is :  


How do you view HTML on a PC?

To view the source code of an HTML document, open it using Notepad or a similar text processor (Notepad is best for HTML editing). To view the HTML document as it would look on the Internet, open it with any web browser.


What is the difference between Atom and RSS feeds?

Only the HTML tags differ Atom Feed is similar to RSS Fees but it differ only in HTML tag


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

WML (Wireless Markup Language)


Is xHTML is the successor to HTML?

No, XHTML is a parallel language to HTML. XHTML is a XML language definition where tags have similar meanings to corresponding HTML tags. A crude analogy would be that XHTML and HTML are half-brothers; Lot's of similarities but also distinct differences. The successor of HTML is HTML5, the successor of XHMTL is XHTML5.


What do you meant by table in HTML?

Table is a physical construct that has rows and columns. It similar in many forms to a database.


What are HTML and XML?

HTML stands for Hyper Text Markup Language. If you've noticed most URLs end in .html, it is what almost all webpages are written in. XML stands for Extensible Markup Language. It is similar in format to HTML, but everything can be changed by the user. It is usually used to store information for use by computers.


What XHTML is the aberration for?

XHTML is an aberration for Extensive Hyper Text Markup Language. It is the tighter form of HTML but is similar.


What is cite in HTML?

In HTML 4, 5 and XHTML 1.0 the <cite> tag is used in conjunction with the <blockquote> or <q> tags to provide a URL from which the quote originated. It's used in a manner similar to a foot-note in MLA style. See the W3C link for the specification in HTML 4.