0% found this document useful (0 votes)
83 views18 pages

Moocs PPT 5th Sem

The document provides details about a web development masterclass course taken by Mohit Kharayat. The 26 hour course from Udemy, taught by YouAccel Training, aimed to teach students web development. The course covered topics like HTML development, CSS development, JavaScript development, jQuery, Bootstrap, PHP development, and MySQL database integration. It provided screenshots of certificates and discussed learning outcomes, with the student stating they learned how to code in HTML, JavaScript and use CSS to beautify pages, creating an HTML form for their assignment.

Uploaded by

Mohit Kharayat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
83 views18 pages

Moocs PPT 5th Sem

The document provides details about a web development masterclass course taken by Mohit Kharayat. The 26 hour course from Udemy, taught by YouAccel Training, aimed to teach students web development. The course covered topics like HTML development, CSS development, JavaScript development, jQuery, Bootstrap, PHP development, and MySQL database integration. It provided screenshots of certificates and discussed learning outcomes, with the student stating they learned how to code in HTML, JavaScript and use CSS to beautify pages, creating an HTML form for their assignment.

Uploaded by

Mohit Kharayat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 18

NAME =Mohit Kharayat

SECTION = J
ROLL N0.=33
STUDENT ID =20011733
Web development masterclass course
detail

COURSE OPTED : COURSE OPTED FROM: INSTRUCTOR: DURATION: COURSE OBJECTIVE:


WEB DEVELOPMENT UDEMY YOUACCEL TRAINING 26 HRS LEARN WEB DEVELOPMENT
MASTERCLASS
Here is the screenshot
 HOW THE INTERNET WORKS
COURSE OVERVIEW
 HTML DEVELOPMENT
 CSS DEVELOPMENT
 DOCUMENT OBJECT MODEL (DOM)
 JAVASCRIPT DEVELOPMENT
 JQUERY LIBRARY
 BOOTSTRAP FRAMEWORK
 PHP DEVELOPMENT
 MYSQL DATABASE INTEGRATION
Internet

• Internet is a world-wide global system of interconnected computer networks.


• Internet uses the standard Internet Protocol (TCP/IP).
• Every computer in internet is identified by a unique IP address.
• IP Address is a unique set of numbers (such as 110.22.33.114) which
identifies a computer location.
• A special computer DNS (Domain Name Server) is used to give name to
the IP Address so that user can locate a computer by a name.
• For example, a DNS server will resolve a name http://www.abc.com to a
particular IP address to uniquely identify the computer on which this
website is hosted.
• Internet is accessible to every user all over the world.
HTML Development
• HTML is a markup language. It tells the web browser what content to
display.
• Separates content from presentation.
• Uses a pre-defined set of elements to identify content types. Elements
contain one or more “tags”.
• Tags are surrounded by angle brackets, and the “closing” tag is prefixed
by a forward slash.
• HTML page structure-
HTML Elements
• An element is a combination of a tag and its character data.
• <title>Hello World</title>
• <body><p>Welcome to the world</p></body>
• <a href=“www.google.com”>Google</a>
• <br/>
• It is possible to nest elements inside other elements.
• It is possible to have empty element (no content/character data).
• HTML tags are not case sensitive.
• By convention, tags are written in lowercase
Cascading Style Sheets
 CSS stands for Cascading Style Sheets.
 Current Version: CSS 3.IStyles define how to display HTML elements.
 Styles were added to HTML 4.0 to solve a problem.
 The original purpose of HTML was to combine the structure and content of the page
into one document.
 When presentation elements began to be included in the document, it increased the
complexity and reduced readability.
Output with and without CSS
Document Object Model
JavaScript Development

 JavaScript often abbreviated JS, is a programming language that is one of the core
technologies of the World Wide Web, alongside HTML and CSS . Over 97% of
websites use JavaScript on the client side for web page behavior, often
incorporating third-party libraries, All major web browsers have a dedicated
JavaScript engine to execute the code on users' devices.
 JavaScript is a high-level, often just-in-time compiled language that conforms to
the ECMAScript standard. It has dynamic typing, prototype-based object-
orientation, and first-class functions. It is multi-paradigm, supporting event-
driven, functional, and imperative programming styles. It has application
programming interfaces (APIs) for working with text, dates, regular expressions,
standard data structures, and the Document Object Model(DOM)
Php Development
 PHP was created by Rasmus Lerdorf in 1994 but appeared in the market in
1995. PHP 7.4.0 is the latest version of PHP, which was released on 28
November. Some important points need to be noticed about PHP are as followed:
• PHP stands for Hypertext Preprocessor.
• PHP is an interpreted language, i.e., there is no need for compilation.
• PHP is faster than other scripting languages, for example, ASP and JSP.
• PHP is a server-side scripting language, which is used to manage the dynamic
content of the website.
• PHP can be embedded into HTML.
• PHP is an object-oriented language.
• PHP is an open-source scripting language.
• PHP is simple and easy to learn language.
PHP Features
MySQL Database
 MySQL is a Relational Database Management System (RDBMS) software that provides
many things, which are as follows:
• It allows us to implement database operations on tables, rows, columns, and indexes.
• It defines the database relationship in the form of tables (collection of rows and
columns), also known as relations.
• It provides the Referential Integrity between rows or columns of various tables.
• It allows us to updates the table indexes automatically.
• It uses many SQL queries and combines useful information from multiple tables for the
end-users.
Certificate
Screenshot
LEARNING OUTCOMES OF THE
COURSE

I HAVE LEARNED ABOUT THE I HAVE LEARNT HOW TO WRITE


WEBHOSTING SITES THAT HOW CODE OF HTML AND JAVASRIPT AND WITH THE HELP OF THE
WE CAN CREATE AND HOST AND I ALSO TRIED MANY KNOWLEDGE ABOUT HTML,CSS AND
OUR WEBSITE ON THE FEATURES OF CSS.CSS IS JAVASCRIPT I HAVE CREATED A HTML
INTERNET AND I HAVE ALSO KNOWN AS THE BEAUTY FOR FORM WHICH WAS ALSO SUBMITTED
LEARNED ABOUT HTML,CSS WEB DEVELOPMENT AS IT AS MY ASSIGNMENT IN THE COURSE
AND JAVASCRIPT WHICH ARE GAVES OUR PAGES MORE SO THIS WAS A NEW THIG=NG FOR ME
KNOWN AS THE THREE MAJOR FLAVOR WHETHER I TALK NOW I HAVE GOOD KNOWLEDGE
PARTS OF THE WEB ABOUT FONT STYLE OR REGARDING WEB DEVELEOPMENT.
DEVELOPMENT . COLORING IN THE PAGES IT
HELPS IN THESE ASPECTS IT
MAKES OUR SITE TO LOOK
MORE BEAUTIFUL AND
ATTRACTIVE .
Thank you

You might also like