Vaghela 1
Vaghela 1
TO
WEB DEVELOPMENT
Presentation By :-
Vaghela DIgvijaysinh(21cs052)
Computer Science
Anand-ICE, Jaipur
Objectives
1. Frontend Development :- Focuses on the user interface and experience, involving HTML,
CSS, and JavaScript. HTML structures web content, CSS styles it, and JavaScript adds
interactivity and dynamic behavior to web pages.
2. Frontend development refers to the creation and design of the visible parts of websites or web
applications that users interact with directly.
3. It involves using languages like HTML, CSS, and JavaScript to build the layout, style, and
functionality of a website's user interface, ensuring a seamless and engaging user experience
across various devices and browsers.
4. Frontend developers focus on making web content visually appealing, responsive, and
interactive.
What is HTML?
● CSS saves a lot of work. It can control the layout of multiple web pages all at
once
1) Using var
2) Using let
3)Using const
EX :-
</script>
var x = 5;
var y = 6;
var z = x + y;
Console.log(z);
</script>
OutPut :- 11
JavaScript Strings
Ex :-
<script>
let text = "John Doe";
Console.log(“text”)
</script>
● Bootstrap includes HTML and CSS based design templates for typography, forms,
buttons, tables, navigation, modals, image carousels and many other, as well as optional
JavaScript plugins
● Bootstrap also gives you the ability to easily create responsive designs
● Bootstrap is a popular framework used for building websites and web applications.
● It provides a collection of pre-made design elements, like buttons, forms, and grids,
along with CSS and JavaScript components.
● Easy to use: Anybody with just basic knowledge of HTML and CSS can start
using Bootstrap