الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <body> <main> <h1>Becomming a Frontend Developer</h1> <article> <h2>How to start?</h2> <p>First thing, you have to study how to think like a programmer, so you have to study something called Algorithms. Then you should learn HTML, CSS, Javascript in the same order.</p> </article> <article> <h2>How long it takes to become a frontend developer?</h2> <p>In general, you need about a year to study all the basics and to do some projects.</p> </article> <article> <h2>Is it hard to learn from the internet?</h2> <p>Absolutely no, watching ready made tutorials and reading articles is easier than learning from a college.</p> <p>Don't believe people who say: "without college you can't learn!".</p> </article> </main> </body> </html>