برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نام<!DOCTYPE html> <html lang="en"> <head> <style> div:has(p) { background-color: red;} </style> </head> /********************************/ <body> <div> <p>hello</p> </div> <div> <b>bold</b> </div> <div> <p>hello</p> <p>hello</p> </div> </body> </html>
<!DOCTYPE html>
<html>
<head>
<style>
div > p {
background-color: red;
}
</style>
</head>
<body>
<div>
<p>hello</p>
</div>
<div>
<b>bold</b>
</div>
<div>
<p>hello</p>
<p>hello</p>
</div>
</body>
</html>
<!DOCTYPE html> <html dir="rtl"> <head> <meta charset="UTF-8"> <meta name="viewport"content="width=device.width, initial-scale=1.0"> <title> pسلکت تگ های </title> </head> <style> div:has(p) { background-color: red; } </style> <body> <div> <p>hello</p> </div> <div> <b>bold</b> </div> <div> <p>hello</p> <p>hello</p> </div> </body> </html>
<!DOCTYPE html> <html lang="en";> <head> <meta charset="UTF-8"> <meta name="viewport " content="width=device-width,intial-scale=1.0"> <title> box</title> <style> div>p{ background-color: red; } div{ background-color: aqua; } </style> </head> <body> <div > <p>dfghjk</p> </div> <div> cfghjkl</div> </body> </html>
div:has(p) { background-color: red; }
Submitting answers is currently unavailable.
Write a function that receives a list (array) as a parameter, and deletes its duplicate items and returns the new (array) list
Design a form that receives the following information using the best elements from the user and to the register page/ by posting the Post Family Subscribe of Mobile Birthday Country
Write a program that receives a one -digit number from the input and finds the coefficient of smaller than 100 of those numbers and prints in the output
Write a program that receives a number and only by moving its figures, the smallest numbers can be found (with the same number of digits)
برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نام If you don’t understand the exercise or can’t solve it for any reason, that’s completely
normal—don’t worry 😊
Try checking out easier exercises and reviewing different answers
submitted by others. Gradually, you can move on to more challenging exercises. Also, your answer
might be correct even if it’s different from others.