Posts

Showing posts with the label create easy webpage use in the html & css

Design web page use HTML CSS

Image
  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> ...