no html is simply a tags
2006-07-26 04:53:28
·
answer #1
·
answered by Mike 3
·
0⤊
0⤋
HTML stands for Hypertext Markup Language. It is just a series of tags (like for bold,
for paragraph, etc.) that a browser reads to render the page the way it is intended to. If you want to see some HTML at work, right click on a webpage and click "view source". That's HTML, probably along with some Javascript, CSS, and possibly other stuff.
Java is not required for HTML. The first webpages were HTML only. Now they are filled with Javascript (not the same as Java), CSS, VB Script, and so on.
If you want to learn about HTML, try this website: http://www.w3schools.com/html/default.asp
2006-07-26 04:55:40
·
answer #2
·
answered by Jody 3
·
0⤊
0⤋
HTML is a computer language. No, java is not necessary for html files to work.
2006-07-26 04:53:45
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
HTML is the basic instructional code for creating a web page.
Java is a script based technology for creating applets and servlets to run on a web page. As it just allows for more functionality of a page, it's not neccessary to learn or use on a web page. My pages that I design on a professional basis don't use Java at all.
2006-07-26 04:53:41
·
answer #4
·
answered by Ipshwitz 5
·
0⤊
0⤋
html means hypertext markup language. it is what make the page your are reading look the way it does.
learn html
http://www.w3schools.com/html
java applets can be used in an html page but other than that the two have nothing to do with each other. you don't have to have java installed to open html pages
2006-07-26 04:52:39
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋
HTML IS needed to run JAVA, but JAVA is NOT needed to run HTML.
computing, HyperText Markup Language (HTML) is a markup language designed for the creation of web pages with hypertext and other information to be displayed in a web browser. HTML is used to structure information — denoting certain text as headings, paragraphs, lists and so on — and can be used to describe, to some degree, the appearance and semantics of a document. HTML's grammar structure is the HTML DTD that was created using SGML syntax.
Originally defined by Tim Berners-Lee and further developed by the IETF, HTML is now an international standard (ISO/IEC 15445:2000). Later HTML specifications are maintained by the World Wide Web Consortium (W3C).
Early versions of HTML were defined with looser syntactic rules which helped its adoption by those unfamiliar with web publishing. Web browsers commonly made assumptions about intent and proceeded with rendering of the page. Over time, the trend in the official standards has been to create an increasingly strict language syntax; however, browsers still continue to render pages that are far from valid HTML.
XHTML, which applies the stricter rules of XML to HTML to make it easier to process and maintain, is the W3C's successor to HTML. As such, many consider XHTML to be the "current version" of HTML, but it is a separate, parallel standard; the W3C continues to recommend the use of either XHTML 1.1, XHTML 1.0, or HTML 4.01 for web publishing.
Java (Sun), a technology developed by Sun Microsystems for machine-independent software, which encompasses:
Java programming language, an object-oriented high-level programming language
Java Virtual Machine, the virtual machine that runs Java byte code. This is also referred to as the portion of Java that runs on your PC or the Java run-time environment (JRE)
Java Platform, the Java virtual machine plus API specifications
Java Platform, Standard Edition, targets desktop environment
Java Platform, Enterprise Edition, targets server environment
Java Platform, Micro Edition, targets embedded consumer products
Java applet, allows software to run in web browers, and is accessible on most PCs
JavaScript, a scripting language syntactically similar to, but semantically different from, the Java programming language.
2006-07-26 05:02:33
·
answer #6
·
answered by Anonymous
·
0⤊
0⤋