Concepts
Concepts
Concepts
1) Intro of Web
2) HTML
3) CSS
4) JavaScript
5) JQuery
6) Revision Of Java
7) Oracle SQL
8) JDBC basics
9) Hibernate
10) Servlet
11) JSP
12) Project
13) Struts Framework
SERVER
CLIENT Request to Server
200 OK
HTTP
HTTP HTTPRequest to Server
SERVER
CLIENT
Due to this, For a server each request of client is treated as new web
request from client.
CSS Cascading Style Sheet used to define style rules for HTML page.
W3C World Wide Web Consortium It decide web standards. W3C build
XML as a standard format of data exchange between heterogeneous
format of data.
XML
Student Table
1) There must be only one root tag in which rest of the tags come.
2) Every start tag have an end tag. <x> </x>
3) Empty tag must enclosed with forward slash. <y/>
4) Nesting of tag must be proper
<x>
<y>
</x>
</y> This is not proper nesting of tag.
5) Attribute value must be enclosed with double quotes.
6) Tag name are case sensitive.
<studentinfo>
<student>
</student> …….
</studentinfo>
Features on Internet :-
1) Google Suggestions
2) Addition of information on web page on scrolling
3) Chatting
Responsive Web Page :- Web page which adjust its content according
to screen changes.
Profiles in Web :-
There are many version of HTML specifications :- 1.0 , 1.1 , 2.0 , 3.0 , 4.0
, 5.0
Type of Tags :-