Hye all.. Do you ever heard about HTML and JavaScript? Surely you have heard about it ryte? Everyday we use an internet from any browser. Some of web page using this coding, I need to learn this coding to improve my knowledge. For HTML, I already use some of them in Myspace but for JavaScript it's new for me. Below definition from Wikipedia :-
HTML, an initialism of HyperText Markup Language, is the predominant markup language for Web pages. It provides a means to describe the structure of text-based information in a document — by denoting certain text as links, headings, paragraphs, lists, and so on — and to supplement that text with interactive forms, embedded images, and other objects. HTML is written in the form of tags, surrounded by angle brackets. HTML can also describe, to some degree, the appearance and semantics of a document, and can include embedded scripting language code (such as JavaScript) which can affect the behavior of Web browsers and other HTML processors.
JavaScript is a scripting language web development. It was the originating dialect widely used for client-side of the ECMAScript standard. It is a dynamic, weakly typed, prototype-based language with first-class functions JavaScript was influenced by many languages and was designed to look like Java, but be easier for non-programmers to work with.
Although best known for its use in websites (as client-side JavaScript), JavaScript is also used to enable scripting access to objects embedded in other applications (see below).
JavaScript, despite the name, is essentially unrelated to the Java programming language, although both have the common C syntax, and JavaScript copies many Java names and naming conventions. The language's name is the result of a co-marketing deal between Netscape and Sun, in exchange for Netscape bundling Sun's Java runtime with their then-dominant browser. The key design principles within JavaScript are inherited from the Self and Scheme programming languages.
"JavaScript" is a trademark of Sun Microsystems. It was used under license for technology invented and implemented by Netscape Communications and current entities such as the Mozilla Foundation.
p/s : banyak yg perlu dipelajari lagi. dunia IT terlalu luas.