Movatterモバイル変換


[0]ホーム

URL:


PPTX, PDF325 views

Web Design Basics and HTML

The document explains the basics of web design, detailing the differences between static and dynamic webpages. Static webpages have fixed content and display the same information to all visitors, while dynamic webpages generate different content based on user interactions and scripts. Additionally, it discusses HTML as the standard markup language for creating webpages and introduces Dynamic HTML (DHTML) for creating dynamically changing websites.

Embed presentation

Download to read offline
LAKSHYA INSTITUTE OF TECHNOLOGYPresented by-Rajesh Kumar SanabadaWeb DeveloperContact-8908432646Mail-id:-lit.rajeshsanabada2016@gmail.com“WEB DESIGNBASICS”
STATIC WEBPAGESA static website contains Web pages with fixedcontent.Each page is coded in HTML and displays the sameinformation to every visitor.Static sites are the most basic type of website and arethe easiest to create. Unlike dynamic websites, they do not require anyWeb programming or database design.A static site can be built by simply creating a fewHTML pages and publishing them to a Web server.
DYNAMIC WEBPAGESA dynamic web page is a web page that displaysdifferent content each time it's viewed. For example, the page may change with the time ofday, the user that accesses the webpage, or the type ofuser interaction.There are two types of dynamic web pages:-CLIENT-SIDE SCRIPTINGSERVER-SIDE SCRIPTING
Client-Side ScriptingWeb pages that change in response to an action withinthat web page, such as a mouse or a keyboard action, useclient-side scripting.Client-side scripts generate client-side content. Client-side content is content that's generated on the user'scomputer rather than the server. In these cases, theuser's web browser would download the web pagecontent from the server, process the code that'sembedded in the web page, and then display theupdated content to the user.Scripting languages such as JavaScript and Flash allow aweb page to respond to client-side events.
Server-Side ScriptingWeb pages that change when a web page is loaded orvisited use server-side scripting.Server-side content is content that's generated whena web page is loaded. For example, login pages, forums,submission forms, and shopping carts, all use server-side scripting since those web pages change accordingto what is submitted to it.Scripting languages such as PHP, ASP, ASP.NET, JSP,ColdFusion and Perl allow a web page to respond tosubmission events.
DIFFERENCE BETWEEN STATIC ANDDYNAMIC WEBPAGESStatic Web PagesStatic Web pages display the exact same informationwhenever anyone visits it.Static Web pages do not have to be simple plain text.They can feature detailed multimedia design and evenvideos.However, every visitor to that page will be greeted bythe exact same text, multimedia design or video everytime he visits the page until you alter that page's sourcecode
DIFFERENCE BETWEEN STATIC ANDDYNAMIC WEBPAGESDynamic Web PagesDynamic Web pages are capable of producingdifferent content for different visitors from the samesource code file.The website can display different content based onwhat operating system or browser the visitor is using,whether she is using a PC or a mobile device, or eventhe source that referred the visitor.A dynamic Web page is not necessarily better than astatic Web page. The two simply serve differentpurposes.
HTMLHTML is the standard markup language for creatingWeb pages.HTML stands for Hyper Text Markup Language.HTML describes the structure of Web pages usingmarkup.HTML elements are the building blocks of HTML pages.HTML elements are represented by tags.HTML tags label pieces of content such as "heading","paragraph", "table", and so on.Browsers do not display the HTML tags, but use themto render the content of the page
Example<!DOCTYPE html><html><head><title>Page Title</title></head><body><h1>My First Heading</h1><p>My first paragraph.</p></body></html>
Example Explained•The <!DOCTYPE html> declaration defines this document tobe HTML5•The <html> element is the root element of an HTML page•The <head> element contains meta information about thedocument•The <title> element specifies a title for the document•The <body> element contains the visible page content•The <h1> element defines a large heading•The <p> element defines a paragraph
DHTMLDynamic HyerText Markup Language (DHTML) is a combination ofWeb development technologies used to create dynamically changingwebsites.Web pages may include animation, dynamic menus and text effects.The technologies used include a combination of HTML, JavaScript orVB Script, CSS and the document object model (DOM).Simplest feature is making the page dynamic.Can be used to create animations, games, applications, provide newways of navigating through web sites.DHTML use low-bandwidth effect which enhance web pagefunctionality.Dynamic building of web pages is simple as no plug-in is required.Facilitates the usage of events, methods and properties and codereuse.
How the Web Works?• WWW use classical client / server architecture– HTTP is text-based request-response protocol12Page requestClient running a WebBrowserServer running WebServer Software(IIS, Apache, etc.)Server responseHTTPHTTP
Web Design Basics and HTML

Recommended

PPT
Web browsers and web document
PPTX
Web Pages
PPTX
Web Development
PPTX
html & css
PPT
Introduction to Basic Concepts in Web
PPTX
Html n CSS
PPTX
Fundamentals of Web building
PPTX
Introduction to HTML5 and CSS3
PPT
presentation on static website design
PPT
Unit 2 dhtml
PPTX
Web Development basics with WordPress
PPTX
Web essentials
PPTX
PPT
Static web documents
PPTX
Dhtml sohaib ch
PPTX
Introduction to HTML
PPT
DHTML - Dynamic HTML
PPTX
Languages of Internet
PPTX
Website Designing Services | Web Development Vizag | Web Solutions Visakhapatnam
PPTX
Web designing course bangalore
PPT
Introduction To Website Development
PPTX
PPTX
Web Development Today
PPT
Web 2.0
PPTX
Web development
PPSX
Steph's Html5 and css presentation
PPTX
Grade 11unit ICT 4(NEW) CLASS NOTE .pptx
PPTX
Teaching Presentation on web Technology.

More Related Content

PPT
Web browsers and web document
PPTX
Web Pages
PPTX
Web Development
PPTX
html & css
PPT
Introduction to Basic Concepts in Web
PPTX
Html n CSS
PPTX
Fundamentals of Web building
PPTX
Introduction to HTML5 and CSS3
Web browsers and web document
Web Pages
Web Development
html & css
Introduction to Basic Concepts in Web
Html n CSS
Fundamentals of Web building
Introduction to HTML5 and CSS3

What's hot

PPT
presentation on static website design
PPT
Unit 2 dhtml
PPTX
Web Development basics with WordPress
PPTX
Web essentials
PPTX
PPT
Static web documents
PPTX
Dhtml sohaib ch
PPTX
Introduction to HTML
PPT
DHTML - Dynamic HTML
PPTX
Languages of Internet
PPTX
Website Designing Services | Web Development Vizag | Web Solutions Visakhapatnam
PPTX
Web designing course bangalore
PPT
Introduction To Website Development
PPTX
PPTX
Web Development Today
PPT
Web 2.0
PPTX
Web development
PPSX
Steph's Html5 and css presentation
presentation on static website design
Unit 2 dhtml
Web Development basics with WordPress
Web essentials
Static web documents
Dhtml sohaib ch
Introduction to HTML
DHTML - Dynamic HTML
Languages of Internet
Website Designing Services | Web Development Vizag | Web Solutions Visakhapatnam
Web designing course bangalore
Introduction To Website Development
Web Development Today
Web 2.0
Web development
Steph's Html5 and css presentation

Similar to Web Design Basics and HTML

PPTX
Grade 11unit ICT 4(NEW) CLASS NOTE .pptx
PPTX
Teaching Presentation on web Technology.
PPTX
Static dynamic and active web pages
PPTX
INDUSTRIAL TRAINING Presentation on Web Development. (2).pptx
PPTX
Web Application Programming with HTML 5 part 2
PDF
Unit 01 (1).pdf
PPTX
Static and Dynamic webpage
PPTX
What Are The Different Types Of Web Technologies.pptx
PPTX
Markup language classification, designing static and dynamic
PDF
Web engineering notes unit 3
PPTX
Website/Web Applications / Static vs Dynamic Website / Web Browser /
PPTX
PDF
Web Engineering UNIT III as per RGPV Syllabus
PPTX
E-Commerce and Web Designing BCOM second year 3rd semester students
PPTX
Day 1 - Web Development (HTML intro).pptx
PPT
PPTX
Website creation Module Topic in Digital Marketing Syllabus
PPTX
Html5 &amp; css3
PPTX
An Introduction to HTML
Grade 11unit ICT 4(NEW) CLASS NOTE .pptx
Teaching Presentation on web Technology.
Static dynamic and active web pages
INDUSTRIAL TRAINING Presentation on Web Development. (2).pptx
Web Application Programming with HTML 5 part 2
Unit 01 (1).pdf
Static and Dynamic webpage
What Are The Different Types Of Web Technologies.pptx
Markup language classification, designing static and dynamic
Web engineering notes unit 3
Website/Web Applications / Static vs Dynamic Website / Web Browser /
Web Engineering UNIT III as per RGPV Syllabus
E-Commerce and Web Designing BCOM second year 3rd semester students
Day 1 - Web Development (HTML intro).pptx
Website creation Module Topic in Digital Marketing Syllabus
Html5 &amp; css3
An Introduction to HTML

Recently uploaded

PPTX
Details of Muscular-and-Nervous-Tissues.pptx
PPTX
Limpitlaw "Licensing: From Mindset to Milestones"
PPTX
Campfens "The Data Qualify Challenge: Publishers, institutions, and funders r...
PDF
Analyzing the data of your initial survey
PPTX
Searching in PubMed andCochrane_Practical Presentation.pptx
PPTX
Details of Epithelial and Connective Tissue.pptx
PDF
Scalable-MADDPG-Based Cooperative Target Invasion for a Multi-USV System.pdf
PDF
Unit-III pdf (Basic listening Skill, Effective Writing Communication & Writin...
PDF
1ST APPLICATION FOR ANNULMENT (4)8787666.pdf
PPTX
Introduction-to-Anatomy-and-Physiology.pptx
PPTX
TAMIS & TEMS - HOW, WHY and THE STEPS IN PROCTOLOGY
PDF
Toward Massive, Ultrareliable, and Low-Latency Wireless Communication With Sh...
PPTX
Cost of Capital - Cost of Equity, Cost of debenture, Cost of Preference share...
PDF
Digital Wellness in University Communities: Libraries as Guardians of Healthy...
PDF
Current Electricity for first year physiotherapy
PPTX
extracting significant information to formulate sound judgement
PPTX
York "Collaboration for Research Support at U-M Library"
PPTX
ICH Harmonization A Global Pathway to Unified Drug Regulation.pptx
PPTX
2025-2026 History in your Hands Class 4 December 2025 January 2026 .pptx
PPTX
PURPOSIVE SAMPLING IN EDUCATIONAL RESEARCH RACHITHRA RK.pptx
Details of Muscular-and-Nervous-Tissues.pptx
Limpitlaw "Licensing: From Mindset to Milestones"
Campfens "The Data Qualify Challenge: Publishers, institutions, and funders r...
Analyzing the data of your initial survey
Searching in PubMed andCochrane_Practical Presentation.pptx
Details of Epithelial and Connective Tissue.pptx
Scalable-MADDPG-Based Cooperative Target Invasion for a Multi-USV System.pdf
Unit-III pdf (Basic listening Skill, Effective Writing Communication & Writin...
1ST APPLICATION FOR ANNULMENT (4)8787666.pdf
Introduction-to-Anatomy-and-Physiology.pptx
TAMIS & TEMS - HOW, WHY and THE STEPS IN PROCTOLOGY
Toward Massive, Ultrareliable, and Low-Latency Wireless Communication With Sh...
Cost of Capital - Cost of Equity, Cost of debenture, Cost of Preference share...
Digital Wellness in University Communities: Libraries as Guardians of Healthy...
Current Electricity for first year physiotherapy
extracting significant information to formulate sound judgement
York "Collaboration for Research Support at U-M Library"
ICH Harmonization A Global Pathway to Unified Drug Regulation.pptx
2025-2026 History in your Hands Class 4 December 2025 January 2026 .pptx
PURPOSIVE SAMPLING IN EDUCATIONAL RESEARCH RACHITHRA RK.pptx

Web Design Basics and HTML

  • 1.
    LAKSHYA INSTITUTE OFTECHNOLOGYPresented by-Rajesh Kumar SanabadaWeb DeveloperContact-8908432646Mail-id:-lit.rajeshsanabada2016@gmail.com“WEB DESIGNBASICS”
  • 2.
    STATIC WEBPAGESA staticwebsite contains Web pages with fixedcontent.Each page is coded in HTML and displays the sameinformation to every visitor.Static sites are the most basic type of website and arethe easiest to create. Unlike dynamic websites, they do not require anyWeb programming or database design.A static site can be built by simply creating a fewHTML pages and publishing them to a Web server.
  • 3.
    DYNAMIC WEBPAGESA dynamicweb page is a web page that displaysdifferent content each time it's viewed. For example, the page may change with the time ofday, the user that accesses the webpage, or the type ofuser interaction.There are two types of dynamic web pages:-CLIENT-SIDE SCRIPTINGSERVER-SIDE SCRIPTING
  • 4.
    Client-Side ScriptingWeb pagesthat change in response to an action withinthat web page, such as a mouse or a keyboard action, useclient-side scripting.Client-side scripts generate client-side content. Client-side content is content that's generated on the user'scomputer rather than the server. In these cases, theuser's web browser would download the web pagecontent from the server, process the code that'sembedded in the web page, and then display theupdated content to the user.Scripting languages such as JavaScript and Flash allow aweb page to respond to client-side events.
  • 5.
    Server-Side ScriptingWeb pagesthat change when a web page is loaded orvisited use server-side scripting.Server-side content is content that's generated whena web page is loaded. For example, login pages, forums,submission forms, and shopping carts, all use server-side scripting since those web pages change accordingto what is submitted to it.Scripting languages such as PHP, ASP, ASP.NET, JSP,ColdFusion and Perl allow a web page to respond tosubmission events.
  • 6.
    DIFFERENCE BETWEEN STATICANDDYNAMIC WEBPAGESStatic Web PagesStatic Web pages display the exact same informationwhenever anyone visits it.Static Web pages do not have to be simple plain text.They can feature detailed multimedia design and evenvideos.However, every visitor to that page will be greeted bythe exact same text, multimedia design or video everytime he visits the page until you alter that page's sourcecode
  • 7.
    DIFFERENCE BETWEEN STATICANDDYNAMIC WEBPAGESDynamic Web PagesDynamic Web pages are capable of producingdifferent content for different visitors from the samesource code file.The website can display different content based onwhat operating system or browser the visitor is using,whether she is using a PC or a mobile device, or eventhe source that referred the visitor.A dynamic Web page is not necessarily better than astatic Web page. The two simply serve differentpurposes.
  • 8.
    HTMLHTML is thestandard markup language for creatingWeb pages.HTML stands for Hyper Text Markup Language.HTML describes the structure of Web pages usingmarkup.HTML elements are the building blocks of HTML pages.HTML elements are represented by tags.HTML tags label pieces of content such as "heading","paragraph", "table", and so on.Browsers do not display the HTML tags, but use themto render the content of the page
  • 9.
    Example<!DOCTYPE html><html><head><title>Page Title</title></head><body><h1>MyFirst Heading</h1><p>My first paragraph.</p></body></html>
  • 10.
    Example Explained•The <!DOCTYPEhtml> declaration defines this document tobe HTML5•The <html> element is the root element of an HTML page•The <head> element contains meta information about thedocument•The <title> element specifies a title for the document•The <body> element contains the visible page content•The <h1> element defines a large heading•The <p> element defines a paragraph
  • 11.
    DHTMLDynamic HyerText MarkupLanguage (DHTML) is a combination ofWeb development technologies used to create dynamically changingwebsites.Web pages may include animation, dynamic menus and text effects.The technologies used include a combination of HTML, JavaScript orVB Script, CSS and the document object model (DOM).Simplest feature is making the page dynamic.Can be used to create animations, games, applications, provide newways of navigating through web sites.DHTML use low-bandwidth effect which enhance web pagefunctionality.Dynamic building of web pages is simple as no plug-in is required.Facilitates the usage of events, methods and properties and codereuse.
  • 12.
    How the WebWorks?• WWW use classical client / server architecture– HTTP is text-based request-response protocol12Page requestClient running a WebBrowserServer running WebServer Software(IIS, Apache, etc.)Server responseHTTPHTTP

Editor's Notes


[8]ページ先頭

©2009-2025 Movatter.jp