اكثر اسئلة واجوبة المقابلات طلبا والاختبارات عبر الإنترنت
منصة تعليمية للتحضير للمقابلات والاختبارات عبر الإنترنت والدروس والتدريب المباشر

طوّر مهاراتك من خلال مسارات تعلم مركزة واختبارات تجريبية ومحتوى جاهز للمقابلات.

يجمع WithoutBook أسئلة المقابلات حسب الموضوع والاختبارات العملية عبر الإنترنت والدروس وأدلة المقارنة في مساحة تعلم متجاوبة واحدة.

التحضير للمقابلة

Web Developer اسئلة واجوبة المقابلات

سؤال 31. What is the role of the 'DOCTYPE' declaration in HTML?

The 'DOCTYPE' declaration defines the document type and version of HTML or XHTML, ensuring proper rendering in web browsers.

Example:

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 32. Explain the concept of 'Promises' in JavaScript.

Promises are objects representing the eventual completion or failure of an asynchronous operation, allowing better handling of asynchronous code.

Example:

const fetchData = new Promise((resolve, reject) => {
  // asynchronous code
});

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 33. What is the 'CSS Box Model'?

The CSS Box Model is a design and layout concept that consists of content, padding, border, and margin, defining the space around and within an HTML element.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 34. Explain the purpose of the 'data-*' attribute in HTML.

The 'data-*' attribute is used to store custom data private to the page or application, accessible by JavaScript and CSS.

Example:

User Profile

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 35. What is the purpose of the 'async' attribute in a script tag?

The 'async' attribute in a script tag allows the script to be downloaded asynchronously, without blocking the HTML parsing, and then executed.

Example:

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

الاكثر فائدة حسب تقييم المستخدمين:

حقوق النشر © 2026، WithoutBook.