بيئة العمل-WORKSPACE

الوحدة الاولى:مقدمة لتطوير واجهات الويب-الدرس الثانى:بيئة العمل والمجتمع-فرع:بيئة العمل
اول سؤال فى الوحدة
هنا التطبيق العملى

<style>
   h1 {
        font-size: 18px;
        color: red;
        margin: 0;
    }
    div {
        font-size: 14px;
        color: green;
    }
    p {
        font-size: 14px;
        color: dimgray;
        margin: 0;
    }
</style>
<h1>اكاديمية كورتابز:الرئيسية</h1>
<div>https://coretabs.net</div>
<hr>
<p>Coretabs Academy is the first step that will transform your career as a developer. Start talking the future language, select your track, we will make you READY to </p>
1 Like