Learning HTML step by step! 🚀 Day 5: Understanding HTML Lists (<ul>, <ol>, <li>) A simple concept, but very important for structuring content on web pages. In this short video, I explained: ✔️ What lists are ✔️ Why they are used ✔️ Types of lists in HTML Consistency is key in learning web development 💻 #codeisha #codeishaofficial #HTML #codeishatrainingcentre #WebDevelopment #LearningJourney #FrontendDevelopment #Programming #Coding #Developers #TechEducation #LearnCoding #CareerGrowth
More Relevant Posts
-
Most beginners think coding is about learning everything. It’s not. It’s about learning what actually matters. → You don’t need 10 frameworks → You don’t need 50 tutorials → You don’t need to memorize everything What you do need: • Strong fundamentals (HTML, CSS, JavaScript) • The ability to Google smartly • Consistency (even 2–4 hours daily beats random grinding) • Building real projects (this is where real learning happens) Here’s the truth no one tells you: 🚫 Watching tutorials feels productive ✅ Building projects is productive Stop preparing. Start building. Your first ugly project will teach you more than 20 hours of tutorials. #WebDevelopment #Coding #JavaScript #LearnToCode #Developers #Programming #BuildInPublic
To view or add a comment, sign in
-
🚀 JavaScript Learning Simplified – Smart Notes by Bassam I’ve created these structured and easy-to-understand JavaScript notes to help students and beginners build a strong foundation in web development. 📌 This guide covers: ✔️ Introduction to JavaScript ✔️ Core Concepts (Variables, Data Types, Operators, Control Flow) ✔️ Functions & Arrow Functions ✔️ DOM Manipulation ✔️ Events & User Interaction These notes are designed to make learning clear, visual, and practical—perfect for students preparing for exams or anyone starting their journey in programming. 💡 My goal is to simplify complex concepts and make learning more engaging. #JavaScript #WebDevelopment #Programming #StudentSupport #Learning #Coding #FrontendDevelopment #BassamNotes
To view or add a comment, sign in
-
-
🚀 Day 5 of 180 – Learning & Sharing HTML Consistency is the key to growth, and today marks Day 5 of my journey to becoming a developer 💻In today’s video, I covered the basics of HTML in a simple and practical way. From understanding what HTML is to creating a structured webpage with headings, paragraphs, formatting, and links — this is the foundation of web development. Every small step counts, and I’m improving day by day by learning and sharing what I understand. 🎥 Watch the full video here: 👉https://lnkd.in/gbAjtG-9 #day5 #html #webdevelopment #coding #learncoding #frontend #programming #developerjourney #consistency #tech
To view or add a comment, sign in
-
-
Day 18 of 180 – Learning Web Development Consistently 🚀 Today, I worked on an important HTML concept: 👉 Block vs Inline Elements Understanding this helped me clearly see how elements behave on a webpage 👇 ✔️ Block elements take full width ✔️ Inline elements take only required space It’s a simple concept, but very important for: Writing clean HTML Understanding layouts Preparing for interviews I also created a short video explaining this in a quick and easy way ⚡ 🎥 Watch here: 👉 https://lnkd.in/gqqd-tBA Learning step by step and improving every day 💻 #Day18 #180DaysOfCode #webdevelopment #html #frontend #coding #learncoding #programming #developer #buildinpublic
To view or add a comment, sign in
-
-
On the Learning Journey "The only way to learn... is by writing programs." — Dennis Ritchie "Programming isn’t about what you know; it’s about what you can figure out." — Chris Pine "The expert in anything was once a beginner." — Helen Hayes "Every great developer... got there by solving problems they were unqualified to solve." — Patrick McKenzie #WebDevelopment #HTML #CSS #FrontendDevelopment #LearningJourney #BuildInPublic
To view or add a comment, sign in
-
🚀 Day 14 of 180 – Learning Web Development Today I discovered a small HTML behavior that can confuse many beginners 👇 I created a simple button inside a form… When I clicked it, the page refreshed automatically 💥 The surprising part? I didn’t even write type="submit" 🤯 👉 Then I learned the reason: By default, a button inside a form acts as a submit button That means it will submit the form unless you specify otherwise ✅ The fix is simple: Use type="button" when you don’t want form submission 💡 Small concepts like this make a big difference in real projects Understanding these basics helps avoid hidden bugs and confusion 🎥 I made a short video explaining this clearly 👉 Watch here: https://lnkd.in/gnSh_m6M Consistency + Learning every day 🚀 Would love to hear your thoughts or tips 🙌 #day14 #html #webdevelopment #coding #learncoding #frontend #programming #developerjourney #consistency #tech
To view or add a comment, sign in
-
-
A structured approach makes all the difference in learning HTML💻. While learning web development, I realized that following scattered resources often leads to confusion and gaps in understanding. To address this, I created an HTML Blueprint that organizes the core concepts in a clear and logical sequence. This approach helped me strengthen my fundamentals and improve the way I approach development. I believe having a strong foundation is essential before moving on to advanced technologies. #HTML #WebDevelopment #FullStackDevelopment #Software #LearningJourney #Programming #TechSkills #CareerGrowth #Developers
To view or add a comment, sign in
-
𝐃𝐚𝐲 𝟔/𝟏𝟓 𝐨𝐟 𝐦𝐲 𝐉𝐚𝐯𝐚𝐒𝐜𝐫𝐢𝐩𝐭 𝐉𝐨𝐮𝐫𝐧𝐞𝐲 🚀 6 days of consistency. Not perfect… But definitely better than Day 1. 💡 What I learned: Functions in JavaScript How to create and use functions Parameters and return values 🧠 What I understood: Instead of writing the same code again and again… We can use functions to reuse it. For example: If I want to add two numbers multiple times, I don’t need to write the logic again and again. I can just create a function and use it whenever needed. At first, I was confused about how parameters work… But after trying small examples, it became clearer. 📌 My biggest takeaway: Functions make code cleaner, shorter, and easier to manage. Still learning… Still improving… See you on Day 7 🚀 #JavaScript #CodingJourney #LearningInPublic #Day6 #Consistency #WebDevelopment #Programming #Developers
To view or add a comment, sign in
-
-
🚀 Day 11 of 180 – Learning Web Development Today I focused on something simple but very important — HTML buttons. Many beginners make a common mistake by using div or span instead of the proper button element. But using the correct button tag makes your code more meaningful and functional. I learned how to use different types of buttons like submit, reset, and custom buttons, which are used in real-world applications like login forms and websites. It’s interesting how small changes can make your code more professional and effective. 🎥 I created a short video to explain this clearly 👉 Watch here: https://lnkd.in/gqtv-hgj Consistency is the key, learning step by step 💻 Would love your feedback and suggestions 🙌 #day11 #html #webdevelopment #coding #learncoding #frontend #programming #developerjourney #consistency #tech
To view or add a comment, sign in
-
-
Sharing my HTML notes document A quick and simple guide to understand the fundamentals of web development - perfect for beginners and interview prep. For more such tech content and learning resources, follow Punit Kumar ✅ Credit: subham mohanty #HTML #WebDevelopment #Frontend #Coding #Programming #TechLearning
To view or add a comment, sign in
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development