Static and Dynamic webpage

4,137 views 10 slides Jul 26, 2017
Slide 1
Slide 1 of 10
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10

About This Presentation

It is simple to understand.
It is easy to learn.
its easy to transfer.
Its not complicated to understand.


Slide Content

“ Web design” NAME:-AISHWARYA RANI PALLAI Web Developer Contact-8249682207 Email id:[email protected] Presented by :- LAKSHYA INSTITUTE OF TECHNOLOGY

HTML stands for Hyper Test Markup Language. HTML is used to design a webpage. HTML provides web element such as table, text box, check box, panel form, etc. It doesn’t support operator, control structure, variable, function like programming language. HTML is used for tagging text files to achieve font, colour , graphics and hyperlink effects on world wide web page. Each tag associated with some attribute. Attribute is used to change the behaviour of the element. HTML

DHTML stands for Dynamic HTML. DHTML is the art of combining HTML, Java script, DOM(Document object model), CSS and Server side scripting language. DHTML is not a language or web standard. It is a term. The main objective to make the page dynamic. Dynamic means the content of webpage get change a per user require. DHTML is a TERM used to describe the technologies used to make webpages dynamic and interactive that allow the document to be animated. DHTML

Difference Between HTML and DHTML Static webpage HTML+ CSS NOKIA HTC Add to cart Add to cart NOKIA HTC Add to cart Add to cart i Nothing happen DHTML+CSS+HTM L

A  static web page is a web page that is delivered to the user exactly as stored on the web server. Static pages are also known as flat or stationary web pages. Static web pages are created using only HTML. Static web pages are only used when the information is no more required to be modified. User can only read the information but can’t modify it. Its easy to create. STATIC Webpage

Dynamic Web pages shows different information at different point of time. Its information can be change depending on the viewer, the time of the day, the time zone, viewer’s language and other factor. Dynamic web pages are of two types. 1. CLIENT-SIDE SCRIPTING 2. SERVER-SIDE SCRIPTING DYNAMIC Webpage

With client-side scripting, HTML scripting builds the page and can utilize JavaScript and other web-based programming languages to change the data that the HTML scripting adds to the page as it is built. SERVER-SIDE SCRIPTING With server-side scripting, scripts are run on the server that hosts the page. The process for how the page is built is determined by parameters defined in the server-side scripting. CLIENT-SIDE SCRIPTING

Difference between static web page & dynamic webpage STATIC WEBPAGES:- STATIC web pages can’t change the web page content. Static web pages do not have to be simple plain text. They can feature detailed multimedia design and even videos. DYNAMC WEBPAGE:- DYNAMC web pages can change the web page contents dynamically. The website can display different content based on what operating system or browser the visitor is using.

diagram of static web page A STATIC WEBPAGE is delivered to the user exactly as stored .

THANK YOU