An interactive, web-based code editor designed specifically to help beginners learn and experiment with web development. It allows users to write standard HTML markup and instantly render the output dynamically.
- Real-time Execution: Write HTML/CSS code and press the "تشغيل" (Run) button to view the live result instantly underneath.
- Clear Functionality: Quickly reset the input area using the "حذف" (Delete/Clear) button.
- Simple Interface: Clean, focused, and intuitive layout designed for distraction-free learning.
Test the live application here:
🔗 Live Demo
- HTML5 - Structuring the editor layout, text area, and functional buttons.
- CSS3 - Custom styling, responsive spacing, and theme presentation.
- JavaScript (Vanilla) - Dynamic code evaluation, DOM manipulation, and dynamic output rendering.