SSSatyabrata Sanaintechcs.hashnode.dev·Feb 1, 2023 · 1 min readGET and Post FormsFor sending the information from the client to the server that you fill on your form we need to have "method=get" or "method=post" attributes. there are differences between the get and post methods. when we give "method=get".it sends the user data in...00
SSSatyabrata Sanaintechcs.hashnode.dev·Jan 30, 2023 · 2 min readGetting a video on webpageBefore we know how to get a video on the webpage, I would like to tell you the potential uses for adding video to a website. Educational content. Marketing and advertising. Entertaining and engaging visitors. providing customer support. Improvi...00
SSSatyabrata Sanaintechcs.hashnode.dev·Jan 29, 2023 · 1 min readBlock vs Inline ElementElements are categorized into two types they are Block level element Inline element BLOCK LEVEL ELEMENT The element which takes the full width of the screen is called a block-level element. there are several block-level elements, the most powerfu...01H