ASKER
ASKER
#header {
background-color: #72899d;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#72899d), to(#151515));
background-image: -moz-linear-gradient(-90deg, #72899d, #151515);
background: #72899D;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#72899D), to(#151515));
background: -webkit-linear-gradient(#72899D, #151515);
background: -moz-linear-gradient(#72899D, #151515);
background: -ms-linear-gradient(#72899D, #151515);
background: -o-linear-gradient(#72899D, #151515);
background: linear-gradient(#72899D, #151515);
-pie-background: linear-gradient(#72899D, #151515);
behavior: url(http://www.biennainternational.com/sites/default/files/PIE/PIE.htc);
}
ASKER
HTML (HyperText Markup Language) is the main markup language for creating web pages and other information to be displayed in a web browser, providing both the structure and content for what is sent from a web server through the use of tags. The current implementation of the HTML specification is HTML5.
TRUSTED BY
ASKER