Advertisements
Advertisements
प्रश्न
Form a CSS code within the <head>....<head> for the following specifications:
Background colour: bluе
For the paragraph,
font family is Dotum and colour of the text is red
Heading should be in black colour
कोड लेखन
Advertisements
उत्तर
<head>
<style>
body {background-color: blue;}
p{ color:red;
font-family:Dotum; }
h1 { color: black;}
</style>
</head>
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
