MOOC PRESENTATION
ON
INTRODUCTION TO CLOUD DEVELOPMENT WITH HTML,
CSS & JAVASCRIPT
MODULE 1
Web and Cloud Development:
• Web development refers in general to the
tasks associated with developing websites for
hosting via intranet or internet. The web
development process includes web design, web
content development, client-side/server-side
scripting and network security configuration,
among other tasks.
• Cloud development involves, well, developing
the cloud. This involves developing the cloud
architecture such as planning, organizing,
and designing to implementing and structuring
cloud delivery models.
MODULE 2
HTML:
HTML stands for Hyper Text Markup Language,
which is the most widely used language on web to
develop pages.
CSS:
Cascading Style Sheets (CSS) is a simple mechanism
for adding style (e.g., fonts, colors, spacing) to
Web documents.
JS:
JavaScript is high-level, often just-in-time compiled,
and multi-paradigm. It has curly-bracket syntax,
dynamic typing, prototype-based object-orientation,
and first-class functions


www.google.com




3 / 1 / 2 0 X X S A M P L E F O O T E R T E X T 4
STRUCTURE OF HTML
MODULE 4
JAVA SCRIPTS FUNCTIONS:
The function is defined with the function keyword.
Example- function myFunction(a, b) {
return a * b;
}
JAVA SCRIPT DOM OBJECT:
The Document Object Model (DOM) is the data representation of the objects
that comprise the structure and content of a document on the web.
• getElementById()
• getElementByName()
• createElement
• innerHTML
• Append()
• AppendChild()
• RemoveChild()
SUMMARY
EDX is a non- profit open source online course (MOOC) provider which hosts
online university-level courses in wide range. It takes free online courses from
best universities in the world like Harvard, MIT, UC Berkeley, Microsoft
Tsinghua University and so on. The Verified track awards a certificate after you
successfully pass the course. It’s a great way to showcase the skills and
knowledge you’ve gained, and will help you too in your further career.
Learn more on :
https://discover.edx.org/about-us
7

Cloud development using html css and js

  • 1.
    MOOC PRESENTATION ON INTRODUCTION TOCLOUD DEVELOPMENT WITH HTML, CSS & JAVASCRIPT
  • 2.
    MODULE 1 Web andCloud Development: • Web development refers in general to the tasks associated with developing websites for hosting via intranet or internet. The web development process includes web design, web content development, client-side/server-side scripting and network security configuration, among other tasks. • Cloud development involves, well, developing the cloud. This involves developing the cloud architecture such as planning, organizing, and designing to implementing and structuring cloud delivery models.
  • 3.
    MODULE 2 HTML: HTML standsfor Hyper Text Markup Language, which is the most widely used language on web to develop pages. CSS: Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g., fonts, colors, spacing) to Web documents. JS: JavaScript is high-level, often just-in-time compiled, and multi-paradigm. It has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions
  • 4.
      www.google.com     3 / 1/ 2 0 X X S A M P L E F O O T E R T E X T 4 STRUCTURE OF HTML
  • 5.
    MODULE 4 JAVA SCRIPTSFUNCTIONS: The function is defined with the function keyword. Example- function myFunction(a, b) { return a * b; } JAVA SCRIPT DOM OBJECT: The Document Object Model (DOM) is the data representation of the objects that comprise the structure and content of a document on the web. • getElementById() • getElementByName() • createElement • innerHTML • Append() • AppendChild() • RemoveChild()
  • 6.
    SUMMARY EDX is anon- profit open source online course (MOOC) provider which hosts online university-level courses in wide range. It takes free online courses from best universities in the world like Harvard, MIT, UC Berkeley, Microsoft Tsinghua University and so on. The Verified track awards a certificate after you successfully pass the course. It’s a great way to showcase the skills and knowledge you’ve gained, and will help you too in your further career. Learn more on : https://discover.edx.org/about-us
  • 7.