<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CSS Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/category/css/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Sat, 29 Jul 2023 10:56:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>What is css and How css Works &#038; Architecture?</title>
		<link>https://www.aiuniverse.xyz/what-is-css-and-how-css-works-architecture/</link>
					<comments>https://www.aiuniverse.xyz/what-is-css-and-how-css-works-architecture/#respond</comments>
		
		<dc:creator><![CDATA[Maruti Kr.]]></dc:creator>
		<pubDate>Sat, 29 Jul 2023 10:56:47 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[How css Works & Architecture?]]></category>
		<category><![CDATA[How to Install and Configure css ?]]></category>
		<category><![CDATA[Step by Step Tutorials for css for hello world program]]></category>
		<category><![CDATA[What are feature of css ?]]></category>
		<category><![CDATA[What is css ?]]></category>
		<category><![CDATA[What is the workflow of css ?]]></category>
		<category><![CDATA[What is top use cases of css ?]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=17498</guid>

					<description><![CDATA[<p>What is css ? CSS stands for Cascading Style Sheets. It is a language used to style web pages. CSS can be used to control the appearance <a class="read-more-link" href="https://www.aiuniverse.xyz/what-is-css-and-how-css-works-architecture/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/what-is-css-and-how-css-works-architecture/">What is css and How css Works &amp; Architecture?</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="679" height="339" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/07/image-25.png" alt="" class="wp-image-17499" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/07/image-25.png 679w, https://www.aiuniverse.xyz/wp-content/uploads/2023/07/image-25-300x150.png 300w" sizes="(max-width: 679px) 100vw, 679px" /></figure>



<h2 class="wp-block-heading">What is css ? </h2>



<div class="wp-block-media-text alignwide is-stacked-on-mobile"><figure class="wp-block-media-text__media"><img decoding="async" width="512" height="512" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/07/4672509.png" alt="" class="wp-image-17500 size-full" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/07/4672509.png 512w, https://www.aiuniverse.xyz/wp-content/uploads/2023/07/4672509-300x300.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/07/4672509-150x150.png 150w" sizes="(max-width: 512px) 100vw, 512px" /></figure><div class="wp-block-media-text__content">
<p>CSS stands for Cascading Style Sheets. It is a language used to style web pages. CSS can be used to control the appearance of HTML elements, such as their color, size, font, and layout.</p>
</div></div>



<h2 class="wp-block-heading">What is top use cases of css ?</h2>



<p>The top use cases of CSS include:</p>



<p><strong>1. Styling web pages:</strong> It is primarily used for designing and customizing the visual appearance of web pages. </p>



<p><strong>2. Responsive web design:</strong> CSS allows you to create responsive layouts that adapt to different screen sizes and devices. </p>



<p><strong>3. Animation and transitions:</strong> CSS enables you to add interactive and visually appealing animations to elements on a web page. </p>



<p><strong>4. Print stylesheets:</strong> CSS can be used to create styles specifically for print media, allowing you to control how a web page is formatted when it is printed. </p>



<p><strong>5. Custom user interfaces:</strong> With CSS, you can style form elements, buttons, and other UI components to create unique and attractive user interfaces.</p>



<h2 class="wp-block-heading">What are feature of css ?</h2>



<p>Features of CSS:</p>



<ol class="wp-block-list">
<li>Selectors: CSS uses selectors to target HTML elements for styling.</li>



<li>Box Model: It defines how elements are displayed as boxes with content, padding, border, and margin.</li>



<li>Cascading: Multiple CSS rules can be applied to an element, and the most specific rule takes precedence.</li>



<li>Inheritance: CSS properties can be inherited from parent elements to their children.</li>



<li>Media Queries: Allows the application of specific styles based on the device&#8217;s characteristics, such as screen size and resolution.</li>
</ol>



<h2 class="wp-block-heading">What is the workflow of css ? </h2>



<p>Workflow of CSS:</p>



<ol class="wp-block-list">
<li><strong>Create HTML structure:</strong> First, you need to create the HTML structure of your web page or application.</li>



<li><strong>Write CSS rules:</strong> Then, you write CSS rules in a separate CSS file or within <code>&lt;style></code> tags in the HTML file. Selectors are used to target specific elements, and properties are used to apply styles.</li>



<li><strong>Link CSS to HTML:</strong> If your CSS is in a separate file, you need to link it to your HTML file using the <code>&lt;link></code> tag in the <code>&lt;head></code> section.</li>



<li><strong>Test and refine:</strong> After applying CSS, you test your web page on different devices and browsers to ensure the desired visual appearance and responsiveness.</li>
</ol>



<h2 class="wp-block-heading">How css Works &amp; Architecture? </h2>



<figure class="wp-block-image size-full is-resized"><img decoding="async" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/07/image-28.png" alt="" class="wp-image-17503" width="793" height="285" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/07/image-28.png 375w, https://www.aiuniverse.xyz/wp-content/uploads/2023/07/image-28-300x108.png 300w" sizes="(max-width: 793px) 100vw, 793px" /></figure>



<p>CSS (Cascading Style Sheets) is a styling language used to describe the presentation of a document written in HTML (Hypertext Markup Language). It allows you to control the visual aspects of a webpage, such as layout, colors, fonts, and animations.</p>



<p>CSS follows a specific architecture known as the &#8220;cascade,&#8221; which determines how conflicting style declarations are resolved. When multiple CSS rules target the same element and conflict with each other, the cascade helps prioritize and apply the most specific and relevant styles. </p>



<p>CSS architecture refers to the organization and structure of CSS code within a project. There are various architectural approaches, but one popular methodology is known as &#8220;CSS architecture patterns&#8221; or &#8220;CSS methodologies.&#8221; These patterns aim to improve code maintainability, scalability, and collaboration among developers. </p>



<p><strong>Here are a few notable CSS architecture patterns:</strong> </p>



<p><strong>1. BEM (Block-Element-Modifier):</strong> BEM encourages developers to give meaningful class names to HTML elements, following a specific naming convention. It helps create modular and reusable CSS components. </p>



<p><strong>2. SMACSS (Scalable and Modular Architecture for CSS):</strong> SMACSS advocates for categorizing CSS rules into different modules and components. It focuses on creating a flexible and scalable architecture. </p>



<p><strong>3. OOCSS (Object-Oriented CSS):</strong> OOCSS promotes separation of structure from skin. It encourages defining reusable CSS classes that can be applied to various elements, minimizing code duplication. </p>



<p><strong>4. Atomic CSS:</strong> Atomic CSS emphasizes creating small, single-purpose utility classes that can be combined to style elements. It focuses on writing minimal and reusable styles.</p>



<h2 class="wp-block-heading">How to Install and Configure css ? </h2>



<p>To install and configure CSS (Cascading Style Sheets), you don&#8217;t need to perform any installation as it is a client-side language interpreted by web browsers. However, you can link CSS files to HTML documents to apply styles to your web pages.</p>



<p>Here&#8217;s a step-by-step guide on how to do it:</p>



<ol class="wp-block-list">
<li><strong>Create a CSS file:</strong> Open a text editor (e.g., Notepad, Sublime Text, Visual Studio Code) and create a new file. Save it with a &#8220;.css&#8221; extension, such as &#8220;styles.css&#8221;. This file will contain your CSS code.</li>



<li><strong>Link the CSS file to HTML:</strong> In your HTML document&#8217;s head section, add a link element to connect the CSS file. The link element should be placed within the opening and closing &#8220;head&#8221; tags. Here&#8217;s an example:</li>
</ol>



<pre class="wp-block-code"><code>
&lt;!DOCTYPE html>
&lt;html>
&lt;head>
    &lt;link rel="stylesheet" type="text/css" href="styles.css">
&lt;/head>
&lt;body>
    &lt;!-- your HTML content here -->
&lt;/body>
&lt;/html>
</code></pre>



<p>In the example above, the &#8220;href&#8221; attribute specifies the path to your CSS file. Adjust the value to match the correct file location.</p>



<ol class="wp-block-list" start="3">
<li><strong>Write CSS code:</strong> Open your CSS file and start writing your CSS rules. For instance, let&#8217;s say you want to change the text color of all paragraphs within your HTML document to red. You would write the following code in your &#8220;styles.css&#8221; file:</li>
</ol>



<pre class="wp-block-code"><code>p {
color: red;
}</code></pre>



<p>This code targets all &#8220;p&#8221; elements and applies the &#8220;color&#8221; property with a value of &#8220;red&#8221;.</p>



<ol class="wp-block-list" start="4">
<li><strong>Save your changes and test:</strong> Save both your HTML and CSS files, making sure they are in the same directory (or update the file path accordingly). Open the HTML file in a web browser, and the styles specified in your CSS file should be applied.</li>
</ol>



<p>That&#8217;s it! You have installed and configured CSS by linking your CSS file to an HTML document. You can continue adding more CSS rules to further customize the styling of your web page.</p>



<h2 class="wp-block-heading">Step by Step Tutorials for css for hello world program</h2>



<p>step-by-step tutorials for a &#8220;Hello World&#8221; program in CSS, here is a simple example: </p>



<p><strong>1. </strong>Create a new HTML file named &#8220;index.html&#8221; and open it in a text editor. </p>



<p><strong>2. </strong>Add the following code to the HTML file:</p>



<pre class="wp-block-code"><code>
&lt;!DOCTYPE html>
&lt;html>
&lt;head>
  &lt;title>Hello World CSS Example&lt;/title>
  &lt;link rel="stylesheet" href="styles.css">
&lt;/head>
&lt;body>
  &lt;h1>Hello, World!&lt;/h1>
&lt;/body>
&lt;/html>
</code></pre>



<p><strong>3. </strong>Create a new CSS file named &#8220;styles.css&#8221; in the same directory and open it in a text editor. </p>



<p><strong>4. </strong>Add the following code to the CSS file:</p>



<pre class="wp-block-code"><code>
<strong>h1</strong> {
  <strong>color</strong>: blue;
}
</code></pre>



<p><strong>5. </strong>Save both files. Make sure both files (index.html and styles.css) are located in the same directory/folder. </p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="375" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/07/image-26-1024x375.png" alt="" class="wp-image-17501" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/07/image-26-1024x375.png 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2023/07/image-26-300x110.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/07/image-26-768x281.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2023/07/image-26.png 1179w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p><strong>6. </strong>Open the <strong>index.html</strong> file in a web browser, and you should see the heading &#8220;Hello, World!&#8221; displayed in blue.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="750" height="179" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/07/image-27.png" alt="" class="wp-image-17502" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/07/image-27.png 750w, https://www.aiuniverse.xyz/wp-content/uploads/2023/07/image-27-300x72.png 300w" sizes="auto, (max-width: 750px) 100vw, 750px" /></figure>
<p>The post <a href="https://www.aiuniverse.xyz/what-is-css-and-how-css-works-architecture/">What is css and How css Works &amp; Architecture?</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/what-is-css-and-how-css-works-architecture/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>CSS Boarding Style:</title>
		<link>https://www.aiuniverse.xyz/css-boarding-style/</link>
					<comments>https://www.aiuniverse.xyz/css-boarding-style/#respond</comments>
		
		<dc:creator><![CDATA[Maruti Kr.]]></dc:creator>
		<pubDate>Wed, 12 Apr 2023 09:24:44 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[absolute]]></category>
		<category><![CDATA[boarder properties]]></category>
		<category><![CDATA[css boarding style]]></category>
		<category><![CDATA[css position properties]]></category>
		<category><![CDATA[dashed]]></category>
		<category><![CDATA[dotted]]></category>
		<category><![CDATA[double]]></category>
		<category><![CDATA[fixed]]></category>
		<category><![CDATA[groove]]></category>
		<category><![CDATA[inset]]></category>
		<category><![CDATA[outset]]></category>
		<category><![CDATA[relative]]></category>
		<category><![CDATA[ridge]]></category>
		<category><![CDATA[solid]]></category>
		<category><![CDATA[static]]></category>
		<category><![CDATA[sticky]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=16369</guid>

					<description><![CDATA[<p>We have eight style in CSS 2. dotted: This style creates a dotted line around the element. 3. dashed: This style creates a dashed line around the <a class="read-more-link" href="https://www.aiuniverse.xyz/css-boarding-style/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/css-boarding-style/">CSS Boarding Style:</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>We have eight style in CSS</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="923" height="472" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/04/border-types.webp" alt="" class="wp-image-16462" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/04/border-types.webp 923w, https://www.aiuniverse.xyz/wp-content/uploads/2023/04/border-types-300x153.webp 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/04/border-types-768x393.webp 768w" sizes="auto, (max-width: 923px) 100vw, 923px" /></figure>



<ol class="wp-block-list">
<li><strong>solid:</strong> This style is used to creates a solid line around the element.</li>
</ol>



<pre class="wp-block-code"><code>border-style: solid;
</code></pre>



<p><strong>2. dotted: </strong>This style creates a dotted line around the element.</p>



<pre class="wp-block-code"><code>border-style: dotted;
</code></pre>



<p><strong>3. dashed:</strong> This style creates a dashed line around the element.</p>



<pre class="wp-block-code"><code>border-style: dashed;
</code></pre>



<p><strong>4. double:</strong> It is used to creates a double line around the element.</p>



<pre class="wp-block-code"><code>border-style: double;
</code></pre>



<p><strong>5. inset:</strong> This style creates a 3D inset effect around the element.</p>



<pre class="wp-block-code"><code>border-style: inset;
</code></pre>



<p><strong>6. outset:</strong> The <code>outset</code> value is a border style property in CSS that can be used to define a 3D-like border with a raised or sunken appearance.</p>



<pre class="wp-block-code"><code>border-style: outset;</code></pre>



<p><strong>7. groove:</strong> This style creates a 3D groove effect around the element.</p>



<pre class="wp-block-code"><code>border-style: groove;
</code></pre>



<p><strong>8. ridge:</strong> This style creates a 3D ridge effect around the element.</p>



<pre class="wp-block-code"><code>border-style: ridge;
</code></pre>



<p><strong>Boarder Properties:</strong> </p>



<p>In CSS, It gives several properties to control the borders of an HTML element.</p>



<p><strong>Some of the most commonly used border properties:</strong></p>



<ol class="wp-block-list">
<li><strong><code>border-style</code>:</strong> This property controls the style of the border, such as solid, dashed, dotted, double, groove, ridge, inset, and outset.</li>



<li><code><strong>border-width</strong></code>: This property sets the width of the border. It can be a specific length, such as <code>1px</code>, or one of the following keywords: thin, medium, or thick.</li>



<li><strong><code>border-color</code>:</strong> This property sets the color of the border. It can be any valid color value, such as a hex code, an RGB value, or a named color.</li>



<li><code><strong>border-radius</strong></code>: This property sets the radius of the border corners. It can be a specific length, such as <code>5px</code>, or a percentage of the element&#8217;s size, such as <code>50%</code>.</li>



<li><strong><code>border</code>:</strong> This is a shorthand property that combines all the above border properties into a single declaration. For example, <code>border: 1px solid black</code> sets a 1-pixel solid black border.</li>
</ol>



<p><strong>CSS Position Properties:</strong> Left, Right, Top, Button</p>



<h2 class="wp-block-heading">Position in CSS</h2>



<p>By using CSS position we can change the place of an element from one place to another place.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="861" height="480" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/04/CSS-Position.webp" alt="" class="wp-image-16465" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/04/CSS-Position.webp 861w, https://www.aiuniverse.xyz/wp-content/uploads/2023/04/CSS-Position-300x167.webp 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/04/CSS-Position-768x428.webp 768w" sizes="auto, (max-width: 861px) 100vw, 861px" /></figure>



<p>They have Five value of CSS position.</p>



<ol class="wp-block-list">
<li>Static</li>



<li>Relative</li>



<li>Fixed</li>



<li>Sticky</li>



<li>Absolute</li>
</ol>



<p>In css position we are using top, button, left, right to the change of the position of an element.</p>



<h2 class="wp-block-heading"><strong>Position Static:</strong></h2>



<p>Static means constant. By using position static we can&#8217;t change the place of position.</p>



<p>Static is the by default value of css position.</p>



<h2 class="wp-block-heading"><strong>Position Relative:</strong></h2>



<p>By using position relative we can change the place of element from its parent position.</p>



<p><strong>Example:</strong></p>



<pre class="wp-block-code"><code>&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
    
    &lt;title&gt;Document&lt;/title&gt;
    &lt;style&gt;
        div{
            width: 20px;
            padding: 50px;
            background-color: rgb(255, 0, 234);
            border-radius: 100%;
            position: relative;
            top: 100px'
            left  300px;
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;div&gt;CSS&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</code></pre>



<p><strong>Output:</strong></p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="591" height="312" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/04/p.png" alt="" class="wp-image-16371" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/04/p.png 591w, https://www.aiuniverse.xyz/wp-content/uploads/2023/04/p-300x158.png 300w" sizes="auto, (max-width: 591px) 100vw, 591px" /></figure>



<h2 class="wp-block-heading"><strong> Position Fixed:</strong></h2>



<p>In position fixed internally the element will take the value and it will be fixed in the position.</p>



<p>In position fixed from the beginning of scrolling the page of the element will not move anywhere, the element will be constant in the given position.</p>



<p><strong>Example:</strong></p>



<pre class="wp-block-code"><code>&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;

&lt;head&gt;

    &lt;title&gt;Document&lt;/title&gt;

    &lt;style&gt;
        img {
            position: fixed;
            top: 100 px;
            left: 300px;

        }
    &lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;
    &lt;p&gt;Lorem ipsum dolor sit, amet consectetur adipisicing elit. Sint quam, distinctio, debiti
        nulla eos doloribus blanditiis libero at consequatur consectetur. Commodi, natus! Enim, recusandae omnis id
        impedit sequi nulla dolor&lt;img
            src="https://images.unsplash.com/photo-1508919801845-fc2ae1bc2a28?ixlib=rb-4.0.3&amp;ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mnx8aW1nfGVufDB8fDB8fA%3D%3D&amp;w=1000&amp;q=80"
            alt=" " width="200px " height="200px "&gt; deserunt consequatur laudantium nesciunt, excepturi, dolorum
        deleniti unde
        ducimus
        minima eum obcaecati nam! Fugit corporis impedit, aut quibusdam iste assumenda blanditiis consectetur quas
        corrupti perspiciatis odio natus neque est explicabo velit ab cum beatae minima hic eligendi sapiente qui rem
        ratione. Amet accusamus aut quibusdam ducimus tempora fugiat molestiae debitis corporis, consequatur commodi
        esse ratione eum eaque, dicta veritatis ex quis est sint? Minus commodi ea rerum animi dolor magnam laudantium
        laboriosam recusandae porro optio corporis tempore perspiciatis, earum quis
        velit cum maiores fugiat doloremque, quod minus expedita quas aspernatur reprehenderit sunt. Eligendi similique
        voluptatum dolorum cupiditate, vero libero delectus exercitationem consectetur et, molestias nesciunt non
        laudantium quaerat veritatis, dolorem provident architecto obcaecati. Hic quibusdam voluptas laudantium libero
        numquam adipisci voluptate? Quam suscipit aut consequuntur ullam officiis voluptate facere culpa doloremque
        repudiandae iste, quae possimus odio, fuga cumque debitis cupiditate! Quo, repellat. Qui repellat, minus illo
        iure voluptatum tenetur nisi dicta ut, quae voluptatibus veniam. Quia tempore suscipit similique fuga sed vitae,
        neque vero dolore a culpa eos quod ullam magnam totam magni consequuntur nihil ducimus explicabo? Id dolore
        reprehenderit quia, vitae excepturi, eligendi assumenda ex vel at nisi quibusdam porro dolores perspiciatis
        dolorum consequatur culpa. Quos, rem accusantium? Voluptatem earum reprehenderit, ipsa pariatur enim, provident
        rerum doloribus, ullam voluptatum harum deserunt! Placeat totam rem aliquam culpa earum repellat neque, velit
        consectetur quo odit explicabo modi animi reiciendis at delectus ratione harum impedit, incidunt omnis. Esse
        eius eum ratione, nobis expedita hic ullam, cumque molestiae odit consequuntur id ad maxime inventore
        distinctio. Error ullam corporis corrupti illum quidem perspiciatis rerum? Voluptatibus molestiae temporibus
        laudantium harum animi non impedit vel, iusto vero quos nam neque ea amet aliquam atque, facilis assumenda?
        Ratione assumenda eligendi, beatae numquam quam inventore quos hic aliquam quas voluptatibus voluptates quo
        rerum blanditiis obcaecati vel magnam consequatur eos debitis ad quibusdam quidem nostrum, perferendis esse
        modi? Alias explicabo dolore quasi est accusamus maxime repellendus id impedit soluta reprehenderit reiciendis
        perferendis corporis, aliquid sed quis in delectus aut dolorum doloribus quos earum voluptatem rerum.
        Necessitatibus voluptate, deserunt cupiditate assumenda expedita incidunt quibusdam excepturi, adipisci ullam
        quisquam facilis mollitia! Necessitatibus maiores repudiandae mollitia odio commodi laboriosam nihil asperiores,
        accusantium, officiis dolores deleniti dolorum, illo molestias accusamus laborum omnis animi numquam quas? Nulla
        odit explicabo doloribus ab iure, a adipisci, autem corporis cum vel, veniam minus animi cumque eos! Placeat
        minus, officiis facere consequatur, facilis explicabo alias fuga sapiente deserunt a quod qui cum. Natus
        reprehenderit assumenda perspiciatis inventore quibusdam tempore atque vel aperiam nostrum cum, ullam placeat
        libero quo aliquam molestiae quam consequuntur, officia numquam modi. Molestias consequatur aperiam id autem,
        recusandae repellat voluptates sapiente similique obcaecati minus rem asperiores facere reprehenderit, quod,
        illum aspernatur distinctio eligendi. Delectus alias reprehenderit recusandae incidunt, provident officia rerum    quam veritatis ipsa! Quas accusamus adipisci animi sunt quasi. Corrupti, sed. Corporis amet error ex ipsa natus
        quibusdam velit, tempore quos tenetur quam excepturi eum omnis nostrum animi at. explicabo nam distinctio labore
        officiis autem cum dicta hic
        magnam, in vel maxime ipsam adipisci ab assumenda repellat. Perspiciatis!&lt;/p&gt;

&lt;/body&gt;

&lt;/html&gt;</code></pre>



<p><strong>Output:</strong> </p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/04/f-1024x576.png" alt="" class="wp-image-16372" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/04/f-1024x576.png 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2023/04/f-300x169.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/04/f-768x432.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2023/04/f.png 1366w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading"><strong>Position Sticky:</strong> </h2>



<p>In css sticky the element will move in the beginning but when the element will teach to the fived value it will be constant or fixed in that position.</p>



<p><strong>Example:</strong></p>



<pre class="wp-block-code"><code> &lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;

&lt;head&gt;

    &lt;title&gt;Document&lt;/title&gt;

    &lt;style&gt;
        h1 {
            position: sticky;
            top: 0;

        }
    &lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;

    &lt;p&gt;Lorem, ipsum dolor sit amet consectetur adipisicing elit. Laborum accusantium voluptatum vitae at odio, debitis
        est incidunt harum? Magni blanditiis autem at laborum, corrupti deleniti, quae illum reprehenderit animi
        accusamus architecto accusantium quas nulla ab dicta nam, quasi quidem pariatur aliquid cupiditate enim? Vero
        debitis ab quos quaerat, ut vel, porro dignissimos, repellendus illum facilis nostrum consequatur dolore
        Consequuntur, totam at corrupti commodi velit voluptatibus porro illo! Expedita ipsa dignissimos dicta eligendi
        quisquam voluptatibus explicabo, totam natus? Ipsam quisquam debitis repellat quibusdam consectetur. Quos
        repellat repudiandae non amet aut, &lt;h1&gt;CSS position&lt;/h1&gt;sequi commodi dignissimos alias nulla voluptate, quas earum eum aliquid
        exercitationem dolore numquam debitis ea totam libero corrupti molestiae officiis recusandae aspernatur eaque?
        Ipsa magnam architecto, doloribus quos qui, sequi aliquam voluptatem quibusdam quia impedit dolores laudantium
        totam eaque provident voluptates voluptate at ipsam a. Nam consectetur vitae quisquam dignissimos rem tempore
        officia debitis, soluta veniam magni itaque saepe sint tenetur. Ab totam atque sequi, quidem asperiores officia
        aliquid dolores aliquam molestias quo natus quisquam voluptatum. Fugit inventore ratione vitae error et
        &lt;/p&gt;
&lt;/body&gt;

&lt;/html&gt;</code></pre>



<p><strong>Output:</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="304" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/04/01-1-1024x304.png" alt="" class="wp-image-16380" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/04/01-1-1024x304.png 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2023/04/01-1-300x89.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/04/01-1-768x228.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2023/04/01-1.png 1366w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">Position Absolute:</h2>



<p>By using position absolute we can attach the child element to the nearest relative parent.</p>



<p>For position absolute we need parent child relationship between the element(chain &#8211; like structure).</p>



<p>In which parent we want to attached the child element to that parent give position relative and to the child element give position: absolute</p>



<pre class="wp-block-code"><code>&lt;!DOCTYPE html&gt;  
&lt;html&gt;  
&lt;head&gt;  
&lt;style&gt;  
h2 {  
    position: absolute;  
    left: 150px;  
    top: 250px;  
}  
&lt;/style&gt;  
&lt;/head&gt;  
&lt;body&gt;  
&lt;h2&gt;This heading has an absolute position&lt;/h2&gt;  
&lt;p&gt; The heading below is placed 150px from the left and 250px from the top of the page.&lt;/p&gt;  
&lt;/body&gt;  
&lt;/html&gt;  

</code></pre>



<p><strong>Output:</strong></p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="613" height="374" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/04/ppp.png" alt="" class="wp-image-16407" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/04/ppp.png 613w, https://www.aiuniverse.xyz/wp-content/uploads/2023/04/ppp-300x183.png 300w" sizes="auto, (max-width: 613px) 100vw, 613px" /></figure>
<p>The post <a href="https://www.aiuniverse.xyz/css-boarding-style/">CSS Boarding Style:</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/css-boarding-style/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>CSS Box Model</title>
		<link>https://www.aiuniverse.xyz/css-box-model/</link>
					<comments>https://www.aiuniverse.xyz/css-box-model/#respond</comments>
		
		<dc:creator><![CDATA[Maruti Kr.]]></dc:creator>
		<pubDate>Tue, 11 Apr 2023 01:51:32 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[boarder box]]></category>
		<category><![CDATA[content box]]></category>
		<category><![CDATA[css box model]]></category>
		<category><![CDATA[how to create content box]]></category>
		<category><![CDATA[margin box]]></category>
		<category><![CDATA[padding box]]></category>
		<category><![CDATA[what is css box model]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=16301</guid>

					<description><![CDATA[<p>The CSS box model is a concept that describes how elements are laid out on a web page using rectangular boxes. Each box consists of four main <a class="read-more-link" href="https://www.aiuniverse.xyz/css-box-model/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/css-box-model/">CSS Box Model</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The CSS box model is a concept that describes how elements are laid out on a web page using rectangular boxes. Each box consists of four main components: content, padding, border, and margin. These components determine the size and position of an element within its container.</p>



<p>There are four Boxes-</p>



<ol class="wp-block-list">
<li>Content Box</li>



<li>Paddig Box</li>



<li>Boarder Box</li>



<li>Margin Box</li>
</ol>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="377" height="340" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/04/css_box_model-1-1.webp" alt="" class="wp-image-16302" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/04/css_box_model-1-1.webp 377w, https://www.aiuniverse.xyz/wp-content/uploads/2023/04/css_box_model-1-1-300x271.webp 300w" sizes="auto, (max-width: 377px) 100vw, 377px" /></figure>



<h2 class="wp-block-heading">How to create content Box?</h2>



<pre class="wp-block-code"><code>&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
    
    &lt;title&gt;CSS Box Model&lt;/title&gt;
    &lt;style&gt;

        #one{
            color: red;
            background-color: yellow;
            width: 5px;

        }
        #Two{
            color: white;
            background-color: blue;
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    
    &lt;div id="one"&gt;CSS Box&lt;/div&gt;
    &lt;div id="two"&gt;CSS Box&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</code></pre>
<p>The post <a href="https://www.aiuniverse.xyz/css-box-model/">CSS Box Model</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/css-box-model/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Online Job Application Form Using Html and CSS</title>
		<link>https://www.aiuniverse.xyz/online-job-application-form-using-html-and-css/</link>
					<comments>https://www.aiuniverse.xyz/online-job-application-form-using-html-and-css/#respond</comments>
		
		<dc:creator><![CDATA[Maruti Kr.]]></dc:creator>
		<pubDate>Sat, 01 Apr 2023 05:28:05 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Online job application form]]></category>
		<category><![CDATA[online job application using job html and css]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=16282</guid>

					<description><![CDATA[<p>In this job application form we are using html and css. Output:&#8211;</p>
<p>The post <a href="https://www.aiuniverse.xyz/online-job-application-form-using-html-and-css/">Online Job Application Form Using Html and CSS</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><code>In this job application form we are using html and css</code>.</p>



<pre class="wp-block-code"><code>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;title&gt;ONLINE JOB APPLICATION FORM&lt;/title&gt;
    &lt;style&gt;
    body{
        background-image:url(https://images.pexels.com/photos/2246476/pexels-photo-2246476.jpeg?auto=compress&amp;cs=tinysrgb&amp;w=1260&amp;h=750&amp;dpr=2);
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
    }
        legend{
            color: aliceblue;
            background-color: rgb(102, 27, 193);
            padding: 2px;
            border: 2px solid red;
            border-radius:0px 50px ;
        }
        fieldset{
           background-color: rgba(52, 222, 238, 0.53);
            width: 1000px;
            margin-top: 30px;
            
           
        }
       
        input:hover{
            background-color: rgb(229, 52, 223);
            color: beige;
            border-radius: 10px;
        }
        &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;fieldset&gt;
        &lt;legend&gt;PERSONAL INFORMATION&lt;/legend&gt;
        &lt;form&gt;
          &lt;table&gt;
              &lt;tr&gt;
                  &lt;td&gt;&lt;label&gt;FIRST NAME  &lt;/label&gt;&lt;/td&gt;
                  &lt;td&gt;&lt;input type="text"&gt;&lt;/td&gt;
                  &lt;td&gt;&lt;label&gt;MIDDLE NAME &lt;/label&gt;&lt;/td&gt;
                  &lt;td&gt;&lt;input type="text"&gt;&lt;/td&gt;
                  &lt;td&gt;&lt;label&gt;LAST NAME  &lt;/label&gt;&lt;/td&gt;
                  &lt;td&gt;&lt;input type="text"&gt;&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td&gt;&lt;label&gt;FATHER NAME   &lt;/label&gt;&lt;/td&gt;
                &lt;td&gt;&lt;input type="text"&gt;&lt;/td&gt;
                &lt;td&gt;&lt;label&gt;MOTHER NAME   &lt;/label&gt;&lt;/td&gt;
                &lt;td&gt;&lt;input type="text"&gt;&lt;/td&gt;
                  
              &lt;/tr&gt;
              &lt;tr&gt;
                  &lt;td&gt;&lt;label&gt;&lt;/label&gt;PHONE NUMBER&lt;/td&gt;
                  &lt;td&gt;&lt;/td&gt;
                  &lt;td&gt;&lt;label&gt;LANDLINE NUMBER   &lt;/label&gt;&lt;/td&gt;
                &lt;td&gt;&lt;input type="teL"&gt;&lt;/td&gt;
                &lt;td&gt;&lt;label&gt;MOBILE NUMBER   &lt;/label&gt;&lt;/td&gt;
                &lt;td&gt;&lt;input type="teL"&gt;&lt;/td&gt;
             &lt;/tr&gt;
             &lt;tr&gt;
                  &lt;td&gt;&lt;label&gt;Date Of Birth&lt;/label&gt;&lt;/td&gt;
                  &lt;td&gt;&lt;input type="date"&gt;&lt;/td&gt;
                    &lt;td&gt;&lt;label&gt;PLACE OF BIRTH   &lt;/label&gt;&lt;/td&gt;
                    &lt;td&gt;&lt;input type="text"&gt;&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                  &lt;td&gt;&lt;label&gt;GENDER&lt;/label&gt;&lt;/td&gt;
                  &lt;td&gt;&lt;input type="radio" name="aa"&gt;MALE&lt;/td&gt;
                  &lt;td&gt;&lt;input type="radio" name="aa"&gt;FEMALE&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                  &lt;td&gt;&lt;label&gt;HIGHEST QUALIFICATION&lt;/label&gt;&lt;/td&gt;
                  &lt;td&gt;&lt;input type="text"&gt;&lt;/td&gt;
                  &lt;td&gt;&lt;label&gt;YEAR OF PASSING&lt;/label&gt;&lt;/td&gt;
                  &lt;td&gt;&lt;input type="date"&gt;&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td&gt;&lt;label&gt;LANGUAGES KNOWN&lt;/label&gt;&lt;/td&gt;
                &lt;td&gt;&lt;input type="checkbox"&gt;ENGLISH&lt;/td&gt;
                &lt;td&gt;&lt;input type="checkbox"&gt;HINDI&lt;/td&gt;
                &lt;td&gt;&lt;input type="checkbox"&gt;KANNADA&lt;/td&gt;
                &lt;td&gt;&lt;input type="checkbox"&gt;TELUGU&lt;/td&gt;
                &lt;td&gt;&lt;input type="checkbox"&gt;TAMIL&lt;/td&gt;
                
            &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td&gt;&lt;label&gt;HOBBIES&lt;/label&gt;&lt;/td&gt;
                &lt;td&gt;&lt;input type="checkbox"&gt;READING BOOKS&lt;/td&gt;
                &lt;td&gt;&lt;input type="checkbox"&gt;CODING&lt;/td&gt;
                &lt;td&gt;&lt;input type="checkbox"&gt;BATMINTON&lt;/td&gt;
                &lt;td&gt;&lt;input type="checkbox"&gt;CYCLINGU&lt;/td&gt;
                &lt;td&gt;&lt;input type="checkbox"&gt;WACTHING MOVIES&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                  &lt;td&gt;&lt;label&gt;ABOUT YOURSELF&lt;/label&gt;&lt;/td&gt;
                  &lt;td&gt;&lt;textarea cols="27" rows="5" placeholder="ENTER YOUR ADDRESS"&gt;&lt;/textarea&gt;&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                  &lt;td&gt;NATIONALITY&lt;/td&gt;
                  &lt;td&gt;&lt;select&gt;
                      &lt;option&gt;--select--&lt;/option&gt;
                      &lt;option&gt;Afghanistan&lt;/option&gt;
                      &lt;option&gt;Algeria&lt;/option&gt;
                      &lt;option&gt;Australia&lt;/option&gt;
                      &lt;option&gt;Austria&lt;/option&gt;
                      &lt;option&gt;Bangladesh&lt;/option&gt;
                      &lt;option&gt;Belgium&lt;/option&gt;
                      &lt;option&gt;Belize&lt;/option&gt;
                      &lt;option&gt;Bhutan&lt;/option&gt;
                      &lt;option&gt;Brazil&lt;/option&gt;
                      &lt;option&gt;Canada&lt;/option&gt;
                      &lt;option&gt;China&lt;/option&gt;
                      &lt;option&gt;Colombia&lt;/option&gt;
                      &lt;option&gt;Cuba&lt;/option&gt;
                      &lt;option&gt;Czechia (Czech Republic)&lt;/option&gt;
                      &lt;option&gt;Denmark&lt;/option&gt;
                      &lt;option&gt;Egypt&lt;/option&gt;
                      &lt;option&gt;France&lt;/option&gt;
                      &lt;option&gt;Germany&lt;/option&gt;
                      &lt;option&gt;India&lt;/option&gt;
                      &lt;option&gt;Italy&lt;/option&gt;
                      &lt;option&gt;Japan&lt;/option&gt;
                      &lt;option&gt;Pakistan&lt;/option&gt;
                      &lt;option&gt;United Kingdom&lt;/option&gt;
                      &lt;option&gt;United States of America&lt;/option&gt;
                      &lt;option&gt;Zambia&lt;/option&gt;
                  &lt;/select&gt;&lt;/td&gt;
                  &lt;tr&gt;
                 &lt;/tr&gt;
                  &lt;td&gt;&lt;label&gt;AADHAR CARD NUMBER   &lt;/label&gt;&lt;/td&gt;
                  &lt;td&gt;&lt;input type="tel"&gt;&lt;/td&gt;
                  &lt;td&gt;&lt;label&gt;PANCARD NUMBER   &lt;/label&gt;&lt;/td&gt;
                  &lt;td&gt;&lt;input type="text" pattern="&#91;1-9]{12}"&gt;&lt;/td&gt;
              &lt;/tr&gt;
            &lt;/table&gt;
        &lt;/form&gt;
  &lt;/fieldset&gt;
  &lt;fieldset&gt;
    &lt;legend&gt;EDUCATION DETAILS&lt;/legend&gt;
    &lt;form&gt;
      &lt;table&gt;
        &lt;tr&gt;
        &lt;th&gt;&lt;label&gt;S.NO &lt;/label&gt;&lt;/th&gt;
        &lt;th&gt;&lt;label&gt;QUALIFICATION   &lt;/label&gt;&lt;/th&gt;&lt;td&gt;&lt;/td&gt;
        &lt;th&gt;&lt;label&gt;INSTITUTE/UNIVERSITY &lt;/label&gt;&lt;/th&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt; &lt;/td&gt;
        &lt;th&gt;&lt;label&gt;YEAR OF PASSING  &lt;/label&gt;&lt;/th&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
    &lt;td&gt;&lt;label&gt;1&lt;/label&gt;&lt;/td&gt;
    &lt;td&gt;&lt;input type="text"&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
    &lt;td&gt;&lt;input type="text"&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt; &lt;/td&gt;
    &lt;td&gt;&lt;input type="date"&gt;&lt;/td&gt;
&lt;/tr&gt;
   &lt;tr&gt;
     &lt;td&gt;&lt;label&gt;2&lt;/label&gt;&lt;/td&gt;
    &lt;td&gt;&lt;input type="text"&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
    &lt;td&gt;&lt;input type="text"&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt; &lt;/td&gt;
    &lt;td&gt;&lt;input type="date"&gt;&lt;/td&gt;
&lt;/tr&gt; 
  &lt;tr&gt;
    &lt;td&gt;&lt;label&gt;3&lt;/label&gt;&lt;/td&gt;
   &lt;td&gt;&lt;input type="text"&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
   &lt;td&gt;&lt;input type="text"&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt; &lt;/td&gt;
   &lt;td&gt;&lt;input type="date"&gt;&lt;/td&gt;
&lt;/tr&gt;
      &lt;/table&gt;
    &lt;/form&gt;
&lt;/fieldset&gt;
&lt;fieldset&gt;
    &lt;legend&gt;WORK EXPERIENCE&lt;/legend&gt;
    &lt;form&gt;
      &lt;table&gt;
        &lt;tr&gt;
        &lt;th&gt;&lt;label&gt;S.NO &lt;/label&gt;&lt;/th&gt;
        &lt;th&gt;&lt;label&gt;COMPANY&lt;/label&gt;&lt;/th&gt;
        &lt;th&gt;&lt;label&gt;WORK/ROLE&lt;/label&gt;&lt;/th&gt;&lt;td&gt;&lt;/td&gt;
        &lt;th&gt;&lt;label&gt;FROM DATE&lt;/label&gt;&lt;/th&gt;&lt;td&gt;&lt;/td&gt;
        &lt;th&gt;&lt;label&gt;TO DATE&lt;/label&gt;&lt;/th&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;&lt;label&gt;1&lt;/label&gt;&lt;/td&gt;
        &lt;td&gt;&lt;textarea cols="15" rows="7"&gt;&lt;/textarea&gt;&lt;/td&gt;
        &lt;td&gt;&lt;textarea cols="15" rows="7"&gt;&lt;/textarea&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
        &lt;td&gt;&lt;input type="date"&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
        &lt;td&gt;&lt;input type="date"&gt;&lt;/td&gt;
    &lt;/tr&gt;
&lt;/tr&gt;
   &lt;tr&gt;
    &lt;td&gt;&lt;label&gt;2&lt;/label&gt;&lt;/td&gt;
        &lt;td&gt;&lt;textarea cols="15" rows="7"&gt;&lt;/textarea&gt;&lt;/td&gt;
        &lt;td&gt;&lt;textarea cols="15" rows="7"&gt;&lt;/textarea&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
        &lt;td&gt;&lt;input type="date"&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
        &lt;td&gt;&lt;input type="date"&gt;&lt;/td&gt;
&lt;/tr&gt; 
  &lt;tr&gt;
    &lt;td&gt;&lt;label&gt;3&lt;/label&gt;&lt;/td&gt;
    &lt;td&gt;&lt;textarea cols="15" rows="7"&gt;&lt;/textarea&gt;&lt;/td&gt;
    &lt;td&gt;&lt;textarea cols="15" rows="7"&gt;&lt;/textarea&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
    &lt;td&gt;&lt;input type="date"&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;
    &lt;td&gt;&lt;input type="date"&gt;&lt;/td&gt;
&lt;/tr&gt;
    &lt;/table&gt;
  &lt;/form&gt;
 &lt;/fieldset&gt;
 &lt;fieldset&gt;
    &lt;legend&gt;OTHER DETAILS&lt;/legend&gt;
    &lt;form&gt;
      &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;label&gt;JOBTYPE&lt;/label&gt;&lt;/td&gt;
            &lt;td&gt;&lt;input type="radio" name="aa"&gt;PERMANENT&lt;/td&gt;
            &lt;td&gt;&lt;input type="radio" name="aa"&gt;CONTRACT&lt;/td&gt;
            &lt;td&gt;&lt;input type="radio" name="aa"&gt;OTHER&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;label&gt;DATE OF JOINING&lt;/label&gt;&lt;/td&gt;
            &lt;td&gt;&lt;input type="date"&gt;&lt;/td&gt;
            &lt;td&gt;&lt;label&gt;TIME OF JOINING&lt;/label&gt;&lt;/td&gt;
            &lt;td&gt;&lt;input type="time"&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;label&gt;PREFER JOB LOCATION&lt;/label&gt;&lt;/td&gt;
            &lt;td&gt;&lt;input type="radio" name="bb"&gt;BANGLORE&lt;/td&gt;
            &lt;td&gt;&lt;input type="radio" name="bb"&gt;MUMBAI&lt;/td&gt;
            &lt;td&gt;&lt;input type="radio" name="bb"&gt;PUNE&lt;/td&gt;
          &lt;/tr&gt;
           &lt;tr&gt;
            &lt;td&gt;&lt;label&gt;WILLING TO RELOCATE&lt;/label&gt;&lt;/td&gt;
            &lt;td&gt;&lt;input type="radio" name="aa"&gt;YES&lt;/td&gt;
            &lt;td&gt;&lt;input type="radio" name="aa"&gt;NO&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;input type="checkbox"&gt;&lt;/td&gt;
            &lt;td&gt;&lt;label&gt;I AM HERE DECLARING THAT ALL THE ABOVE MENTIONED INFORMATION IS TRUE AS PER MY KNOWLEDGE&lt;/label&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;input type="submit"&gt;&lt;/td&gt;
            &lt;td&gt;&lt;button&gt;Reset&lt;/button&gt;&lt;/td&gt;
    &lt;/tr&gt;
    &lt;/table&gt;
  &lt;/form&gt;
 &lt;/fieldset&gt;

&lt;/body&gt;
&lt;/html&gt;</code></pre>



<p><strong>Output:</strong>&#8211; </p>



<p></p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="986" height="1024" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/04/img-986x1024.png" alt="" class="wp-image-16285" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/04/img-986x1024.png 986w, https://www.aiuniverse.xyz/wp-content/uploads/2023/04/img-289x300.png 289w, https://www.aiuniverse.xyz/wp-content/uploads/2023/04/img-768x797.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2023/04/img.png 1366w" sizes="auto, (max-width: 986px) 100vw, 986px" /></figure>
<p>The post <a href="https://www.aiuniverse.xyz/online-job-application-form-using-html-and-css/">Online Job Application Form Using Html and CSS</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/online-job-application-form-using-html-and-css/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>CSS Selector and Its Types</title>
		<link>https://www.aiuniverse.xyz/css-selector-and-its-types/</link>
					<comments>https://www.aiuniverse.xyz/css-selector-and-its-types/#respond</comments>
		
		<dc:creator><![CDATA[Maruti Kr.]]></dc:creator>
		<pubDate>Fri, 31 Mar 2023 12:43:03 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[css selector and its type]]></category>
		<category><![CDATA[what do mean by selector]]></category>
		<category><![CDATA[what is class selector]]></category>
		<category><![CDATA[what is css selector]]></category>
		<category><![CDATA[what is element selector]]></category>
		<category><![CDATA[what is id selector]]></category>
		<category><![CDATA[what is pseudo selector]]></category>
		<category><![CDATA[what is selector]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=16274</guid>

					<description><![CDATA[<p>What is CSS Selector Selector means choosing an html tag for applying the styles. CSS selectors can be based on the 1. CSS Element Selector: The element <a class="read-more-link" href="https://www.aiuniverse.xyz/css-selector-and-its-types/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/css-selector-and-its-types/">CSS Selector and Its Types</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">What is CSS Selector</h2>



<p>Selector means choosing an html tag for applying the styles. CSS selectors can be based on the</p>



<ul class="wp-block-list">
<li>CSS Element Selector</li>



<li>CSS Id Selector</li>



<li>CSS Class Selector</li>



<li>CSS Pseudo Selector</li>



<li>CSS Group Selector</li>
</ul>



<h2 class="wp-block-heading">1. CSS Element Selector:</h2>



<p>The element selector selects HTML elements based on the element name such as &#8220;p&#8221; for paragraphs or &#8220;h1&#8221; for heading 1.</p>



<pre class="wp-block-code"><code>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;style&gt;
p{
    text-align: center;
    color: rgb(65, 153, 225)
} 
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;p&gt;Style will be applied on every paragraph.&lt;/p&gt;
&lt;p&gt;Hi&lt;/p&gt;
&lt;p id="para1"&gt;Hello&lt;/p&gt;
&lt;p&gt;How are You&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;  

</code></pre>



<p><strong>Output:</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="551" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/00-1024x551.png" alt="" class="wp-image-16275" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/00-1024x551.png 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/00-300x161.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/00-768x413.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/00.png 1362w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">2. CSS Id Selector:</h2>



<p>By using id selector we can apply CSS style for same group of html tag. An id is always unique within the page so it is chosen to select a single, unique element.</p>



<p>To select an element with a specific id, write a hash (#) character, followed by the id of the element.</p>



<p> </p>



<pre class="wp-block-code"><code>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;style&gt;
#para1 {
  text-align: center;
  color: skyblue;
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;p id="para1"&gt;Hello World!&lt;/p&gt;
&lt;p&gt;In this paragraph, Not applying the style.&lt;/p&gt;

&lt;/body&gt;
&lt;/html&gt;
</code></pre>



<p><strong>Output:</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="555" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/01-1024x555.png" alt="" class="wp-image-16277" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/01-1024x555.png 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/01-300x163.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/01-768x416.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/01.png 1366w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">3. CSS Class Selector:</h2>



<p>By using class selector, We can apply same CSS style for multiple html tags.</p>



<p>To select multiple tags we need to use class attributes.</p>



<p>To represent class name, we have to use dot(.).</p>



<pre class="wp-block-code"><code>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;style&gt;
.center {
  text-align: center;
  color:purple;
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

    &lt;h1 class="center"&gt;This heading is purple and center-aligned.&lt;/h1&gt;  
    &lt;p class="center"&gt;This paragraph is purple and center-aligned.&lt;/p&gt;

&lt;/body&gt;
&lt;/html&gt;</code></pre>



<p><strong>Output:</strong> </p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="557" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/11-1024x557.png" alt="" class="wp-image-16278" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/11-1024x557.png 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/11-300x163.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/11-768x418.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/11.png 1366w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">4. CSS Group Selector:</h2>



<p>Grouping multiple selector is group selector. We use comma(,) for grouping selectors.</p>



<pre class="wp-block-code"><code>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;style&gt;
h1, h2, p {
    text-align: center;
    color: rgb(255, 0, 106);
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;h1&gt;CSS Group selector Example&lt;/h1&gt;
&lt;h2&gt;Hello, How are You&lt;/h2&gt;
&lt;p&gt;This is a paragraph.&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;</code></pre>



<p><strong>Output:</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="550" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/12-1024x550.png" alt="" class="wp-image-16279" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/12-1024x550.png 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/12-300x161.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/12-768x413.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/12.png 1366w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">5. Pseudo Selector:</h2>



<p>A CSS Pseudo selector is a keyword added to a selector that specifies a special state of the selected elements.</p>



<p><strong>Syntax:</strong></p>



<pre class="wp-block-code"><code>Selector: Pseudo Selector Name
{
Style Name: Value</code></pre>



<pre class="wp-block-code"><code>&lt;!DOCTYPE html>
&lt;html lang="en">
&lt;head>
    
    &lt;title>Pseudo selector&lt;/title>
    &lt;style>
        .abc:hover
        {
            color: red;
            cursor: pointer;
        }
    &lt;/style>
&lt;/head>
&lt;body>
    &lt;h1 class="abc">CSS Selector&lt;/h1>
    
&lt;/body>
&lt;/html></code></pre>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/04/2-1024x576.png" alt="" class="wp-image-16297" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/04/2-1024x576.png 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2023/04/2-300x169.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/04/2-768x432.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2023/04/2.png 1366w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>Note: When cursor touch an output(CSS Selector) , its will change the color.  </p>
<p>The post <a href="https://www.aiuniverse.xyz/css-selector-and-its-types/">CSS Selector and Its Types</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/css-selector-and-its-types/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>CSS Properties and its types</title>
		<link>https://www.aiuniverse.xyz/css-properties/</link>
					<comments>https://www.aiuniverse.xyz/css-properties/#respond</comments>
		
		<dc:creator><![CDATA[Maruti Kr.]]></dc:creator>
		<pubDate>Fri, 31 Mar 2023 10:13:46 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[background-image]]></category>
		<category><![CDATA[css background]]></category>
		<category><![CDATA[css background-attachment]]></category>
		<category><![CDATA[css background-color]]></category>
		<category><![CDATA[css background-position]]></category>
		<category><![CDATA[css background-repeat]]></category>
		<category><![CDATA[css propreties]]></category>
		<category><![CDATA[how to set background-position]]></category>
		<category><![CDATA[how to use background-attachment]]></category>
		<category><![CDATA[how to use background-color]]></category>
		<category><![CDATA[how to use background-color in css]]></category>
		<category><![CDATA[what is background-color]]></category>
		<category><![CDATA[what is css background]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=16257</guid>

					<description><![CDATA[<p>What is CSS Background CSS background property is used to set the background color, image, or other properties for an HTML element. Syntax: There are 5 CSS <a class="read-more-link" href="https://www.aiuniverse.xyz/css-properties/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/css-properties/">CSS Properties and its types</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">What is CSS Background </h2>



<p>CSS background property is used to set the background color, image, or other properties for an HTML element.</p>



<p><strong>Syntax: </strong></p>



<pre class="wp-block-code"><code>selector {
  background: value;
}
</code></pre>



<p>There are 5 CSS background properties used in HTML elements:</p>



<ol class="wp-block-list">
<li>background-color</li>



<li>background-image</li>



<li>background-repeat</li>



<li>background-attachment</li>



<li>background-position</li>
</ol>



<h2 class="wp-block-heading">1. CSS Background-color:</h2>



<p>Background- color is used to <strong>sets the color of the background</strong> in html document.</p>



<p><strong>For Example:</strong></p>



<pre class="wp-block-code"><code>&lt;!DOCTYPE html&gt;  
&lt;html&gt;  
&lt;head&gt;  
&lt;style&gt;  
h2,p{  
    background-color: skyblue;  
}  
&lt;/style&gt;  
&lt;/head&gt;  
&lt;body&gt;  
&lt;h2&gt;This is an example of CSS background-color &lt;/h2&gt;  
&lt;p&gt;Welcome to Cotocus vlogs: Cotocus with the help of technology, trying to resolve the mutilple problems - we are facing in healthcare, tech education, professional services, travel and in digital domain with our products such as MyHospitalnow, DevOpsSchool, Professnow, HolidayLandmark and Wizbrand. &lt;/p&gt;  
&lt;/body&gt;  
&lt;/html&gt;   </code></pre>



<p><strong>Output:</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="530" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture2-1-1024x530.png" alt="" class="wp-image-16258" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture2-1-1024x530.png 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture2-1-300x155.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture2-1-768x398.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture2-1-1170x606.png 1170w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture2-1.png 1357w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">2. CSS Background-image:</h2>



<p>Background-image is used to sets the image to be used as the background.</p>



<p>For Example:</p>



<pre class="wp-block-code"><code>&lt;!DOCTYPE html&gt;  
&lt;html&gt;  
&lt;head&gt;  
&lt;style&gt;  
body {  
background-image: url("https://imgs.search.brave.com/-TMDeYu36R4sCyI8Rtem8SD0xhw8jW3OBsVGuFCmnyw/rs:fit:1200:1200:1/g:ce/aHR0cHM6Ly9pLnJl/ZGQuaXQvbWNtMndz/aG45aDQyMS5qcGc");  
margin-left:100px;  
}  
&lt;/style&gt;  
&lt;/head&gt;  
&lt;body&gt;  
&lt;h1&gt;Welcome to Cotocus&lt;/h1&gt;  
&lt;/body&gt;  
&lt;/html&gt;       </code></pre>



<p><strong>Output:</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="525" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture3-1-1024x525.png" alt="" class="wp-image-16259" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture3-1-1024x525.png 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture3-1-300x154.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture3-1-768x394.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture3-1.png 1365w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">3. CSS <strong>B</strong>ackground-repeat:</h2>



<p>Background-repeat specifies how the background image should repeat, By default, the&nbsp;<code>background-image</code>&nbsp;property repeats an image both horizontally and vertically.</p>



<p><strong>background-repeat: repeat-x;</strong><a href="https://www.javatpoint.com/css-background#"></a><a href="https://www.javatpoint.com/css-background#"></a><a href="https://www.javatpoint.com/css-background#"></a></p>



<pre class="wp-block-code"><code>&lt;!DOCTYPE html&gt;  
&lt;html&gt;  
&lt;head&gt;  
&lt;style&gt;  
body {  
    background-image: url("https://imgs.search.brave.com/N4vU7o72Bro0dujs8_FKwSWu9pJ53G9tsQ7JB0uhdqs/rs:fit:844:225:1/g:ce/aHR0cHM6Ly90c2Uz/Lm1tLmJpbmcubmV0/L3RoP2lkPU9JUC5w/bExaZV8teWVaSFVM/QUhlZTRNXzdBSGFF/SyZwaWQ9QXBp");  
    background-repeat: repeat-x;  
}  
&lt;/style&gt;  
&lt;/head&gt;  
&lt;body&gt;  
&lt;h1&gt;Hello World&lt;/h1&gt;  
&lt;/body&gt;  
&lt;/html&gt;   
</code></pre>



<p><strong>Output:</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="531" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture4-1-1024x531.png" alt="" class="wp-image-16262" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture4-1-1024x531.png 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture4-1-300x156.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture4-1-768x398.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture4-1-1170x606.png 1170w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture4-1.png 1365w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p><strong>background-repeat: repeat-y;</strong></p>



<p><a href="https://www.javatpoint.com/css-background#"></a><a href="https://www.javatpoint.com/css-background#"></a><a href="https://www.javatpoint.com/css-background#"></a></p>



<pre class="wp-block-code"><code>&lt;!DOCTYPE html&gt;  
&lt;html&gt;  
&lt;head&gt;  
&lt;style&gt;  
body {  
    background-image: url("https://imgs.search.brave.com/N4vU7o72Bro0dujs8_FKwSWu9pJ53G9tsQ7JB0uhdqs/rs:fit:844:225:1/g:ce/aHR0cHM6Ly90c2Uz/Lm1tLmJpbmcubmV0/L3RoP2lkPU9JUC5w/bExaZV8teWVaSFVM/QUhlZTRNXzdBSGFF/SyZwaWQ9QXBp");  
    background-repeat: repeat-y;  
}  
&lt;/style&gt;  
&lt;/head&gt;  
&lt;body&gt;  
&lt;h1&gt;Hello World&lt;/h1&gt;  
&lt;/body&gt;  
&lt;/html&gt;   </code></pre>



<p>Output:</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="531" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/5-1024x531.png" alt="" class="wp-image-16263" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/5-1024x531.png 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/5-300x155.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/5-768x398.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/5-1170x606.png 1170w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/5.png 1366w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">4. CSS <strong>B</strong>ackground-attachment:</h2>



<p>CSS background-attachment property is used to specify if the background image is fixed or scroll with the rest of the page in browser window. If you set fixed the background image then the image will not move during scrolling in the browser.&nbsp;</p>



<p><strong>For Example:</strong></p>



<pre class="wp-block-code"><code>&lt;!DOCTYPE html&gt;
&lt;html&gt;

&lt;head&gt;
    &lt;style&gt;
        body {
            background-image: url("https://imgs.search.brave.com/6kg_qF6UH5j7I-Qi5yKYWAXOVzRT1D6SfDbZuPHBxrI/rs:fit:1043:985:1/g:ce/aHR0cHM6Ly93YWxs/cGFwZXJjYXZlLmNv/bS93cC93cDI1ODg3/OTAuanBn");
            background-repeat: no-repeat;
            background-position: right top;
            background-attachment: fixed;


       }
    &lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;
    &lt;h1&gt; Background-attachment Example&lt;/h1&gt;

    &lt;!DOCTYPE html&gt;
&lt;html&gt;

&lt;head&gt;
    &lt;style&gt;
        body {
            background-image: url("https://imgs.search.brave.com/6kg_qF6UH5j7I-Qi5yKYWAXOVzRT1D6SfDbZuPHBxrI/rs:fit:1043:985:1/g:ce/aHR0cHM6Ly93YWxs/cGFwZXJjYXZlLmNv/bS93cC93cDI1ODg3/OTAuanBn");
            background-repeat: no-repeat;
            background-position: right top;
            background-attachment: fixed;


        }
    &lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;
    &lt;h2&gt; Background-attachment Example&lt;/h2&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt;
    &lt;p&gt;This is a fixed background-image. Scroll down the page.&lt;/p&gt; 
&lt;/body&gt;
&lt;/html&gt;
&lt;/body&gt;

&lt;/html&gt;</code></pre>



<p><strong>Output:</strong></p>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1366" height="742" data-id="16267" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/6-1024x556.png" alt="" class="wp-image-16267" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/6-1024x556.png 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/6-300x163.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/6-768x417.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/6.png 1366w" sizes="auto, (max-width: 1366px) 100vw, 1366px" /></figure>
</figure>



<h2 class="wp-block-heading">5. CSS <strong>B</strong>ackground-position:</h2>



<p>CSS Background-position are used to sets the position of the background image. default, the background image is placed on the top-left of the webpage.</p>



<p>You can set the following positions:</p>



<ol class="wp-block-list">
<li>center</li>



<li>top</li>



<li>bottom</li>



<li>left</li>



<li>right</li>
</ol>



<p><strong>For Example:</strong></p>



<p></p>



<pre class="wp-block-code"><code>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;style&gt;
body  {
background: white url('https://imgs.search.brave.com/jBL2LMSlM6RfxpNvAiutLBMeFHkzsnzhx-FvPJWX2sg/rs:fit:1200:800:1/g:ce/aHR0cDovLzMuYnAu/YmxvZ3Nwb3QuY29t/Ly1ZSTN3b1lpaFRl/WS9WUlc3endZRG9l/SS9BQUFBQUFBQUFS/QS9DWGtocUhFMW05/TS9zMTYwMC9DdXRl/LUJlYXV0aWZ1bC1H/aXJsLUJhYnktSW1h/Z2VzLmpwZw');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;   
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;p&gt;This is background position example, Scroll down the page.&lt;/p&gt;
&lt;p&gt;This is background position example, Scroll down the page.&lt;/p&gt;
&lt;p&gt;This is background position example, Scroll down the page.&lt;/p&gt;
&lt;p&gt;This is background position example, Scroll down the page.&lt;/p&gt;
&lt;p&gt;This is background position example, Scroll down the page.&lt;/p&gt;
&lt;p&gt;This is background position example, Scroll down the page.&lt;/p&gt;
&lt;p&gt;This is background position example, Scroll down the page.&lt;/p&gt;
&lt;p&gt;This is background position example, Scroll down the page.&lt;/p&gt;
&lt;p&gt;This is background position example, Scroll down the page.&lt;/p&gt;
&lt;p&gt;This is background position example, Scroll down the page.&lt;/p&gt;
&lt;p&gt;This is background position example, Scroll down the page.&lt;/p&gt;
&lt;p&gt;This is background position example, Scroll down the page.&lt;/p&gt;
&lt;p&gt;This is background position example, Scroll down the page.&lt;/p&gt;
&lt;p&gt;This is background position example, Scroll down the page.&lt;/p&gt;
&lt;p&gt;This is background position example, Scroll down the page.&lt;/p&gt;
&lt;p&gt;This is background position example, Scroll down the page.&lt;/p&gt;
&lt;p&gt;This is background position example, Scroll down the page.&lt;/p&gt;
&lt;p&gt;This is background position example, Scroll down the page.&lt;/p&gt;
&lt;p&gt;This is background position example, Scroll down the page.&lt;/p&gt;
&lt;p&gt;This is background position example, Scroll down the page.&lt;/p&gt;
&lt;p&gt;This is background position example, Scroll down the page.&lt;/p&gt;
&lt;p&gt;This is background position example, Scroll down the page.&lt;/p&gt;
&lt;p&gt;This is background position example, Scroll down the page.&lt;/p&gt;


&lt;/body&gt;
&lt;/html&gt;  
</code></pre>



<p><strong>Output:</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="558" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/7-1024x558.png" alt="" class="wp-image-16269" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/7-1024x558.png 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/7-300x163.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/7-768x418.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/7.png 1366w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p></p>
<p>The post <a href="https://www.aiuniverse.xyz/css-properties/">CSS Properties and its types</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/css-properties/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is CSS and how many types of CSS?</title>
		<link>https://www.aiuniverse.xyz/what-is-css/</link>
					<comments>https://www.aiuniverse.xyz/what-is-css/#respond</comments>
		
		<dc:creator><![CDATA[Maruti Kr.]]></dc:creator>
		<pubDate>Wed, 29 Mar 2023 11:28:54 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[external css]]></category>
		<category><![CDATA[how many way to write css]]></category>
		<category><![CDATA[Inline css]]></category>
		<category><![CDATA[Internal css]]></category>
		<category><![CDATA[Introduction to css]]></category>
		<category><![CDATA[overview to css]]></category>
		<category><![CDATA[types of css]]></category>
		<category><![CDATA[What is css]]></category>
		<category><![CDATA[what is external css]]></category>
		<category><![CDATA[what is inline css]]></category>
		<category><![CDATA[what is Internal css]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=16246</guid>

					<description><![CDATA[<p>CSS stand for cascading style sheets. By using CSS we can apply style to the html document. It provides an additional feature to HTML. It is generally <a class="read-more-link" href="https://www.aiuniverse.xyz/what-is-css/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/what-is-css/">What is CSS and how many types of CSS?</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/css-logo-726x1024.png" alt="" class="wp-image-16251" width="188" height="266" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/css-logo-726x1024.png 726w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/css-logo-213x300.png 213w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/css-logo-768x1083.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/css-logo-1089x1536.png 1089w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/css-logo.png 1452w" sizes="auto, (max-width: 188px) 100vw, 188px" /></figure>
</div>


<p>CSS stand for cascading style sheets. By using CSS we can apply style to the html document. It provides an additional feature to HTML. It is generally used with HTML to change the style of web pages and user interfaces. It can also be used with any kind of XML documents including plain XML, SVG and XUL.</p>



<p>In CSS they are three way to write CSS.</p>



<ol class="wp-block-list">
<li>Inline </li>



<li>Internal</li>



<li>External</li>
</ol>



<h2 class="wp-block-heading"><strong>Inline CSS :</strong></h2>



<p>By using Inline CSS we can apply the style to the element by using style attribute inside the opening tag.</p>



<p><strong>Example:</strong></p>



<pre class="wp-block-code"><code>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;body&gt;

&lt;h1 style="color: red; text-align: center;"&gt;This is a heading&lt;/h1&gt;
&lt;p style="color: black;"&gt;This is a paragraph.&lt;/p&gt;

&lt;/body&gt;
&lt;/html&gt;</code></pre>



<h2 class="wp-block-heading"><strong>Internal CSS :</strong></h2>



<p>By using Internal CSS we can apply the style to the element by using style tag, Inside the head tag of html documents.</p>



<p>Syntax:   </p>



<pre class="wp-block-code"><code>&lt;style&gt;
      tag name {
               property : value
               }
&lt;/style&gt;</code></pre>



<p><strong>Example:</strong></p>



<pre class="wp-block-code"><code>&lt;html&gt;
&lt;head&gt;
       &lt;title&gt;Documents&lt;/title&gt;
&lt;style&gt;
      h1{
         color: red;
        }
       p{
         background color: yellow;
         text-align : center;
         }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;h1&gt;Good After Noon&lt;/h1&gt;
&lt;p&gt;Hello World&lt;/p&gt;

&lt;/body&gt;
&lt;/html&gt;</code></pre>



<h2 class="wp-block-heading"><strong>External CSS :</strong></h2>



<p>By using External CSS we can apply the  styles and formatting of a web page separate file, his separate file, typically named with a .css extension, is then linked to the HTML document using the &lt;link&gt; tag.</p>



<p><strong>Example:-</strong></p>



<p>External styles are defined within the &lt;link&gt; element, inside the &lt;head&gt; section of an HTML page:</p>



<pre class="wp-block-code"><code>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
	&lt;title&gt;My Webpage&lt;/title&gt;
	&lt;link rel="stylesheet" href="Mystyles.css"&gt;
&lt;/head&gt;
&lt;body&gt;
	&lt;!-- content of the webpage --&gt;
&lt;/body&gt;
&lt;/html&gt;
</code></pre>



<h2 class="wp-block-heading"><strong>CSS Comments:</strong></h2>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/04/comments-in-css-1602360983-1024x576.webp" alt="" class="wp-image-16460" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/04/comments-in-css-1602360983-1024x576.webp 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2023/04/comments-in-css-1602360983-300x169.webp 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/04/comments-in-css-1602360983-768x432.webp 768w, https://www.aiuniverse.xyz/wp-content/uploads/2023/04/comments-in-css-1602360983.webp 1200w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>CSS Comments are used to explain or clarify the purpose of code to other developers or to remind yourself of the code&#8217;s purpose later on. Comments are single or multiple lines statement and CSS comments start with <code>/*</code> and end with <code>*/</code>, And it will be ignored by the browser. </p>



<p><strong>For example:</strong></p>



<pre class="wp-block-code"><code>&lt;!DOCTYPE html&gt;  
&lt;html&gt;  
&lt;head&gt; 
&lt;style&gt;  
p {  
    color: blue;  
    /* This is a single-line comment */  
    text-align: center;  
}   
/* This is a 
multi-line comment */  

&lt;/style&gt;  
&lt;/head&gt;  
&lt;body&gt;  
&lt;p&gt;Hi Welcome to Cotocus&lt;/p&gt;  
&lt;p&gt;This statement is styled with CSS.&lt;/p&gt;  
&lt;p&gt;CSS comments are ignored by the browsers and not shown in the output.&lt;/p&gt;  
&lt;/body&gt;  
&lt;/html&gt;   </code></pre>
<p>The post <a href="https://www.aiuniverse.xyz/what-is-css/">What is CSS and how many types of CSS?</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/what-is-css/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
