Posts

What is HTML? HTML is a Programming Language?

Image
  HTML কি?? HTML কি একটি programmimg language? আমরা সকলেই জানি HTML এর পূর্ণরুপ হলো Hyper Text Markup Language. HTML কোন programming language নয়। HTML হলো standard markup language. HTML ব্যবহার হয় web pages তৈরি করার জন্য। HTML এর মাধ্যমে web page এর প্রতিটা অংশকে চিহ্নিত করা হয়, এই প্রতিটা অংশকে element বলা হয়। প্রতিটি elements start tag দিয়ে শুরু হয় এবং end tag দিয়ে শেষ হয়। Facebook, Google, YouTube সহ সকল প্রকার ওয়েবসাইট HTML দিয়ে তৈরি করা হয়। এখানে HTML এর Example দেয়া হলোঃ <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html> Example টি ব্যাখ্যা করা হলোঃ  এখানে <!DOCTYPE html> এর মাধ্যমে ওয়েব ব্রাউজারকে বোঝানো হচ্ছে HTML documents টি কোন Version এ লেখা রয়েছে। আমরা সকলেই জানি কোন জিনিসই perfect নয়। HTML ও তার ব্যাতিক্রম নয়। HTML এরও Version আছে। বর্তমানে HTML5  Version চলছে। <html> হলো root elem...

How to become an Android Developer

Image
  Android Development Roadmap How to become an Android Developer     If you want to become an android developer for 2021 and beyond, this guide will help you!  Why Android? - Well, Android takes up almost exactly two thirds (64%) of all Mobile OS platforms! It's readily available, easy to use/learn/etc. With faster IDEs/Phones/Computers and high demand, this is the best time to learn android development & design Common Questions and difficulties I faced Which platform to use Java? Kotlin? Flutter? React Native? Xamarin? How do I make money in college? How much money will it take? How much time will it take? How will this not impact my placement study? What should be the strategy and resources How to create a game line PubG/GTA? Some advantages of learning Android Development Great Salaries Outside Job Opportunities (Freelancing, App Owner etc.) Can make you a lot of side money in college Requirements A basic Laptop with 4GB ram and 64 bit OS will do. More here ...