IIMRANKHANinimrank.hashnode.dev·Jan 3, 2023 · 5 min readSelectors In CSSCSS CSS stands for Cascading Style Sheets. This language is used to style the webpage, styling is a significant property which enhances the look of the website and Makes it easy to interact with the user. Mainly We Can Write CSS in 3 Ways 1) Inline C...00
IIMRANKHANinimrank.hashnode.dev·Dec 26, 2022 · 2 min readAudio and Video Tag In HTMLIn HTML Blog We went through the Elements Which are used to embed images & another Html page in a webpage. Similarly in this blog, we are going to see how the audio and video are added to the webpage. Audio Tag An audio tag is used to embed the audio...00
IIMRANKHANinimrank.hashnode.dev·Dec 24, 2022 · 3 min readInput Elements In HTMLInput Elements Input Element allows the user to input the information In web form while interacting with the webpage. Input Element Specify an input field where the user can enter the information. the input tags are used within form Element. Input Wo...00
IIMRANKHANinimrank.hashnode.dev·Dec 1, 2022 · 5 min readIntroduction To Web Servers & HTMLWeb is also known As WWW. Basically it is a Collection Of Web Pages or Websites that are hosted on Server. Which are accessed by the web browsers through Internet. Now the question Arises ?? How this websites Are made ? Fetched through Internet ? Whe...00