Arushi Raghuwanshi Task 3
Arushi Raghuwanshi Task 3
1. What is HTML?
2. What is a Tag in HTML? Can you define HTML attributes?
3. What is the key difference between HTML Elements and Tags? Also, Can you
separate sections of texts in HTML?
4. If you want to display some HTML data in a table in tabular format, which HTML
tags will you use?
5. What are Attributes in HTML?
6. What is an Anchor tag in HTML?
7. What are Lists in HTML?
8. Define HTML Layout.
9. What are Forms in HTML?
10. What is the Use of Comments in HTML?
11. What is HTML5?
12. What is Semantic HTML?
13. What is an Image Map?
14. Why is the Embed Tag Used in HTML?
15. What is a ‘Marquee’ Tag in HTML?
CSS
1. What is CSS, and How Does it Enhance HTML?
2. Can You Explain the Box Model in CSS?
3. What are Selectors in CSS, and How are They Used?
4. How Do You Apply Multiple Stylesheets to a Single HTML Page?
5. What is the Difference Between Class and ID Selectors?
6. How Can CSS be Integrated Into an HTML File?
7. What are Pseudo-Classes in CSS?
8. Can You Describe the Z-Index and How it is Used?
9. What are Media Queries, and Why are They Important?
10. How Do You Make a Website Responsive Without Using Frameworks?
1. What is JavaScript?
Undefined
Null
Boolean
Object
String
Symbol
Ans: The main difference between ‘undefined’ and ‘not defined’ is that ‘undefined’ is
a value that can be assigned to a variable, while ‘not defined’ indicates that a variable
does not exist.
Ans: A string is a sequence of one or more characters that may consist of letters,
numbers, or symbols. String in JavaScript is primitive data types and immutable,
which means they are unchanging.
Ans: The search function takes a regular expression, which allows you to match
against more sophisticated patterns, case-insensitive strings, etc, while indexOf
simply matches a literal string. However, indexOf also allows you to specify a
beginning index.
Ans: Both objects and arrays are considered ‘special’ in JavaScript. Objects represent
a special data type that is mutable and can be used to store a collection of data.
Arrays are a special type of variable that is also mutable and can also be used to
store a list of values.
7. What is DOM?
Ans: Dom stands for Document Object Model. It is a programming interface that
allows us to create, change, or remove elements from the document. We can also
add events to these elements to make our page more dynamic.
Ans: Attributes- provide more details on an element like id, type, value, etc. Property-
is the value assigned to the property like type =’ text’, value=’Name’ etc.
10. In how many ways a JavaScript code can be involved in an HTML file?
There are 3 different ways in which a JavaScript code can be involved in an HTML file:
Inline
Internal
External
Ans: In JavaScript, null is a special value that represents an empty or unknown value,
which is a primitive value as falsy for boolean operations
Ans: This keyword refers to the object from where it was called.
Ans: === returns a boolean when the two operands have the same value type, and
value.
Ans: A global variable is a variable that is declared in the global scope, a variable that
is visible from all other scopes.
Ans: The break statement exits from the current loo and continues that statement
continues with the next statement of the loop.
1. What is Java?
Java is an object-oriented, class-based, and concurrent
programming language designed to have as few implementation
dependencies as possible. It was developed by James Gosling at Sun
Microsystems in 1995. Java is platform-independent, which means it
can run on any operating system with a Java Runtime Environment
(JRE).
Object-oriented
Platform-independent
Strongly typed
Automatic memory management (Garbage collection)
Robust
Multithreaded
Secure
==:
equals():
Angular Developer
What are the differences between Angular.js and Angular? When is it
better than React?
1. What is NodeJS?
2. Node JS Vs Ruby
6. What is REPL?
4 What is JSX?
7. What is inheritance?
8. What is Polymorphism?
Python Developer
Software Testing
Android Developer
1. What is Android?
Business Analyst
Mern Stack
Q1. Mention all the ways by which we can include the CSS code in an
HTML code
Mean Stack
Q1. Mention all the ways by which we can include the CSS code in an
HTML code