DDevinstartheblog.hashnode.dev·Jan 31, 2023 · 2 min readSelectors...Simple Selectors Universal Selector. Element Selector. Class Selector. ID Selector. Selector list. Universal The CSS universal selector (*) matches elements of any type. (isse universal selectors kehte h, jo html file/documnet ke saare tag ko ...00
DDevinstartheblog.hashnode.dev·Jan 30, 2023 · 2 min readIntro to CSS...CSS is the language we use to style an HTML document. CSS describes how HTML elements should be displayed. Html is such a structure of a web page and css is used to give style to a web page. There are three types of CSS: Inline CSS. Internal or Em...00
DDevinstartheblog.hashnode.dev·Jan 29, 2023 · 3 min readHTML Proj_1This is a simple demo how html looks like without css and js. code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, in...00
DDevinstartheblog.hashnode.dev·Jan 28, 2023 · 2 min readBasic HTML...33. What is the difference between cell spacing & cell padding? -The distance or gap between two cells in the same table is called cell spacing. Cell Padding is defined as the gap or space between the cell’s content and the cell wall or cell border. ...00
DDevinstartheblog.hashnode.dev·Jan 27, 2023 · 8 min readBasic HTML ...1. What is HTML? -HTML, also termed Hyper Text Markup Language is a language used on the World Wide Web. It is a common text formatting language utilized for designing and displaying web pages. Today, text can become more dynamic and interactive bec...00