What is Context API?
Ans: Context API is the best Feaure in React, Context API provide a way to pass data from parent to child components without props drilling before Context API Developer has to pass data through the props that was so annoying. Each components in Context is context all are aware. Instred of passing down every single of the tree of components. without needing intermediary helper. Context API is mainly use for accessing data in many nesting components without props
What is Symantic Tag?
Ans: In any Language more important think is understand the of the words during communication. And if this a computer to computer communication that would be more critical. right? That why HTML5 privide us more semantic elements which is more understanding every single code. There is Semantic tag means. Meaning of the works and phrases. Simantic elements have a very simple meaning. It's very clear to Developer as well as Browser. Ex: In HTML we have seen div span which are not semantic element because they don't have meaning. On the other hand form, article are semantic elements bease they have meaning.
What is Block Elements and Inline Elements?
Ans: Block Elements A Block Element is Always start with a new Line and is's stretches out from the left and right as far as it can. it hold the whole horizontal space of it's parent element. thae height is equal to the content height.
Ans: Inline Elements An Inline Element is opposite of the block level element. it does not start with new line. it takes neccessary width it onl the space bounded by the tags defining the HTML element.