Tuesday, May 30, 2023

How to create a split screen 2/3 with use CSS

 Split screen two or more color in one page using html/css

 The  background-color property sets the background color of an element.

the background of an element is total size of the element including padding and border (but not the margin)

 use to the div property in use to the css in class or id put than style use this class and 

id property put than apply to tag in different way.


Program 

<html>

<head>

<title>two color one page</title>

<style>

.color1{

background-color:pink;

<!-- select  your  favourite  color put than run program -->

width:33%;

height:230px;

float:left;

}

.color2{

background-color:skyblue;

<!-- select  your  favourite  color put than run program -->

width:34%;

height:230px;

float:right;

}

.color3{

background-color:red;

<!-- select  your  favourite  color put than run program -->

width:33%;

height:230px;

float:left;

}

</style>

</head>

<body>

<h1>Three color with one page</h1>

<div class="color1">

</div>

<div class="color2">

</div>

<div class="color3">

</div>

</body>

</html>


OUTPUT

three color with one page html/css
Visit Link 




Html registration form


Monday, May 29, 2023

How to create a Split screen with css

Two background color  with one page in html and css use


Program

<html>

<head>

<title>two color one page</title>

<style>

.color{

background-color:pink;

width:60%;

height:420px;

float:right;

}

.color1

{

background-color:skyblue;

<!-select  your color -->

width:40%;

height:420px;

}

</style></head>

<body>

<h1>Two color with one page</h1>

<div class="color"><br><br>

</div>

<div class="color1">

</div>

</body></html>


OUTPUT

two color in one page using html and css

visit link


html and css use to create easy webpage html

css border bottom property

css background propertie



Sunday, May 14, 2023

html and css use to create easy webpage

 


Html and css use to create   webpage


PROGRAM


<!doctype html>
<html>
<head>
<title>html tag and use css</title>
<style>
h1
{
text-align:center;
color:red;
}
.color
{
background-color:blue;
}
.center{
text-align:center;
color:magenta;
}
body{
background-repeat:"no-repeat";
background-size:100%180%;
}
.css {
text-align:left;
}
#css{
color: orange;
}
</style>
</head>
<body background="E:\New folder\MCA1\web technology
 program\img.jpg" alt="image computer">
<h1><b>computer</b></h1>
<h3><p class="center"><b>A computer is an electronic device that manipulates information pr data. 
it has the ability to store, retrieve and process data. you may alread know 
that you can use a computer to type document send email, play games and browse tha web. you can 
also use it to edit ot create spreadsheets presentation
 and even videos. </b></p></h3>
<div class="color"<h1 class="css"><b>What is CSS</b></h1>
<p id="css"><b>Cascading  style sheets is a style sheet language used for describing the presentation of a document.
css is a computer language for laying out and structuring web page html or xml this language contains coding elements and  is 
composed.</b></p></div>
<img src="E:\New folder\MCA1\web technology program\htmldevo.jpg" alt="html developer" width="80px" height="90%">
<p style="color:gold" ><b> htmlthe first version of the html was written by<b> tim berners-lee in1993</b>.support linking among online resources. conputer with other digital formats used primarily textual 
document HTML tags are keywork which defines that how web browser will format and display the content. 
with the help pf tags a web browser can display the content. with 
the help of tags.</b></p>
</body>
</html>






































































OUTPUT


HTML USE TO CREATE IN PAGE



Link visit

server side scripting information





Html registration form

left pascal star pattern in php

inverted pyramid star pattern in php

print half diamond pattern