Iqra Technology

CSS Display

❮ Previous Next ❯ CSS Display The display property in CSS controls how an element is shown on the web page. It decides whether an element appears as a block (taking up the full width), inline (sitting next to other elements), or in another specific way. This property is essential for arranging the layout of […]

CSS Display Read More »

CSS Tables

❮ Previous Next ❯ CSS Tables CSS tables allow you to style HTML tables, which display data in rows and columns. With CSS, you can control the appearance of tables by adjusting borders, spacing, alignment, and other properties to make them more visually appealing and easier to read. Key CSS Table Properties: 1. border The

CSS Tables Read More »

CSS Lists

❮ Previous Next ❯ CSS Lists CSS lists allow you to style HTML lists, which come in two main types:1. Ordered Lists (<ol>) – These are lists where the items are numbered.2. Unordered Lists (<ul>) – These are lists where the items are marked with bullets or other symbols.CSS provides various properties to control the

CSS Lists Read More »

CSS Links

❮ Previous Next ❯ CSS Links CSS links allow you to style hyperlinks (<a> tags) on your web page. You can customize how links look in different states, such as when they are hovered over, visited, or active. This helps make your web page more interactive and visually appealing. 1. Basic Link States Links can

CSS Links Read More »

CSS Fonts

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 Fonts Read More »

CSS Text

❮ Previous Next ❯ CSS Text CSS text properties control the appearance of text on a web page. You can adjust various aspects of a text, such as its font, size, color, alignment, and spacing to enhance readability and design. 1.Font Properties 1) font-family The font-family property specifies the typeface to be used for text.

CSS Text Read More »