Скачать презентацию WEEK 13 HTML XML IDE Framework Скачать презентацию WEEK 13 HTML XML IDE Framework

Week 13 - XML.pptx

  • Количество слайдов: 10

WEEK 13 HTML & XML IDE & Framework, API WEEK 13 HTML & XML IDE & Framework, API

HTML Hyper Text Mark Up Language HTML is the main markup language for creating HTML Hyper Text Mark Up Language HTML is the main markup language for creating web pages and other information that can be displayed in a web browser

HTML SOURCE CODE <html> <head> <title> IITU </title> </head> <body> <p> C++ is Over HTML SOURCE CODE IITU

C++ is Over

XML – Extensible Markup Language XML is a markup language that defines a set XML – Extensible Markup Language XML is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable

EXAMPLE OF XML <human> <gender> <male> <name> Talgat </name> <name> Didar </name> </male> <female> EXAMPLE OF XML Talgat Didar Madina Nuriya

-
(calories per serving)

WHY DO WE NEEDXML Simplicity Organization Accessibility Standardization Multiple Applications WHY DO WE NEEDXML Simplicity Organization Accessibility Standardization Multiple Applications

IDE AND FRAMEWORK IDE(Integrated Development Environment) is a software application that provides comprehensive facilities IDE AND FRAMEWORK IDE(Integrated Development Environment) is a software application that provides comprehensive facilities to computer programmers for software development. - a source code editor a compiler and/or an interpreter build automation tools a debugger -

FRAMEWORK Framework is software framework is a universal, reusable software platform used to develop FRAMEWORK Framework is software framework is a universal, reusable software platform used to develop applications, products and solutions. Software frameworks include support programs, compilers, code libraries, an application programming interface (API) and tool sets that bring together all the different components to enable development of a project or solution.

IDE(Integrated Development Environment) Framework API(Application Programming Interface) IDE(Integrated Development Environment) Framework API(Application Programming Interface)