ඒකේ code එක මොකක්ද
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
body
{
background-image: url(“background.jpg”);
}
body {
background-image: url(“imagename.jpg”);
}
correct answer✔️
ඔව් image එකක් දාන්නෙ මෙහෙමයි.. මට වැරදුනා😇😇
<body bgcolor=””> වලින් color එකක් දෙන්න පුලුවන්.. <body bgimage=””> වලින් image එකක් දෙන්න පුලුවන්😇😇
😊👍
😇😇
මෙයා අහන්නෙ css වලින් එතකොටඑතකොට background-color : color එන්නෙ
body {
background-image: url(“imagename.jpg/jpeg”);
background-color: color;
}
පසුබ්බිමට පින්තූරයක් දෙනව නම් ..
body{backgroud-image:url(“image.jpg”)
පාටක් දෙනවනම්
body{color:blue}
Full answer✔️