SGML - Standard Generalized Markup Language - It Is The Standard
SGML - Standard Generalized Markup Language - It Is The Standard
1- Markup Language
2- Scripting Language
1- Client Side Scripting – execute on the client.
2- Server Side Scripting – execute on the server.
3- Database – may be oracle / MySQL / DB2 / SQL Server
4- Web Server – java’s – Tomcat / Web Logic / Net dynamic /
J2EE / Glass Fish.
5- Designing Tool – Flash / Gif Animator / Photoshop
Markup Language – which language written b/w <> (tags) that
is called markup language. used for web development.
All markup language r product of W3C(World Wide Web Consortium)
All r Interpreted Language.
Markup languages -
Problem – it is complex.
SGML – parts –
HTML – Hyper Text Markup Language – in HTML all tags r pre define,
used for creating static web pages.
DHTML – Dynamic HTML – in DHTML all tags r pre define, used for
creating dynamic web pages.
or
We can send only text other * we can send any format data,
format not support but if related software not
installed the we can’t view that.
Flop flop
W3C – we r design common format for data sending & that is XML.
Any Client –> OS must -> Browser -> user can view that.
SAX DOM
(Simple API for XML) (Document Object Model).
XSL CSS
(XML style sheet Language) (Cascading style sheet.)
Conditional formatting. * non conditional formatting.
Programming. * non programming.
For XML tag declarations –
Script Language –
Script –
Type of Script –
Server Side –
JSP – Java Server Pages, Thread based & product of Sun Micro System.
JSP is the Upper Layer of Java Servlets.
JSP -> Java Servlets -> compile -> class file -> execute
--------------------------------------
JSP Engine
JSP Tech. not replacement of Servlets Tech., it is the extension of
servlets tech.
ASP.net – Thread based, product of MS
<html>
<head>
<title> hahahaha</title>
</head>
<body>
Display
</body>
</html>