19 | Tweets about Python, HTML, CSS, Javascript πΈοΈ | Frontend Developer and Content Creator | Building a community | Love to read booksπ | @Alchemylearn
2 subscribers
Nov 9, 2022 β’ 11 tweets β’ 4 min read
π· 5 Things You Need To Know About <input> Tag
A Threadπ§΅ π
1οΈβ£ Focus
β The :focus selector comes into action when we click the input element and we can type content in the input field.
β Suppose we don't have a border in our <input> tag, we can implement this using:
Nov 6, 2022 β’ 9 tweets β’ 3 min read
π· CSS Libraries For Beautiful Image Hover Effects
A Threadπ§΅ π
π Image Hover Effects
β In this page you will find a nice collection of 16 hover images effects with captions.
β Grab the HTML and CSS code for each effect by hovering over the images, then clicking Show Code.
β This meta tag refreshes document every 30 seconds.
Oct 20, 2022 β’ 9 tweets β’ 3 min read
π· Design Tools For Front-end
A Threadπ§΅ π
π An eye-catching design is an effective way to keep the visitors attention.
π I've compiled some of the most useful tools that will help you to improve your design workflow.
Oct 19, 2022 β’ 11 tweets β’ 3 min read
π· About HTML Plug-ins
A Threadπ§΅ π
π HTML Plug-ins
β Plug-ins are computer programs that extend the standard functionality of the browser.
β Plug-ins were designed to be used for many different purposes.
Oct 18, 2022 β’ 12 tweets β’ 3 min read
π· 5 Best Practices For Better HTML Forms
A Threadπ§΅ π
π Forms are an essential part of any UI.
π It can be intimidating to work with HTML forms.
π They don't only use a few specialised HTML elements; they also blur the barrier between static material and user involvement.
Oct 15, 2022 β’ 11 tweets β’ 3 min read
π· CSS Methodologies You Must Know - 1
A Threadπ§΅ π
π In large, complicated, rapidly-iterated systems, CSS is notoriously difficult to maintain.
π The lack of a built-in scoping mechanism in CSS is one of the reasons.
π In CSS, everything is global.
Oct 13, 2022 β’ 12 tweets β’ 2 min read
π· About HTML Media
A Threadπ§΅ π
π HTML Multimedia
β Multimedia on the web is sound, music, videos, movies, and animations.
β Multimedia comes in many different formats.
β It can be almost anything you can hear or see, like images, music, sound, videos, records, films, animations, and more.
Oct 4, 2022 β’ 10 tweets β’ 2 min read
π· About HTML Canvas - 2
A Threadπ§΅ π
π Let's see some more examples of HTML Canvas......
Oct 3, 2022 β’ 9 tweets β’ 2 min read
π· About HTML Canvas - 1
A Threadπ§΅ π
π What is HTML Canvas?
β The HTML <canvas> element is used to draw graphics on a web page via JavaScript.
β The <canvas> element is only a container for graphics.
β Canvas has several methods for drawing paths, boxes, circles, text, and adding images.
Sep 2, 2022 β’ 11 tweets β’ 2 min read
π· How To Build Logic In Programming?
A Threadπ§΅ π
π Logic building skills are essential for programmers and if one wishes to be a programmer, he or she needs to keep getting better at developing logic.
π Complex and sophisticated algorithms require advanced logic in order for programmers to work with them.
Sep 1, 2022 β’ 11 tweets β’ 4 min read
π· 7 Free Games To Learn Programming
A Threadπ§΅ π
π A lot of beginners can become intimidated when they're learning how to code.
π But learning through coding games can be fun and educational.
Aug 29, 2022 β’ 8 tweets β’ 2 min read
π· CSS Animation Libraries
A Threadπ§΅ π
π If you want to include animation in your designs, animation libraries are an excellent place to start.