Thursday 25 April 2013

external css


<html>
<head>
<link rel=stylesheet type=text/css href="p.css">
</head>
<body>
<h1>INTRODUCTION</h1>
<p>
The Universe is commonly defined as the totality of existence,[1][2][3][4] including planets, stars, galaxies, the contents of intergalactic space, and all matter and energy.[5][6] Definitions and usage vary[how?] and similar terms include the cosmos, the world and nature.

Scientific observation of the Universe, the observable part of which is about 93 billion light years in diameter,[7] has led to inferences of its earlier stages. These observations suggest that the Universe has been governed by the same physical laws and constants throughout most of its extent and history. The Big Bang theory is the prevailing cosmological model that describes the early development of the Universe, which in physical cosmology is believed to have occurred about 13.77 billion years ago.[8]

There are various multiverse hypotheses, in which physicists have suggested that the Universe might be one among many universes that likewise exist.[9][10] The farthest distance that it is theoretically possible for humans to see is described as the observable Universe. Observations have shown that the Universe appears to be expanding at an accelerating rate, and a number of models have arisen to predict its ultimate fate.

</p>
<h2>HISTORY</h2>
<p>Throughout recorded history, several cosmologies and cosmogonies have been proposed to account for observations of the Universe. The earliest quantitative geocentric models were developed by the ancient Greek philosophers. Over the centuries, more precise observations and improved theories of gravity led to Copernicus's heliocentric model and the Newtonian model of the Solar System, respectively. Further improvements in astronomy led to the realization that the Solar System is embedded in a galaxy composed of billions of stars, the Milky Way, and that other galaxies exist outside it, as far as astronomical instruments can reach. Careful studies of the distribution of these galaxies and their spectral lines have led to much of modern cosmology. Discovery of the red shift and cosmic microwave background radiation suggested that the Universe is expanding and had a beginning </p>
</body>
</html>


external.css

body{
              background-image:url('u.jpg') ;
              background-repeat:repeat;
               background-position: center;
              font-family:Times New Roman ;
              font-size:30px;
           }
p{
     text-align:center;
     color:white;
     text-indent:30px ;
  }
h1{
       text-align:center;
       color:REd;
       font-family:Times New Roman;
      }
h2{
       text-align:center;
       color:green;
       font-family:Times New Roman;
      }

No comments:

Post a Comment