Question:- Define Responsive Web Design (RWD) In HTML And CSS?
Answer:- Web pages are usually viewed using many various devices: desktops, tablets, and phones. It is known as responsive web design when we use HTML and CSS to resize, shrink, hide, enlarge, or move the content in order to make it look good on any screen.
Question:- What Tag Is Used For A Multi-Line Text Input Control In HTML?
Answer:- For multi-line text input control, We can use the “textarea tag.”
Question:- Can You List Some Of The Types Of CSS That Are Used?
Answer:- 1. External CSS: These are used to import an external CSS file into the HTML document. 2. Inline CSS: It supports the addition of CSS inline, along with HTML elements. 3. Embedded CSS: It is mainly used to add the CSS styles by using the
