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
๐Ÿฅณ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
Forwarded from Learn Web Development
โœจIf you divide web development into subparts, it becomes easy to learnโœจ

Lesson 1: HTML and CSS ๐Ÿงฑ๐ŸŽจ
Lesson 2: CSS frameworks ๐Ÿงฎ
Lesson 3: JS and DOM โš™๏ธ๐Ÿ“ƒ
Lesson 4: Git and GitHub ๐Ÿ—‚๏ธ
Lesson 5: React / Angular / Vue โš›๏ธ
Lesson 6: Node.js ๐Ÿ”™๐Ÿ”š
Lesson 7: API and Database ๐Ÿ—„๏ธ๐Ÿ“„



#Webdevelopment

Follow @learn_webdevelopment for more Web Dev content
โœจCheck out these amazing template sitesโœจ

๐Ÿ“Œ https://t.co/bUcMPbPi56
๐Ÿ“Œ https://t.co/b3lRmgTMMw
๐Ÿ“Œ https://t.co/KFHSRGsJCF
๐Ÿ“Œ https://t.co/Nr1PSKXLFl
๐Ÿ“Œ https://t.co/wlIjPhHJAK
๐Ÿ“Œ https://t.co/WI0uFLN4Xu
๐Ÿ“Œ https://t.co/90ipM5tjoi
๐Ÿ“Œ https://t.co/QMHWXYxvyf
Forwarded from Learn Web Development
Git learning is important in the field of development. I suggest you learn it after HTML, CSS and JS

Learn Git interactively๐Ÿ‘‡

๐Ÿ“Œ https://t.co/i6aRYkkwaW
๐Ÿ“Œ https://t.co/9gl7aF0HuZ
๐Ÿ“Œ https://t.co/E5pj90UCDz

#Github #Git

Follow @learn_webdevelopment for more Web Dev content
Forwarded from Learn JavaScriptโ„ข
This media is not supported in your browser
VIEW IN TELEGRAM
I created a minimal card design using CSS have a look๐Ÿ˜…
Forwarded from Learn JavaScriptโ„ข
If you guys want to try
Check the code below๐Ÿ‘‡

HTML:
<div class="container">
<div class="content">
<h1>LEARN JAVASCRIPT</h1>
<h3>All info and tutorial of JAVA SCRIPT (JS)</h3>
</div>
<div class="flap"></div>
</div>

CSS:

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;900&display=swap');

body {
background: #f2f2f2;
}

.container {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
height: 400px;
width: 600px;
background: #f2f2f2;
overflow: hidden;
border-radius: 20px;
cursor: pointer;
box-shadow: 0 0 20px 8px #d0d0d0;
}

.content {
position: absolute;
top: 50%;
transform: translatey(-50%);
text-align: justify;
color: black;
padding: 40px;
font-family: 'Merriweather', serif;
}

h1 {
font-weight: 900;
text-align: center;
}

h3 {
font-weight: 300;
}

.flap {
width: 100%;
height: 100%;
}

.flap::before {
position: absolute;
content: "";
height: 100%;
width: 50%;
background: url("https://pbs.twimg.com/profile_images/1347537601989730307/QDQ0IZXv_400x400.jpg") white;
background-position: 100px;
background-repeat: no-repeat;
transition: 1s;
}

.flap::after {
position: absolute;
content: "";
height: 100%;
width: 50%;
right: 0;
background: url("https://pbs.twimg.com/profile_images/1347537601989730307/QDQ0IZXv_400x400.jpg") white;
background-position: -200px;
background-repeat: no-repeat;
transition: 1s;
}

.container:hover .flap::after {
transform: translatex(300px);
}

.container:hover .flap::before{
transform: translatex(-300px);
}
Forwarded from Learn CSSโ„ข
โœจCSS display Flex cheat sheetโœจ
Forwarded from Learn CSSโ„ข
โœจCSS positioning cheat sheetโœจ
Forwarded from Learn CSSโ„ข
โœจCSS display Grid cheat sheetโœจ