SlideShare una empresa de Scribd logo
1 de 19
A Presentation
      On
Web designing tools
       Presented by………
        Mohd Ikhlaque Ansari
        Monu kumar verma
        Mohd shoeb
Out Line
1.Web Designing
2. Available Tools
  HTML
  DHTML
  XML
  Java Script
3.Web Designing Editors
  Dreamweaver
  Front Page
Web Designing
 The intent of web design is to create
  website that presents content to the
  end user in the form of webpages upon
  request. Such elements as text, forms, and
  bit-mapped images can be placed on the
  page using HTML, XHTML, or XML
  tags.
Web page
 A web page, as an information set, can
  contain numerous types of information.
  Web pages may be retrieved from a local
  computer or from a web server.
 The web server may restrict access only
  to a private network.
Website
 A web site is a collection of information
  about a particular subject. Designing a
  web site is defined as the arrangement and
  creation of web pages that in turn make
  up a web site. A web page consists of
  information for which the web site is
  developed.
Available Tools
  HTML
  HTML, an initialism of HyperText Markup Language, is the predominant markup

     language for Web pages
  Java Scrip

 JavaScript is a scripting language widely used for client-side web development
  DHTML
 –   DHTML is NOT a language.
 –   DHTML is a TERM describing the art of making dynamic and interactive web pages.
 –   DHTML combines HTML, JavaScript DHTML is NOT a language.
 –   DHTML is a TERM describing the art of making dynamic and interactive web pages.
 –   DHTML combines HTML, JavaScript
  XML
     The Extensible Markup Language (XML) is a general-purpose specification for
     creating custom markup languages
HTML?
HTML stands for hypertext markup language.
HTML is not a programming language ,it is a markup
  language.
HTML DOCUMENTS AND
EXTENSION
.HTML documents describe web pages and
  contain html tags and plain text.
.HTML uses extension .html or .htm
HTML Tags
Tags for heading
 <h1> to <h6>
Tags for paragraph
 <p>.
Tags for line break
<br>.
Tags for horizontal rule line
<hr>
Tags for text formatting
<u>Defines underlined text
<b>Defines bold text
<big>Defines big text
<i>Defines italic text
HTML Links?

HTML links are defined with the <a> tag.


<a href="http://www.w3schools.com">
This is a link
</a>
Java Script?
 JavaScript is a scripting language
 A scripting language is a lightweight programming
  language
 JavaScript is usually embedded directly into HTML
  pages
 JavaScript is an interpreted language (means that
  scripts execute without preliminary compilation)
 JavaScript is a sequence of statements to be
  executed by the browser
How to Put a JavaScript Into an
    HTML Page
JavaScripts in the body section will be executed WHILE the page loads.
<html>
<head><script type="text/javascript">
document.write(“krishna engineering college");
</script></head>
</html>

JavaScripts in the head section will be executed when CALLED.
<html>
<head>
</head>
<body>
<script type="text/javascript">Document.write(“mca”);
</script>
</body>


.
JavaScript Variables
or expressions?
<html>
<body>

<script type="text/javascript">
var firstname;
firstname="Hege";
document.write(firstname);
document.write("</br >");
firstname="Tove";
document.write(firstname);
</script>
<p>The script above declares a variable,
assigns a value to it, displays the value, change the value,
and displays the value again.</p>
</body>
</html>
JavaScript Functions
A function is a reusable code-block that will be executed by an
event, or when the function is called.
<html>
<head>
<script type="text/javascript">
function displaymessage()
{
alert("Hello World!");
}
</script>
</head>
<body>
<form>
<input type="button" value="Click me!"
onclick="displaymessage()" >
</form>
</body>
</html>
Web Designing Editors
  Dream Viewer
  Front Page
Front Page
 Microsoft FrontPage is a HTML editor and
web site administration tool from Microsoft for
  the Microsoft Windows line of
  operating systems.
Dreamweaver
 Adobe Dreamweaver is a web development application
  originally created by Allaire Systems, which was acquired
  around 1998 by Macromedia and is now owned by
  Adobe Systems .
 Dreamweaver is available for both Windows operating systems.
  Recent versions have incorporated support for web technologies
  such as CSS, JavaScript, and various server-side scripting
  languages and frameworks including ASP.NET,
  JavaServer Pages (JSP), and PHP.
Thank
“Brain storming”
Feel free for any

“Queries”

Más contenido relacionado

La actualidad más candente

La actualidad más candente (19)

How to create basic webpage
How to create basic webpageHow to create basic webpage
How to create basic webpage
 
Html vs xhtml
Html vs xhtmlHtml vs xhtml
Html vs xhtml
 
Introduction to XHTML
Introduction to XHTMLIntroduction to XHTML
Introduction to XHTML
 
Web development
Web developmentWeb development
Web development
 
DHTML - Dynamic HTML
DHTML - Dynamic HTMLDHTML - Dynamic HTML
DHTML - Dynamic HTML
 
CSC103 Web Technologies: HTML, CSS, JS
CSC103 Web Technologies: HTML, CSS, JSCSC103 Web Technologies: HTML, CSS, JS
CSC103 Web Technologies: HTML, CSS, JS
 
Introduction to HTML
Introduction to HTMLIntroduction to HTML
Introduction to HTML
 
Intro to HTML, CSS & JS - Internship Presentation Week-3
Intro to HTML, CSS & JS - Internship Presentation Week-3Intro to HTML, CSS & JS - Internship Presentation Week-3
Intro to HTML, CSS & JS - Internship Presentation Week-3
 
JavaScript - Part-1
JavaScript - Part-1JavaScript - Part-1
JavaScript - Part-1
 
Introduction to HTML, CSS, and Javascript
Introduction to HTML, CSS, and JavascriptIntroduction to HTML, CSS, and Javascript
Introduction to HTML, CSS, and Javascript
 
Hushang Gaikwad
Hushang GaikwadHushang Gaikwad
Hushang Gaikwad
 
Class2
Class2Class2
Class2
 
Web page concept final ppt
Web page concept  final pptWeb page concept  final ppt
Web page concept final ppt
 
Html and css presentation
Html and css presentationHtml and css presentation
Html and css presentation
 
Xhtml
XhtmlXhtml
Xhtml
 
Html
HtmlHtml
Html
 
HTML Introduction
HTML IntroductionHTML Introduction
HTML Introduction
 
Dhtml sohaib ch
Dhtml sohaib chDhtml sohaib ch
Dhtml sohaib ch
 
Intro to HTML & CSS
Intro to HTML & CSSIntro to HTML & CSS
Intro to HTML & CSS
 

Destacado

Sreerag parallel programming
Sreerag   parallel programmingSreerag   parallel programming
Sreerag parallel programming
Sreerag Gopinath
 

Destacado (20)

Web Designing Training In Ambala! BATRA COMPUTER CENTRE
Web Designing Training In Ambala! BATRA COMPUTER CENTREWeb Designing Training In Ambala! BATRA COMPUTER CENTRE
Web Designing Training In Ambala! BATRA COMPUTER CENTRE
 
Web designing avdhesh
Web designing avdheshWeb designing avdhesh
Web designing avdhesh
 
Subscriptions may soon drive consumer market
Subscriptions may soon drive consumer market Subscriptions may soon drive consumer market
Subscriptions may soon drive consumer market
 
Présentation JavaScript
Présentation JavaScriptPrésentation JavaScript
Présentation JavaScript
 
Journey To The Front End World - Part3 - The Machine
Journey To The Front End World - Part3 - The MachineJourney To The Front End World - Part3 - The Machine
Journey To The Front End World - Part3 - The Machine
 
Php Indonesia x Bliblidotcom - Architecting Scalable CSS
Php Indonesia x Bliblidotcom - Architecting Scalable CSSPhp Indonesia x Bliblidotcom - Architecting Scalable CSS
Php Indonesia x Bliblidotcom - Architecting Scalable CSS
 
Javascript
JavascriptJavascript
Javascript
 
An Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java ScriptAn Overview of HTML, CSS & Java Script
An Overview of HTML, CSS & Java Script
 
Fundamental JavaScript [UTC, March 2014]
Fundamental JavaScript [UTC, March 2014]Fundamental JavaScript [UTC, March 2014]
Fundamental JavaScript [UTC, March 2014]
 
Introduction to JavaScript
Introduction to JavaScriptIntroduction to JavaScript
Introduction to JavaScript
 
16 Web & Graphic Design Trends to Watch in 2016
16 Web & Graphic Design Trends to Watch in 201616 Web & Graphic Design Trends to Watch in 2016
16 Web & Graphic Design Trends to Watch in 2016
 
Introduction to Javascript
Introduction to JavascriptIntroduction to Javascript
Introduction to Javascript
 
Javascript
JavascriptJavascript
Javascript
 
Sreerag dot net vs j2ee
Sreerag   dot net vs j2eeSreerag   dot net vs j2ee
Sreerag dot net vs j2ee
 
Art With Cj Rider
Art With Cj RiderArt With Cj Rider
Art With Cj Rider
 
Sreerag web services - universal data access
Sreerag web services - universal data accessSreerag web services - universal data access
Sreerag web services - universal data access
 
Zodiakas
ZodiakasZodiakas
Zodiakas
 
Jesus Rally 2009
Jesus Rally 2009Jesus Rally 2009
Jesus Rally 2009
 
Sreerag parallel programming
Sreerag   parallel programmingSreerag   parallel programming
Sreerag parallel programming
 
LIFE - 9/23/09 - Grand Ventures Travel Presentation
LIFE - 9/23/09 - Grand Ventures Travel PresentationLIFE - 9/23/09 - Grand Ventures Travel Presentation
LIFE - 9/23/09 - Grand Ventures Travel Presentation
 

Similar a Web Designing

Markup language classification, designing static and dynamic
Markup language classification, designing static and dynamicMarkup language classification, designing static and dynamic
Markup language classification, designing static and dynamic
Ankita Bhalla
 

Similar a Web Designing (20)

Web development intership Presentation.pptx
Web development intership Presentation.pptxWeb development intership Presentation.pptx
Web development intership Presentation.pptx
 
Web Designing Training in Ambala ! BATRA COMPUTER CENTRE
Web Designing Training in Ambala ! BATRA COMPUTER CENTREWeb Designing Training in Ambala ! BATRA COMPUTER CENTRE
Web Designing Training in Ambala ! BATRA COMPUTER CENTRE
 
Dynamic html (#1)
Dynamic  html (#1)Dynamic  html (#1)
Dynamic html (#1)
 
Markup language classification, designing static and dynamic
Markup language classification, designing static and dynamicMarkup language classification, designing static and dynamic
Markup language classification, designing static and dynamic
 
HTML & JAVA Script
HTML & JAVA ScriptHTML & JAVA Script
HTML & JAVA Script
 
Vskills angular js sample material
Vskills angular js sample materialVskills angular js sample material
Vskills angular js sample material
 
Introduction To Website Development
Introduction To Website DevelopmentIntroduction To Website Development
Introduction To Website Development
 
Les Basiques - Web Développement HTML5, CSS3, JS et PHP
Les Basiques - Web  Développement HTML5, CSS3, JS et PHPLes Basiques - Web  Développement HTML5, CSS3, JS et PHP
Les Basiques - Web Développement HTML5, CSS3, JS et PHP
 
Iwt module 1
Iwt  module 1Iwt  module 1
Iwt module 1
 
HTML.pptx
HTML.pptxHTML.pptx
HTML.pptx
 
JAVA SCRIPT
JAVA SCRIPTJAVA SCRIPT
JAVA SCRIPT
 
Html-meeting1-1.pptx
Html-meeting1-1.pptxHtml-meeting1-1.pptx
Html-meeting1-1.pptx
 
JavaScript - Getting Started.pptx
JavaScript - Getting Started.pptxJavaScript - Getting Started.pptx
JavaScript - Getting Started.pptx
 
JS BASICS JAVA SCRIPT SCRIPTING
JS BASICS JAVA SCRIPT SCRIPTINGJS BASICS JAVA SCRIPT SCRIPTING
JS BASICS JAVA SCRIPT SCRIPTING
 
Java Script
Java ScriptJava Script
Java Script
 
Web Designing
Web Designing Web Designing
Web Designing
 
web devs ppt.ppsx
web devs ppt.ppsxweb devs ppt.ppsx
web devs ppt.ppsx
 
Bootcamp - Web Development Session 2
Bootcamp - Web Development Session 2Bootcamp - Web Development Session 2
Bootcamp - Web Development Session 2
 
BEAAUTIFUL presentation of java
BEAAUTIFUL  presentation of javaBEAAUTIFUL  presentation of java
BEAAUTIFUL presentation of java
 
HTML element is everything between the start tag and the end tag
HTML element is everything between the start tag and the end tagHTML element is everything between the start tag and the end tag
HTML element is everything between the start tag and the end tag
 

Más de Ram Dutt Shukla (20)

Ip Sec Rev1
Ip Sec Rev1Ip Sec Rev1
Ip Sec Rev1
 
Message Authentication
Message AuthenticationMessage Authentication
Message Authentication
 
Shttp
ShttpShttp
Shttp
 
Web Security
Web SecurityWeb Security
Web Security
 
I Pv6 Addressing
I Pv6 AddressingI Pv6 Addressing
I Pv6 Addressing
 
Anycast & Multicast
Anycast & MulticastAnycast & Multicast
Anycast & Multicast
 
Congestion Control
Congestion ControlCongestion Control
Congestion Control
 
Congestion Control
Congestion ControlCongestion Control
Congestion Control
 
Retransmission Tcp
Retransmission TcpRetransmission Tcp
Retransmission Tcp
 
Tcp Congestion Avoidance
Tcp Congestion AvoidanceTcp Congestion Avoidance
Tcp Congestion Avoidance
 
Tcp Immediate Data Transfer
Tcp Immediate Data TransferTcp Immediate Data Transfer
Tcp Immediate Data Transfer
 
Tcp Reliability Flow Control
Tcp Reliability Flow ControlTcp Reliability Flow Control
Tcp Reliability Flow Control
 
Tcp Udp Notes
Tcp Udp NotesTcp Udp Notes
Tcp Udp Notes
 
Transport Layer [Autosaved]
Transport Layer [Autosaved]Transport Layer [Autosaved]
Transport Layer [Autosaved]
 
Transport Layer
Transport LayerTransport Layer
Transport Layer
 
T Tcp
T TcpT Tcp
T Tcp
 
Anycast & Multicast
Anycast & MulticastAnycast & Multicast
Anycast & Multicast
 
Igmp
IgmpIgmp
Igmp
 
Mobile I Pv6
Mobile I Pv6Mobile I Pv6
Mobile I Pv6
 
Mld
MldMld
Mld
 

Último

00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![© ر
00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![©  ر00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![©  ر
00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![© ر
nafizanafzal
 
Constitution of Company Article of Association
Constitution of Company Article of AssociationConstitution of Company Article of Association
Constitution of Company Article of Association
seri bangash
 
Future of Trade 2024 - Decoupled and Reconfigured - Snapshot Report
Future of Trade 2024 - Decoupled and Reconfigured - Snapshot ReportFuture of Trade 2024 - Decoupled and Reconfigured - Snapshot Report
Future of Trade 2024 - Decoupled and Reconfigured - Snapshot Report
Dubai Multi Commodity Centre
 
ابو ظبي اعلان | - سايتوتك في الامارات حبوب الاجهاض للبيع ف حبوب الإجهاض ... ا...
ابو ظبي اعلان | - سايتوتك في الامارات حبوب الاجهاض للبيع ف حبوب الإجهاض ... ا...ابو ظبي اعلان | - سايتوتك في الامارات حبوب الاجهاض للبيع ف حبوب الإجهاض ... ا...
ابو ظبي اعلان | - سايتوتك في الامارات حبوب الاجهاض للبيع ف حبوب الإجهاض ... ا...
brennadilys816
 

Último (20)

00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![© ر
00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![©  ر00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![©  ر
00971508021841 حبوب الإجهاض في دبي | أبوظبي | الشارقة | السطوة |❇ ❈ ((![© ر
 
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdfInnomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
 
Series A Fundraising Guide (Investing Individuals Improving Our World) by Accion
Series A Fundraising Guide (Investing Individuals Improving Our World) by AccionSeries A Fundraising Guide (Investing Individuals Improving Our World) by Accion
Series A Fundraising Guide (Investing Individuals Improving Our World) by Accion
 
1Q24_EN hyundai capital 1q performance
1Q24_EN   hyundai capital 1q performance1Q24_EN   hyundai capital 1q performance
1Q24_EN hyundai capital 1q performance
 
Unlocking Growth The Power of Outsourcing for CPA Firms
Unlocking Growth The Power of Outsourcing for CPA FirmsUnlocking Growth The Power of Outsourcing for CPA Firms
Unlocking Growth The Power of Outsourcing for CPA Firms
 
Navigating Tax Season with Confidence Streamlines CPA Firms
Navigating Tax Season with Confidence Streamlines CPA FirmsNavigating Tax Season with Confidence Streamlines CPA Firms
Navigating Tax Season with Confidence Streamlines CPA Firms
 
stock price prediction using machine learning
stock price prediction using machine learningstock price prediction using machine learning
stock price prediction using machine learning
 
MEANING AND CHARACTERISTICS OF TAXATION.
MEANING AND CHARACTERISTICS OF TAXATION.MEANING AND CHARACTERISTICS OF TAXATION.
MEANING AND CHARACTERISTICS OF TAXATION.
 
wagamamaLab presentation @MIT 20240509 IRODORI
wagamamaLab presentation @MIT 20240509 IRODORIwagamamaLab presentation @MIT 20240509 IRODORI
wagamamaLab presentation @MIT 20240509 IRODORI
 
Goal Presentation_NEW EMPLOYEE_NETAPS FOUNDATION.pptx
Goal Presentation_NEW EMPLOYEE_NETAPS FOUNDATION.pptxGoal Presentation_NEW EMPLOYEE_NETAPS FOUNDATION.pptx
Goal Presentation_NEW EMPLOYEE_NETAPS FOUNDATION.pptx
 
Daftar Rumpun, Pohon, dan Cabang Ilmu (2024).pdf
Daftar Rumpun, Pohon, dan Cabang Ilmu (2024).pdfDaftar Rumpun, Pohon, dan Cabang Ilmu (2024).pdf
Daftar Rumpun, Pohon, dan Cabang Ilmu (2024).pdf
 
HAL Financial Performance Analysis and Future Prospects
HAL Financial Performance Analysis and Future ProspectsHAL Financial Performance Analysis and Future Prospects
HAL Financial Performance Analysis and Future Prospects
 
Blinkit: Revolutionizing the On-Demand Grocery Delivery Service.pptx
Blinkit: Revolutionizing the On-Demand Grocery Delivery Service.pptxBlinkit: Revolutionizing the On-Demand Grocery Delivery Service.pptx
Blinkit: Revolutionizing the On-Demand Grocery Delivery Service.pptx
 
Exploring-Pipe-Flanges-Applications-Types-and-Benefits.pptx
Exploring-Pipe-Flanges-Applications-Types-and-Benefits.pptxExploring-Pipe-Flanges-Applications-Types-and-Benefits.pptx
Exploring-Pipe-Flanges-Applications-Types-and-Benefits.pptx
 
Constitution of Company Article of Association
Constitution of Company Article of AssociationConstitution of Company Article of Association
Constitution of Company Article of Association
 
hyundai capital 2023 consolidated financial statements
hyundai capital 2023 consolidated financial statementshyundai capital 2023 consolidated financial statements
hyundai capital 2023 consolidated financial statements
 
How Do Venture Capitalists Make Decisions?
How Do Venture Capitalists Make Decisions?How Do Venture Capitalists Make Decisions?
How Do Venture Capitalists Make Decisions?
 
Future of Trade 2024 - Decoupled and Reconfigured - Snapshot Report
Future of Trade 2024 - Decoupled and Reconfigured - Snapshot ReportFuture of Trade 2024 - Decoupled and Reconfigured - Snapshot Report
Future of Trade 2024 - Decoupled and Reconfigured - Snapshot Report
 
Raising Seed Capital by Steve Schlafman at RRE Ventures
Raising Seed Capital by Steve Schlafman at RRE VenturesRaising Seed Capital by Steve Schlafman at RRE Ventures
Raising Seed Capital by Steve Schlafman at RRE Ventures
 
ابو ظبي اعلان | - سايتوتك في الامارات حبوب الاجهاض للبيع ف حبوب الإجهاض ... ا...
ابو ظبي اعلان | - سايتوتك في الامارات حبوب الاجهاض للبيع ف حبوب الإجهاض ... ا...ابو ظبي اعلان | - سايتوتك في الامارات حبوب الاجهاض للبيع ف حبوب الإجهاض ... ا...
ابو ظبي اعلان | - سايتوتك في الامارات حبوب الاجهاض للبيع ف حبوب الإجهاض ... ا...
 

Web Designing

  • 1. A Presentation On Web designing tools Presented by………  Mohd Ikhlaque Ansari  Monu kumar verma  Mohd shoeb
  • 2. Out Line 1.Web Designing 2. Available Tools HTML DHTML XML Java Script 3.Web Designing Editors Dreamweaver Front Page
  • 3. Web Designing  The intent of web design is to create website that presents content to the end user in the form of webpages upon request. Such elements as text, forms, and bit-mapped images can be placed on the page using HTML, XHTML, or XML tags.
  • 4. Web page  A web page, as an information set, can contain numerous types of information. Web pages may be retrieved from a local computer or from a web server.  The web server may restrict access only to a private network.
  • 5. Website  A web site is a collection of information about a particular subject. Designing a web site is defined as the arrangement and creation of web pages that in turn make up a web site. A web page consists of information for which the web site is developed.
  • 6. Available Tools  HTML  HTML, an initialism of HyperText Markup Language, is the predominant markup language for Web pages  Java Scrip JavaScript is a scripting language widely used for client-side web development  DHTML – DHTML is NOT a language. – DHTML is a TERM describing the art of making dynamic and interactive web pages. – DHTML combines HTML, JavaScript DHTML is NOT a language. – DHTML is a TERM describing the art of making dynamic and interactive web pages. – DHTML combines HTML, JavaScript  XML The Extensible Markup Language (XML) is a general-purpose specification for creating custom markup languages
  • 7. HTML? HTML stands for hypertext markup language. HTML is not a programming language ,it is a markup language.
  • 8. HTML DOCUMENTS AND EXTENSION .HTML documents describe web pages and contain html tags and plain text. .HTML uses extension .html or .htm
  • 9. HTML Tags Tags for heading  <h1> to <h6> Tags for paragraph  <p>. Tags for line break <br>. Tags for horizontal rule line <hr> Tags for text formatting <u>Defines underlined text <b>Defines bold text <big>Defines big text <i>Defines italic text
  • 10. HTML Links? HTML links are defined with the <a> tag. <a href="http://www.w3schools.com"> This is a link </a>
  • 11. Java Script?  JavaScript is a scripting language  A scripting language is a lightweight programming language  JavaScript is usually embedded directly into HTML pages  JavaScript is an interpreted language (means that scripts execute without preliminary compilation)  JavaScript is a sequence of statements to be executed by the browser
  • 12. How to Put a JavaScript Into an HTML Page JavaScripts in the body section will be executed WHILE the page loads. <html> <head><script type="text/javascript"> document.write(“krishna engineering college"); </script></head> </html> JavaScripts in the head section will be executed when CALLED. <html> <head> </head> <body> <script type="text/javascript">Document.write(“mca”); </script> </body> .
  • 13. JavaScript Variables or expressions? <html> <body> <script type="text/javascript"> var firstname; firstname="Hege"; document.write(firstname); document.write("</br >"); firstname="Tove"; document.write(firstname); </script> <p>The script above declares a variable, assigns a value to it, displays the value, change the value, and displays the value again.</p> </body> </html>
  • 14. JavaScript Functions A function is a reusable code-block that will be executed by an event, or when the function is called. <html> <head> <script type="text/javascript"> function displaymessage() { alert("Hello World!"); } </script> </head> <body> <form> <input type="button" value="Click me!" onclick="displaymessage()" > </form> </body> </html>
  • 15. Web Designing Editors Dream Viewer Front Page
  • 16. Front Page  Microsoft FrontPage is a HTML editor and web site administration tool from Microsoft for the Microsoft Windows line of operating systems.
  • 17. Dreamweaver  Adobe Dreamweaver is a web development application originally created by Allaire Systems, which was acquired around 1998 by Macromedia and is now owned by Adobe Systems .  Dreamweaver is available for both Windows operating systems. Recent versions have incorporated support for web technologies such as CSS, JavaScript, and various server-side scripting languages and frameworks including ASP.NET, JavaServer Pages (JSP), and PHP.
  • 18. Thank
  • 19. “Brain storming” Feel free for any “Queries”