Interview
https://www.youtube.com/watch?v=oDNmGfAIpQY
https://www.youtube.com/watch?v=wTmZ-jEkfgc
NAUKRI RESUME SAMPLE
https://www.naukri.com/career-advice/react-developer-resume-sample-ffid
YAHOO BABA
https://www.youtube.com/watch?v=kp8bbu4IgEY
====================================================
MDN
https://developer.mozilla.org/en-US/
====================================================
REACT EXTENTON
autocomplet jsx code like img, h1
https://www.youtube.com/watch?v=k_Z5j-mxSmY
Best React JS Extension for Visual Studio Code
https://www.youtube.com/watch?v=p3gvddo-7kM
es7 extention ==
link
text=> containt
markup language.=> tags
========================================================================================
3) sementic and non sementic element
========================================================================================
Semantic elements in HTML are elements that provide meaning to the content they contain. like
header, footer, nav, section, article, aside, figure SEMENTIC
div, sapn, => non sementic
it is clarify to browser/developer which type content we use it in tag
========================================================================================
4) what is atteribute how many type of atteribute
========================================================================================
HTML attributes are special words used inside the opening tag to control the element's behaviour. HTML attributes are a modifier of a HTML element type.
alt, src, type, href
========================================================================================
5) !doctype use
========================================================================================
DOCTYPE declaration is an instruction to the web browser about what version of HTML the page is written in
The declaration is not an HTML tag. It is an "information" to the browser about what document type to expect.
In HTML 5, the declaration is simple:
========================================================================================
5a) What are Meta Tags? What are the 5 type of meta tags?
========================================================================================
https://www.youtube.com/watch?v=sA2SrNvoDMU
Meta tags in HTML are elements used to provide metadata or additional information about a web page
meta tags - provide additonal information about the web page
5 type of meta Tags
1) charset => The charset ="UTF-8" attribute ensures that characters from different languages will be dispalayed correctly in the browser
2) viewport => for Responsive design
3) description => Description for SEO
4) Keywords => Keywords for SEO
5) author => This meta tag can be used to specify the author of the document
========================================================================================
5b) what are the diffeernce between block-level element and inline element
========================================================================================
Block-level Element