Learn Html
355 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
πŸ‘¨β€πŸ’» Website Of the DayπŸ‘¨β€πŸ’»

Website: Devdocs.io
A fast ,offline, free and reliable document browser for devlopers. One of the best websites to get free resources for beginner programmers. Search 100+ Doc's in one, HTLM, C++, JAVA, PYTHON, Etc.



Follow @learn_html_web for HTML tutorial
πŸ‘¨β€πŸ’» Website Of the DayπŸ‘¨β€πŸ’»

Website: https://www.learningcrux.com/

You can get all Udemy Courses for free. Just search the course name that you want in Udemy.

Follow @learn_html_web for more

#html #Html5 #Webdevelopment
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