Ayuuuush
Ayuuuush
PRN: 23070122066
BRANCH: CSE
CLASS: CS A2
BATCH: 2023-27
REPORT:
3. Exploring CSS
CSS (Cascading Style Sheets) changes how HTML elements look, including
colors, fonts, and layouts. You can add CSS to an HTML document from
inside or outside the file. CSS helps to make web pages look good.
4. Fundamentals of JavaScript and the DOM
JavaScript can make your websites more interactive turning a static site
into one that engages users. To add JavaScript to an HTML page, you
should include a <script> tag and link to a separate JavaScript file.
When you work with JavaScript, you need to grasp variables. You can
declare variables with 'let', which lets you change their value later. You
can also use 'const' to declare variables, but unlike 'let', you can't change
a 'const' variable's value.
JavaScript offers robust data structures like arrays and objects. These let
you store and handle multiple values in one variable. Arrays hold values
in square brackets, and these values can be different types, like strings
and numbers.
Functions play a key role in JavaScript coding. They let you package
and reuse chunks of code.
Conclusion:
E-mail: ayushsiddhant42@gmail.com
Country: India
5:08:12
Certified Courses
Completed On
2024-08-03