Learn Html
354 subscribers
101 photos
2 videos
34 files
263 links
All info and tutorial of Html
For HTML: @html_web_learn
For CSS: @CSS_web_learn
For JS: @JavaScript_js_learn
For PHP: @learn_php_web
For Programming courses @Programmingworld_dev
For CEH,Cybersec: @CyberPunk_anonymous
Download Telegram
Forwarded from Programming WorldπŸ‘¨β€πŸ’» (Anonymus VenomπŸ’€)
Shall I send all top rated programing,web development courses on udemy ?
Anonymous Poll
89%
Yes
11%
No
Forwarded from Programming WorldπŸ‘¨β€πŸ’» (☠️Anonymus Venom☠️)
Web_Development_Roadmap_Programmingworld_dev.pdf
3 MB
πŸ“’Web Development Roadmap

Follow @Programmingworld_dev for more
Learn Html pinned a file
Forwarded from Programming WorldπŸ‘¨β€πŸ’» (☠️Anonymus Venom☠️)
πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰β€œ Wishing you a magical and blissful holiday! Have a Merry Christmas and a Prosperous New Year! from ProgrammingWorld β€πŸŽ‰πŸŽ‰
Forwarded from Programming WorldπŸ‘¨β€πŸ’» (☠️Anonymus Venom☠️)
⭐️ Pluralsight ONE | 1 Year Subscription Free | Limited Offer ⭐️

Whether it’s coding the hottest new app, keeping data secure or building a product that will change the world, Pluralsight can help you prepare for your future.

What’s the first thing you’ll need? Skills.

Your Pluralsight One offering designed in partnership with Code.org for high school computer science students gives you access to 350 courses with over 1,000 hours of content free for 1 year. Not to mention, these courses have been mapped to national computer science standards and Computer Science Principles curricula. You can measure your skills with our assessments, learn from the best and stay in the know on the hottest tech concepts.

Go to this link :
https://www.pluralsightone.org/product/education/code-org-redemption-3m

Enjoy πŸ‘β€οΈ

#programming

Follow @Programmingworld_dev for more
πŸ‘1
πŸ₯³Happy New Year to all my Telegram friends and families. May you all have good health and happiness in 2021 and a fantastic New year, whatever you are doing or where every you are going.πŸŽ‰
Forwarded from Learn JavaScriptβ„’
Forwarded from Programming WorldπŸ‘¨β€πŸ’» (☠️Anonymus Venom☠️)
⭐UDEMY FREE COURSES⭐

✨Web Development Masterclass - Complete Certificate Course✨

Link: https://bit.ly/3b3Lh3h

✨Essential Web Developer and SQL Skills For Beginners✨

Link: https://bit.ly/3pWo33t

✨The Complete Front-End Web Development Course!✨

Link: https://bit.ly/3pG8ZXt

✨The Complete Full-Stack JavaScript Course!✨

Link: https://bit.ly/3pJhyAD

#webdevelopment #html #css #Javascript

Follow @Programmingworld_dev for more
Forwarded from Learn Web Development
Front-end developer roadmap for 2021πŸ‘‡πŸ»

First things first, you need an editor to write code. There are plethora of editors out there like atom, VS code, sublime etc

I recommend you to start with VS code. Why?πŸ‘‡πŸΌ

πŸ”ΉMany built-in features
πŸ”ΉIt's fast
πŸ”ΉLarge community
πŸ”ΉIntelliSense code completion and debugging

Don't want to download an editor due to memory issue or something else?

Don't worry we have lots of online editors alsoπŸ‘‡πŸΌ

πŸ”ΉCODEPEN :-
πŸ”—https://t.co/aq2wrH6cD3
πŸ”ΉCODE SANDBOX :-
πŸ”—https://t.co/drzfitzmsG


Now you're all set to write code and create beautiful websites

A typical website can be divide into three phases

- HTML 🧱
- CSS 🎨
- JavaScript βš™οΈ


1. HTML

- It is used to build the skeleton for your website
- It's a markup language that totally operates on tags
- You can master it with 10 days


πŸ”Ή W3schools- HTML :- https://t.co/TlrsSM0dh9

2. CSS

- It is used to give the styling for your website
- Cascading Style Sheets, that totally operates on different properties
- You can learn it within 20-25 days but it will take time to master it

There are 520 distinct properties in CSS. But according to my personal experience, you will hardly use all of them.

Generally CSS revolves aroundπŸ‘‡πŸΌ

- Box model
- Position
- Background
- Animation
- Media query
- Flex box
- CSS grid

Learning resources for CSS

Documentation
πŸ”Ή W3SCHOOLS-CSS :-
πŸ”— https://t.co/bBk1rSijxo

Check out this amazing article in order to learn CSS by playing games

πŸ”Ήhttps://t.co/2klS6NLZ79

CSS Frameworks

- In simple words CSS frameworks are the CSS code written by some other developers. All you need to do is just import in your HTML file and now you can add styling in your website with even writing CSS code by yourself

- Isn't it cool😍


Learning a particular CSS framework is pretty easy. You can learn them by reading official documentation
- Pick any CSS Frameworks by your choiceπŸ‘‡πŸΌ

πŸ”ΉTailwind CSS
πŸ”ΉBootstrap
πŸ”ΉBulma
πŸ”ΉMaterialize CSS
πŸ”ΉFoundation

... and many more


3.JavaScript

- JS is used to add functionality and behavior in your website

- JavaScript is a popular programming and widely used language for Web Development

- You can't master JS in few days or months, It will take time

But you will be able to create websites in few days.


Start with the basic topicsπŸ‘‡πŸΌ

- Data types
- Loops
- Conditional statements
- Objects
- Arrays
- Functions


Learning resources

Documentation
πŸ”Ήhttps://t.co/XkMlZQOF0h

Other learning resources
πŸ”ΉStart with freecodecamp

πŸ”— freeCodeCamp.org

πŸ”ΉFree js resources:
πŸ”—java5cript .com

Document Object Model (DOM)

- With the HTML DOM, you can access, modify and changes the HTML elements

- When a web page is loaded, the browser creates a Document Object Model of the page.

With the help of DOM, JavaScript can change the

- elements in the page
- attributes
- CSS styling

I mean now you have a super power to make changes in you webpage using JS


Resources for DOM

πŸ”—https://t.co/M9bS7wYawD
πŸ”—https://t.co/xEsT3lbT1P

I think now it's the right time to learn Git and GitHub (version control)

- Git is a Version Control system used for tracking changes
- GitHub is a code hosting platform of Git

An amazing crash course by freecodecamp on YouTube


πŸ”— https://t.co/ysa17PpoGO

JavaScript front-end frameworks and libraries

There are many like React, Angular, vue, Ember, Backbone etc. All are equally good.

I love React so I'm providing the learning resources for ReactπŸ‘‡πŸΌ


1. React official documents itself.

πŸ”— https://t.co/SSHFCafQsW

2.If you like reading more than watching tutorials like me, here are the well written notes for React.
You can find almost very topic, related to React here.

πŸ”— https://t.co/SKeUltTC5m

3. React notes on geeks site

πŸ”—https://t.co/oCvzRLdLHT

4. You can test you React knowledge on this website. You have to write short code snippets here.
Really helpful be sure to check it out.

πŸ”— https://t.co/oXvqRPwzhe

5. If you like watching tutorials rather than reading, No issues.
You can check the traversymedia React crash course
Forwarded from Learn Web Development
πŸ”— https://t.co/eOiYUM0V25

6.You’ll develop a strong understanding of React’s most essential concepts.

πŸ”— https://t.co/ULjmU2eZ9n

7. Learn in an interactive environment. Understand how React works not just how to build with React.

πŸ”— https://t.co/rlHF6YC1gc

8. A well written material on javapoint.
Give it a look


πŸ”— https://t.co/MwAjMBBVT3

Advance Learning

- PWA
- JAMstack


- PWA are the web applications that are intended to work on any platform that uses a standards-compliant browser, including both desktop and mobile devices

- JAMstack stands for JavaScript, APIs, and Markup. Designed to make the web faster, more secure, and easier to scalable.


πŸ”Ήhttps://t.co/n7mPgDLlN8

πŸ”Ήhttps://t.co/4bMt5hRQKX

That's pretty much it for this thread. I hope you like it❀️

#Webdevelopment #JS #JavaScript #Html #Css #web

Follow @learn_webdevelopment for Web development tutorials
Learn Html pinned Β«Front-end developer roadmap for 2021πŸ‘‡πŸ» First things first, you need an editor to write code. There are plethora of editors out there like atom, VS code, sublime etc I recommend you to start with VS code. Why?πŸ‘‡πŸΌ πŸ”ΉMany built-in features πŸ”ΉIt's fast πŸ”ΉLarge…»
Forwarded from Learn JavaScriptβ„’
✨ Speed up your learning process by creating projects✨

Check out these amazing project's tutorial on YouTubeπŸ‘‡

1️⃣ ECommerce Web ShopπŸ›’

πŸ”— https://t.co/XoGriuRAFz

2️⃣ 10 JavaScript Projects in 10 Hours

πŸ”— https://t.co/dA2dGhuzw9

3️⃣ Simple photo EditorπŸ“ΈπŸ–ΌοΈ

πŸ”— https://t.co/c3G9O3Gy7Y

4️⃣ Music App🎡

πŸ”— https://t.co/q5Kv3mSDqK

5️⃣ Expense TrackerπŸ’Έ

πŸ”— https://t.co/mdCKadYyhL

6️⃣ Chat Application

πŸ”— https://t.co/GJUQEfsm3W

7️⃣ Full-Stack AMAZON Clone

πŸ”— https://t.co/SCXzRnihdC

8️⃣ Portfolio website

πŸ”— https://t.co/0guAze0oDw

9️⃣ Portfolio using Tailwind CSS

πŸ”— https://t.co/yOBVh23iKL

πŸ”Ÿ Flappy Bird

πŸ”— https://t.co/HDc4fCMCa7


#html #css#Javascript #JS #projects #Games

Follow @learn_JavaScript_js for more JavaScript content.
Forwarded from Programming WorldπŸ‘¨β€πŸ’» (☠️Anonymus Venom☠️)
✨Want to learn/master git and GitHub?✨

Here are some Best Free Resources for youπŸ‘‡πŸ»

⚑️ Git introduction for "advanced beginners," who are still struggling.

πŸ”— https://t.co/yRMuWX9pO7

⚑️ Git Immersion

A guided tour that walks through the fundamentals of Git, inspired by the premise that to know a thing is to do it.

πŸ”— https://t.co/E1WEzZopeE

⚑️ Official Guide/Tutorials by GitHub

πŸ”— https://t.co/My8G82xmsj

⚑️ How to get out of common git mistakes described in plain English.

(Highly recommended for beginner)

πŸ”— https://t.co/DWtvFynck5

⚑️ Git Cheat Sheet by GitHub

πŸ”— https://t.co/WF8pLuLpE4

⚑️ Best Practices

πŸ”— https://t.co/fcrZ7NuIWt

⚑️ Become a git guru, complete guide by Atlassian.

πŸ”—https://t.co/5GStdyNvZS

⚑️Pro tip

Learn the basics and keep working on projects. You will learn about git side by side through your mistakes

Follow @Programmingworld_dev for more programming stuff
Forwarded from Learn CSSβ„’
✨63 RESOURCES OF CSS🌈✨

πŸ“Œ COLORS

1. Color Hunt
πŸ”— https://t.co/xR0FVT299d

2. Coolors
πŸ”— https://t.co/fDBRU6JzNz

3. HTML color codes
πŸ”— https://t.co/umYSuvtA9z

4. UI Gradients
πŸ”— https://t.co/wl8I6pPzO3

5. Gradient generator
πŸ”— https://t.co/Yr6pueoWgx

6. Encycolorpedia
πŸ”— https://t.co/TATnFDElEu

7. WebFx
πŸ”— https://t.co/vOqEXNMlG0

8. Radial Gradient
πŸ”— https://t.co/dlCExilHAT

9. COLORS
πŸ”— https://t.co/vaNoGFLxNY

10. Flat UI colors 2
πŸ”— https://t.co/FDFKbhCcx3

πŸ“Œ CODE SNIPPETS

11. Web tools
πŸ”— https://t.co/K9QzJeX1gd

12. Little snippets
πŸ”— https://t.co/qxAyA2wA6U

13. Enjoy CSS
πŸ”— https://t.co/Jt0rw3MT0n

14. CSS Tricks
πŸ”— https://t.co/DLt7cjx7UN

15. CSS Deck
πŸ”— https://t.co/mbBflUSDl5

16. W3 How to
πŸ”— https://t.co/VHF5yDxSQe

17. Snipplr
πŸ”— https://t.co/Nwys4AtCur

18. Stack overflow

πŸ”— https://t.co/8rEohtDYIS

19. Codepen
πŸ”— https://t.co/n0NfUDHipj

20. Code my UI
πŸ”— https://t.co/N8NQLf8ehn

πŸ“Œ DOCUMENTATION AND NOTES

21. W3 Schools
πŸ”— https://t.co/bBk1rSijxo

22. MDN
πŸ”— https://t.co/rp3CTZtHqY

23. DevDocs
πŸ”— https://t.co/R6lI9CWzOU

24. Geeks for geeks
πŸ”— https://t.co/FOBY8SxTGw

25. Tutorials point
πŸ”— https://t.co/iyzeX0qjZ7

πŸ“Œ CSS GENERATORS

26. CSS button creator
πŸ”— https://t.co/akgUkz6JBU

27. Blob Maker
πŸ”— https://t.co/7dk2UceFrg

28. Waves maker
πŸ”— https://t.co/eYqUUcUFth

29. Enjoy CSS
πŸ”— https://t.co/Jt0rw3MT0n

30. Neumorphic UI

πŸ”— https://t.co/2c7frT1q06

31. Glassmorphism Generator
πŸ”— https://t.co/OXQTU724rO

32. Keyframes
πŸ”— https://t.co/IFmIEgDiVY

33. Animista
πŸ”— https://t.co/N1UuMCedJS

34. Fancy border
πŸ”— https://t.co/ND4asCR7cy

35. CSS Generators tool
πŸ”— https://t.co/e4idW76y8j

36. CSS 3 maker
πŸ”— https://t.co/DNY3DvHopw

37. CSS clip path maker
πŸ”— https://t.co/Vz3ncWSbFc

38. CSS shapes generator
πŸ”— https://t.co/Xq5ay45cL7

39. Pattern generator
πŸ”— https://t.co/NQuV7pxLIz

40. Background image generator
πŸ”— https://t.co/46MtBPayKq

πŸ“Œ DESIGN INSPIRATION

41. CSS design awards
πŸ”— https://t.co/E91CzajKvu

42. Awwwards
πŸ”— https://t.co/Qa1TSqejM8

43. CSS nectar
πŸ”— https://t.co/1MZEmdDcVq

44. Design modo
πŸ”— https://t.co/updhmaFZyi

45. CSS winner
πŸ”— https://t.co/nRrbYj06Y7


πŸ“Œ YOUTUBE TUTORIALS

46. Free code camp
πŸ”— https://t.co/6XnTabhGQX

47. Traversy media
πŸ”— https://t.co/fYaxT3DCy2

48. Coding artist
πŸ”— https://t.co/JZ29Y8Fis2

49. Edureka
πŸ”— https://t.co/bCiEvdRG4z

50. Red Stapler
πŸ”— https://t.co/dq5YJA96Gl

πŸ“Œ GITHUB REPO

51. Awesome CSS
πŸ”— https://t.co/Jdm7zVzg4Z

52. 30 seconds of CSS
πŸ”— https://t.co/S1o9QfwJPM

53. CSS Protips
πŸ”— https://t.co/5haB2xTWuz

54. Awesome flexbox
πŸ”— https://t.co/plkIV609lg

55. Understanding flexbox
πŸ”— https://t.co/mUtiez6eWV

πŸ“Œ CHROME EXTENSIONS

59. CSS Peeper
πŸ”— https://t.co/3OCrTJBfV8

60. Pesticide
πŸ”— https://t.co/320fLzeMll

61. Stylebot
πŸ”— https://t.co/7hWBvvIYMQ

62. Perfect Pixel
πŸ”— https://t.co/wdLauKshN3

63. Colorpick eyedropper
πŸ”— https://t.co/x6Xaoc0ePW

#Webdevelopment #Html #Css #cssresources #css3

Follow @learn_CSS_web for more CSS Content