Mongo Db Fullstack
Mongo Db Fullstack
(AUTONOMOUS)
Branch:
CSE(ARTIFICIAL INTELLIGENCE &MACHINE LEARNING)
Team No : A9
1. 218X1A4203
2. 218X1A4221
3. 218X1A4254
4. 218X1A4210
• 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.