CODING ARMY ✔️
7.1K subscribers
About CODING ARMY ✔️
*Welcome to my channel.* I'll share courses, resources related to programing, hacking networking and all domains related to IT. PDF ebooks, video lectures, and courses links for absolutely free just for helping purpose. *Join our WhatsApp Community* 1. Coding Army Community 1 (Link removed. It is full of 2k members) 2. Coding Army community 2 Join link: (Link removed. It is full of 2k members) 3. Coding Army community 3 Join Link (plz don't join if you're already in community 1 or 2: https://chat.whatsapp.com/GxUPmjlULgC6RydZXcHgue 4. International scholarships community Join link: https://chat.whatsapp.com/IbvP6K1kcpHDgUBY5KUSHx 5. Join THM TryHackMe community Join link: https://chat.whatsapp.com/CNH1RFCJUJi8jLi0blMlVl 6. Join HTB HackTheBox community Join link: https://chat.whatsapp.com/GqXMQO7XPGyEhwarXKtveo 7. Fun Memes Channel Join Link: https://whatsapp.com/channel/0029Var8UVfKbYMJxKil6X1Z Stay tuned with Coding Army.
Similar Channels
Swipe to see more
Posts
text formatting shortcuts to remember and used in Whatsapp: • Bulleted List - Message 1. Numbered List 1. Message | Block Quote > Message Inline Code ` Mesage ` Bold * Message * Italic _ Message _ Strikethrough ~ Message ~ Monospace ``` ``` 📌 Write in between of this without any spaces.
*📚 NOTES BY APNA COLLEGE 📚* DOWNLOAD LINK: https://drive.google.com/drive/folders/1wfNTKinBAV6CCxaI5lfSnnRFAYpy0uEl?usp=share_link ➖➖➖➖➖➖➖➖ *Follow for more:* https://whatsapp.com/channel/0029Va7eYYEJZg46Xbulvl1k Share links with your friends and everywhere and Always help others 💞 *CODING_ARMY❤* _🧐 React for more awesome content_

But don't worry if you're using `pirated windows` 🥲. They are just stopping security updates. You can still use it.
*Let's connect on LinkedIn ❤️* https://www.linkedin.com/posts/aziz-u000_personal-best-ai-prompts-for-coders-in-2025-activity-7296743133663432704-zdMz
*Day 4 of 30-day learning challenge* *Day 4: Web Development – HTML Basics* 🌐💻 Today’s topic is all about *HTML (HyperText Markup Language)* ..... the backbone of any webpage you visit on the internet. It’s the foundation of web development, and understanding it is crucial for building any website or web application. *What is HTML?* HTML is the standard language used to create webpages. It consists of a set of elements that define the structure and content of a web page. With HTML, you can define things like headings, paragraphs, images, links, and more. ....... *Basic HTML Tags:* - `<html>` – Defines the entire HTML document. - `<head>` – Contains meta-information about the document (like title, character encoding). - `<body>` – Contains the main content of the page that users see. - `<h1> to <h6>` – Headings (h1 being the largest and h6 being the smallest). - `<p>` – Paragraphs. - `<a>` – Anchor tag used for hyperlinks. - `<img>` – For adding images. - `<ul>, <ol>, <li>` – Unordered list, ordered list, and list items. - `<div>` – A container element used for grouping content. *Basic Structure of an HTML Page:* ```html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Coding Army dot Com</title> </head> <body> <h1>Welcome to My Web Page!</h1> <p>This is a simple HTML page to get you started.</p> <a href="https://www.example.com">Click here to visit Example</a> </body> </html> ``` .......... *Why is HTML Important?* HTML is the fundamental building block for creating websites. Without it, we wouldn’t have web pages. It's essential for any web developer to understand and use HTML effectively to structure content. .... *Learning Resources:* Here are some free resources you can use to dive deeper into HTML and improve your web development skills: - *MDN Web Docs (Mozilla Developer Network)* – Great for comprehensive HTML documentation and tutorials. - *W3Schools* – Offers a beginner-friendly guide and interactive examples. - *freeCodeCamp* – Provides a hands-on curriculum to learn HTML and web development. ..... *Challenge for Today:* - Try creating your first webpage with a simple structure using the tags listed above! - Share your progress in the group so we can review and provide feedback. Stay tuned for *Day 5* where we’ll dive into *CSS – Styling Your Website*! share with your friends *~ Coding Army ❤️*