@RequestMapping In Spring boot we have different types of annotation , annotation means meta data which have some specific meaning @RequestMapping...
MVC stands for Model View and Controller its a common architecture we follow to develop any web application . In the architecture the client give...
If else normal use for do when we have two different value print either that will print or this will print. let write some code and see how this will...
css or Cascading Style Sheets use for style the html page .we can say it is a beauty of the html . we use css for style the html document and beautify...
The semantic clearly describe their meaning in the html , that means semantic tags can easily show the position where it will use. different semantics...
element is combination of tag and contain. ex- <h1>Hello World</h1> in the example h1 tag open and we close h1 tage and in between we put the containg...