Iqra Technology

CSS Comments

HTML CSS Bootstrap JavaScript C# SQL Salesforce Admin Study Material Live Session CSS Home CSS Syntax CSS Selectors CSS How To CSS Comments CSS Colors CSS Backgrounds CSS Borders CSS Margins CSS Padding CSS Dimension CSS Box Model CSS Outline CSS Text CSS Fonts CSS Links CSS Lists CSS Tables CSS Display CSS Position CSS […]

CSS Comments Read More »

CSS How To

❮ Previous Next ❯ How to Add CSS to HTML CSS (Cascading Style Sheets) styles and formats HTML documents. There are three main ways to add CSS to your HTML: 1. Inline CSS Inline CSS is used to apply styles directly to a single HTML element. This is done using the style attribute within the

CSS How To Read More »

CSS Selectors

❮ Previous Next ❯ CSS Selectors CSS selectors help you pick which HTML elements to style. They’re like addresses that tell the browser, “Apply these styles to these parts of the page.” For example, to change the color of all paragraphs, use a selector for all <p> tags. Selectors make it easy to style specific

CSS Selectors Read More »

CSS Syntax

HTML CSS Bootstrap JavaScript C# SQL Salesforce Admin Study Material Live Session CSS Home CSS Syntax CSS Selectors CSS How To CSS Comments CSS Colors CSS Backgrounds CSS Borders CSS Margins CSS Padding CSS Dimension CSS Box Model CSS Outline CSS Text CSS Fonts CSS Links CSS Lists CSS Tables CSS Display CSS Position CSS

CSS Syntax Read More »

HTML Live Session

HTML CSS Bootstrap JavaScript C# SQL Salesforce Admin Study Material Live Session HTML Home HTML Choosing Editors HTML Basic Structure HTML Head HTML Element HTML Attribute HTML Headings HTML Paragraphs HTML Style HTML Formatting HTML Colors HTML CSS HTML Comments HTML Links HTML Images HTML Table HTML List HTML Block and Inline HTML Class &

HTML Live Session Read More »

HTML Forms

❮ Previous Next ❯ HTML Forms An HTML form is a section of a web page that collects information from users. It typically contains input fields like text boxes, checkboxes, radio buttons, and buttons that users interact with to enter data. When a user submits a form, the information entered is sent to a server

HTML Forms Read More »