CSCI-3342-wk1
...
HTML enables you to create content that will reder appropriately across the extraordinary range of devices connected to the internet-including smartphones, tablet computers, notebook computers, desktop computers, special-purpose devices such as large-screen displays at convert arenas and sports stadiums, and more.
...
JavaScript was created by netscape, netscape and microsoft have been instrumental in the standardization of javascript by ECMA intenational JavaScrip is a portable scripting language. Programs written in JavaScript can run in web browsers across a wide range of devices
XHTML
a stricter version which is based on XML
CSS (cascading style sheets)
are used to specify the presentation, or styling, of elements on a web page (e.g., fonts, spacing sizes, colors, positioning)
JavaScript
helps you build dynamic web pages (i.e., pages that can be modified "on the fly" in response to events, such as user input, time changes and more) and computer applications.
HTML (hyperText markup language)
is a special type of computer language called a markup language designed to specify the content and structure of web pages (also called documents) in a portable manner.
JQuery
is currently the most popular of hundreds of JavaScript libraries.
...
it enables you to do the client-side programming of web applications
...
it provides a library of custom graphical user interface (GUI) controls (beyond the basic GUI controls provided by HTML5) that can be used to enhance the look and feel of your web pages
HTML5
now under development, is the emerging version of HTML.
JQuery
simplifies JavaScript programming by making it easier to manipulate a web page's elements and interact with servers in a portable manner across various web browsers