الأجوبة
HTML Code:
<!DOCTYPE html>
<html>
<head>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<meta charset="utf-8">
<title>Set the background color of a page to red</title>
</head>
<body>
<p>Set the background color of the page to red</p>
</body>
</html>
JavaScript Code:
$(document.body).css( "background", "red" );
أسئلة مشابهة
القوائم الدراسية التي ينتمي لها السؤال
معلومات ذات صلة