XSLT XML HTML XSLT < Person> File < Name> < First> David/ First> First name Last name Age <Last> Crowder</Last> David Crowder 49 </Name> <Age>49</Age> </Person>
XSLT XML <Person> <Name> <First>David/First> <Last>Crowder</Last> </Name> <Age>49</Age> </Person> … HTML David Crowder 49 … First name Last name Age XSLT File
XHTML eXtensible HyperText Markup Language Logical Structure XHTML is a stricter and cleaner version of html
XHTML eXtensible HyperText Markup Language Logical Structure XHTML is a stricter and cleaner version of HTML
DHTML Dynamic HTML Combines HTML, JavaScript, and css DHTML is a TERM describing the art of making dynamic and interactive web pages
DHTML Dynamic HTML Combines HTML, JavaScript, and CSS DHTML is a TERM describing the art of making dynamic and interactive web pages
JSP Java Sever Pages Dynamic JSP is a Java technology that allows software developers to dynamically generate HTML in response to a Web client request
JSP Java Sever Pages Dynamic JSP is a Java technology that allows software developers to dynamically generate HTML in response to a Web client request
Thinking What we want to achieve in the future? More interactive esponsiver easy to use Rich Web application
Thinking More interactive, responsive, easy to use … Rich Web application What we want to achieve in the future?