MPMANVENDRA PRATAP SINGHinmanvendra1097.hashnode.dev·Feb 27, 2023 · 2 min readWhat is CSS Position Property?Position in CSS The position property is used to define how HTML elements are aligned on the document flow, there are five different types of position property in CSS which helps to lay out our website. syntax to use position property: position:posit...00
MPMANVENDRA PRATAP SINGHinmanvendra1097.hashnode.dev·Feb 25, 2023 · 3 min readIntroduction to CSSArticle about CSS and its properties Introduction Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in HTML. CSS describes how elements should be rendered on screen, on paper, in speech, or ...00
MPMANVENDRA PRATAP SINGHinmanvendra1097.hashnode.dev·Feb 25, 2023 · 3 min readHTML links,audio and video tagIn this brief article, we are going to discuss how we can insert media i.e audio or video in our web pages using the tags audio and video. Links Syntax -> <a >...</a> The attributes of the anchor tag: <a href="https://google.com/">Google</a> href g...00
MPMANVENDRA PRATAP SINGHinmanvendra1097.hashnode.dev·Feb 25, 2023 · 3 min readIntroduction to Web and HTMLIntroduction Hello there! Welcome to my very first blog. In this brief article, we are going to discuss what the web is, how it works, and a few HTML tags. Why do we need an index.html page? By default, servers serve the index.html or default.html if...00