0% found this document useful (0 votes)
2 views

Mongo Db Fullstack

The document outlines the curriculum for a Full Stack Development course at Kallam Haranadhareddy Institute of Technology, focusing on both front-end and back-end development. It covers essential technologies such as HTML, CSS, and JavaScript, detailing their roles and applications in web development. Additionally, it discusses the types of CSS and the various applications of full-stack development in creating and maintaining web services and interfaces.
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Mongo Db Fullstack

The document outlines the curriculum for a Full Stack Development course at Kallam Haranadhareddy Institute of Technology, focusing on both front-end and back-end development. It covers essential technologies such as HTML, CSS, and JavaScript, detailing their roles and applications in web development. Additionally, it discusses the types of CSS and the various applications of full-stack development in creating and maintaining web services and interfaces.
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 11

KALLAM HARANADHAREDDY INSTITUTE OF TECHNOLOGY

(AUTONOMOUS)

Branch:
CSE(ARTIFICIAL INTELLIGENCE &MACHINE LEARNING)
Team No : A9
1. 218X1A4203
2. 218X1A4221
3. 218X1A4254
4. 218X1A4210

Coordinator : M. CHENNAKESAVA RAO M.E., (Ph.D)


MONGO DB FULLSTACK
POWERED BY SMARTBRIDGE
Intro To Full Stack Development
• A full-stack developer works on both
the front-end and back-end of a web
application.
• Stack is a tools to build a web
applications & websites.
• Front-end is the user-facing part of a
web application
• Back-end which handles the server,
database, and logic.
APPLICATIONS OF FULLSTACK :
• 1 Developing and maintaining web services and
interfaces
• 2 Building new features and APIs
• 3 Testing, troubleshooting, and fixing bugs
• 4 Collaborating with other departments on
projects
Languages of Front-End
Development
• HTML : HTML is the body ( skeleton ) of your
website

• CSS : CSS is used to make your website beautiful

• JavaScript : JavaScript is used to make your


website interactive
HTML
• HTML is the standard markup language for
creating web pages.
• HTML stands for HYPER TEXT MARKUP
LANGUAGE.
• HTML is a standard markup language for
creating web pages.
• HTML describes the structure of a webpage.
• HTML consists of a series of elements.
• HTML elements tell the browser how to
display the content.
HTML Structure HTML Elements
CSS ( Cascading Style Sheets)
• CSS is used to define styles for your web pages, including the design,
layout. A CSS rule consists of a selector and a declaration block:

• The selector points to the HTML element to style (h1).


• The declaration block (in curly braces) contains one or more declarations
separated by semicolons.
• Each declaration includes a CSS property name and a value, separated by
a colon
Types of CSS :
• Three types of CSS (Cascading Style Sheets):

• Inline CSS : Written for a specific HTML element, using the style attribute. This type is
useful for quick changes, but it can slow down page loading if used frequently.

• Internal CSS: Specified in the <head> section of an HTML document, using a <style>
element. This type is effective for styling a single page, and it keeps HTML elements
organized.

• External CSS : Linked to HTML files using a <link> element. This type promotes
reusability and consistency across multiple pages. It's the fastest type of CSS because
the browser caches the CSS file.
JAVASCRIPT :
• JavaScript is a scripting language that enables
you to create dynamically updating content,
control multimedia, animate images.
• Common uses for JavaScript are image
manipulation, form validation, and dynamic
changes of content.
• JavaScript is a scripting language used to
develop web pages.
• Java applications can run in any virtual
machine(JVM) or browser.

You might also like