Web browsers and web document

41
Welcome Special thanks to our honorable teacher MD. SHARIF HOSSEN Lecturer of ICT Dept. Comilla University

Transcript of Web browsers and web document

Page 1: Web browsers and web document

Welcome

Special thanks to our honorable teacher

MD. SHARIF HOSSEN Lecturer of ICT Dept.

Comilla University

Page 2: Web browsers and web document

Web Browsers and Web Document

Page 3: Web browsers and web document

GROUP MEMBERS: MD. NAZIR ALAM-1109001

ENAMUL HAQ-1109005

MARUFUR RAHMAN-1109006

ZANNATUL NAIM-1109008

NOORMOHAMMED-1109009

Page 4: Web browsers and web document

Overview What is Web Browser? Popular web browsers History and Milestones The relationship between web document and web browser How browser retrieve from the web document? The relationship between web page and web browser What is web document? How does Web document integrate with the web browser? Static Web Page. Dynamic Web Page. Types of Dynamic Web page How client and server side works? An example to retrieve data with the web page from the server Conclusion

Page 5: Web browsers and web document

ENAMUL HAQ

Page 6: Web browsers and web document

A Web browser is a application that interprets the coding language of the Web in graphic form

This allows anyone to “browse the Web” by simple point and click navigation 1

What is Web Browsers?

Page 7: Web browsers and web document

Popular web browsers: Mozilla Firefox (or simply Firefox) is a 

free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. Firefox is available for Windows, macOS and Linux operating systems

Google Chrome is a freeware web browser developed by Google. It was first released in 2008, for Microsoft Windows, and was later ported to Linux, OS X, iOS and Android.

Page 8: Web browsers and web document
Page 9: Web browsers and web document

History and Milestones・ WorldWideWeb. Tim Berners-Lee Christmas

day, 1990. ・ libwww. Berners-Lee and a student at CERN

named Jean-Francois Groff 1991 /1992,. ・ Line-mode. Nicola Pellow,1991 ・ Erwise. After a visit from Robert Cailliau, a

group of students at Helsinki University of Technology joined together to write a web browser. April, 1992.

Page 10: Web browsers and web document

History and Milestones Opera. In 1994, the Opera browser was developed by a

team of researchers at a telecommunication company called Telenor in Oslo, Norway.

Internet in a box. January, 1994, O'Reilly and Associates

・Mozilla. In October, 1994, Netscape released the the first beta version of their browser, Mozilla 0.96b, over the Internet.

・ Internet Explorer. On August 23rd, 1995, Microsoft released their Windows 95 operating system, including a Web browser called Internet Explorer.

Page 11: Web browsers and web document

MARUFUR RAHMAN

Page 12: Web browsers and web document

The relationship between web document and web browser A web browser displays a web page on a monitor or

mobile device. The web page is what displays, but the term also refers to a computer file, usually written in HTML or comparable markup language. Web browsers coordinate the various web resource elements for the written web page, such as style sheets, scripts, and images, to present the web page.

Page 13: Web browsers and web document

How browser retrieve the web document a web browser can retrieve a web page from a remote

web server. On a higher level, the web server may restrict access to only a private network such as a corporate intranet or it provides access to the World Wide Web. On a lower level, the web browser uses the Hypertext Transfer Protocol (HTTP) to make such requests.

Page 14: Web browsers and web document

What is Web page? A web page (US spelling webpage or Web page) is

a document that is suitable for the World Wide Web and web browsers

Page 15: Web browsers and web document

The Uses of Web Document in Designing

An Webpage is best thought as a set of VIRTUAL ELEMENTS (paragraphs,titles,tables,list,images).

There are so many languages are used to create a web designing like as html, css, javascript, php etc

Page 16: Web browsers and web document

What is HTML HTML is the standard markup language for creating

Web pages. HTML stands for Hyper Text Markup Language HTML describes the structure of Web pages using

markup HTML elements are the building blocks of HTML

pages

Page 17: Web browsers and web document

Html Example : <html> <head> <title>This is a title</title> </head> <body> <p>Hello world!</p> </body> </html>

Page 18: Web browsers and web document

Html Output

Page 19: Web browsers and web document

What is CSS: CSS is a language that describes the style

of an HTML document. CSS describes how HTML elements should

be displayed

Page 20: Web browsers and web document

Css Example

Page 21: Web browsers and web document

Css Output

Page 22: Web browsers and web document

TYPES OF WEBPAGE THERE HAVE TWO TYPES OF WEB PAGE:

1.STATIC WEB PAGE

2.DYNAMIC WEB PAGE

Page 23: Web browsers and web document

ZANNATUL NAIM

Page 24: Web browsers and web document

Static Web Page

Static Web pages display the exact same information whenever anyone visits it.

Static Web pages do not have to be simple plain text.

Page 25: Web browsers and web document

Static Web Page

Page 26: Web browsers and web document

Static Page Output

Page 27: Web browsers and web document

Static Web PageWhy do we Need a Style Sheet?Separates content from formatConsistent appearance over a siteAllows to easily change style

In one page In a whole site

Increases the ability to handle style features

Page 28: Web browsers and web document

Static Web Page Static web pages are suitable for the contents that

never or rarely need to be updated. However, maintaining large numbers of static pages

as files can be impractical without automated tools. Any personalization or interactivity has to run client-

side, which is restricting

Page 29: Web browsers and web document

Static web page is delivered to the user exactly as stored

Page 30: Web browsers and web document

Advantages of static websites Quick to develop

Cheap to develop

Cheap to host

Page 31: Web browsers and web document

Disadvantages of static websites Requires web development expertise to update site

Site not as useful for the user

Content can get stagnant

Page 32: Web browsers and web document

MD. NOOR MOHAMMAD

Page 33: Web browsers and web document

Dynamic Web Page

A dynamic website contains information that changes, depending on the viewer, the time of the day, the time zone, the viewers native language, and other factors.

Page 34: Web browsers and web document

Types of Dynamic Web page Server-side dynamic web page

Client-side dynamic web page

Page 35: Web browsers and web document

Client-side dynamic web page It is processed using client side scripting such as

JavaScript. And then passed in

Server-side dynamic web page It is created by using server-side scripting. There are

server-side scripting parameters that determine how to assemble a new web page which also include setting up of more client-side processing.

Types of Dynamic Web page

Page 36: Web browsers and web document

How Client side Web page works?Client-side scripting refers to the programs that are executed on client-side. Client-side scripts contains the instruction for the browser to be executed in response to certain user’s action.

Page 37: Web browsers and web document

Client Side Example

Page 38: Web browsers and web document

Server side Web page works? Sever-side scripting acts as an interface

for the client and also limit the user access the resources on web server. It can also collects the user’s characteristics in order to customize response.

Page 39: Web browsers and web document

Server-side Example

Page 40: Web browsers and web document

Conclusion If you have further questions about the Web

browser or Web document, this document is a repository of questions and answers about the procedures and programs.

Page 41: Web browsers and web document

Thank You!