1.what Is HTML
1.what Is HTML
HTML stands for Hypertext Markup Language, and it's the code used to structure web
pages and their content. HTML is the basic building block of the web and defines
the meaning and structure of web content.
4.What is attributes?
HTML attributes are special words that are used within an opening HTML tag to
modify the behavior of an element. They can be used to change the color, size, or
functionality of an element
7.What is Header?
An HTML header is a container for metadata and other important information that
helps structure and organize web content. It's usually placed before the content of
a web page, within the <html> tag, and enclosed within the <head> element.
8.What is CSS?
CSS is used to define styles for your web pages, including the design, layout and
variations in display for different devices and screen sizes
11.What is Position?
14.what is JavaScript ?
20.What is Hoisting?
React :this folder contain all the libraries and dependencies installed by a npm
you don't manually edit this folder its automatically manged by the package manager
public: This folder holds static files images, icons that are needed are your
project
src: this is the main folder where all the code for your react application the
sides it usually
content :
main.jsx : the entry point of the react app this is where the react app this is
hook to the index.html by rendering into the root element
App.jsx : This is the main component of the react app its surves the and
App.css, Index.css: This is were global style for you app are define you can
customize the look of your app here...
Pakage.json: this file contains meta data about your project
Gitignore: This file which files or folder should not be track in version control
Readme: A mark down file that contain information about your project it is ussually
the first thing people see when they open your project you can explain how to
install and run the project, its purpose etc..