Entertainment
Fun & Fashion
International
Latest Updates
تجربة إملاء
أبريل 11, 2018
•
الهمزة المتوسطة
ئـ ؤ أ ء
الهمزة المتوسطة على نبرة
أ ـ ترسم الهمزة المتوسطة على نبرة إذاكانت الهمزة مكسورة أو ما قبلها مكسورا
ـ أمثلة
يَئِنّ مَوْئِل مَرْئِيَّة
قَائِل قَائِد رَائِد
عَائِلة بَائِدة مَائِدة
عَائِلة بَائِدة مَائِدة
حاول قراءة الكلمات السابقة
ـ حدد حركة الهمزة
تبديل حرف
أبريل 11, 2018
•
<!DOCTYPE html>
<html>
<body>
<p>Click the button to replace "blue" with "red" in the paragraph below:</p>
<p id="demo">Mr Blue has a blue house and a blue car.</p>
<button onclick="myFunction()">Try it</button>
<script>
function myFunction() {
var str = document.getElementById("demo").innerHTML;
var res = str.replace(/blue/gi, "red");
document.getElementById("demo").innerHTML = res;
}
</script>
</body>
</html>
<html>
<body>
<p>Click the button to replace "blue" with "red" in the paragraph below:</p>
<p id="demo">Mr Blue has a blue house and a blue car.</p>
<button onclick="myFunction()">Try it</button>
<script>
function myFunction() {
var str = document.getElementById("demo").innerHTML;
var res = str.replace(/blue/gi, "red");
document.getElementById("demo").innerHTML = res;
}
</script>
</body>
</html>
تجربة كتب اللغة العربية
أبريل 09, 2018
•
كتب اللغة العربية المنهج الكويتي
اختر الكتاب المطلوب لتحميله
رابط التحميل يظهر بالأسفل