H A J R A Profile picture
Jan 10 9 tweets 3 min read
Some useful HTML input types:

A thread🧵👇
Email: The <input type="email"> defines a field for an e-mail address.
The input value is automatically validated to ensure it is a properly formatted e-mail address. Image
File: The <input type="file"> defines a file-select field and a "Browse" button that lets the user choose one or more files from their device storage. Image
Color: The <input type="color"> defines a color picker. The default value is #000000 (black). The value must be in seven-character hexadecimal notation. Image
Tel: The <input type="tel"> defines a field for entering a telephone number. Image
Time: The <input type="time"> creates input fields designed to let the user easily enter a time (hours and minutes). Image
Month: The <input type= "month"> create input fields that let the user enter a month and year allowing a month and year to be easily entered. Image
Range: The <input type="range"> defines a control for entering a number whose exact value is not important (like a slider control). Default range is 0 to 100. Image
That's all for the thread.

If you find it useful retweet the first one.
Happy Learning. 💙✨

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with H A J R A

H A J R A Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @codewithhajra

Jan 30
Top 5 Cheat Sheets for web developers.

A thread🧵👇
➡️htmlcheatsheet .com
Online interactive Cheat Sheet contains useful code examples, web developer tools, markup generators, and more.
➡️cssreference .​io
cssreference is a free visual guide to CSS. It features the most popular properties, and explains them with illustrated and animated examples.
Read 7 tweets
Jan 22
8 Amazing websites that will save your time while writing CSS!

A thread 🧵👇
1. mycolor .space
Never waste hours on finding the Perfect Color Palette
JUST ENTER A COLOR!
And create an amazing color palette.
2: cssbuttons .io
Find the perfect button for your project
All content is open-source and free to use!
Read 10 tweets
Jan 19
Must-Know CSS Shorthand Properties:

A Thread 🧵👇
Why use shorthand properties?

- Shorthand properties make the code cleaner and
easier to understand.
- It can help you to write more concise style sheets.
➡️Margin
Read 9 tweets
Jan 17
Learn Coding By Playing Games:

A thread 👇
1. FlexBoxFroggy: In this game, you will learn different properties of flexbox like flex-start, flex-end, center, space-between, and space-around. Image
2. CSS Grid Garden: In this game, you must water your carrot crops and poison the weeds by mastering the CSS grid. Image
Read 7 tweets
Jan 3
What is function and why do we use it?
- Local and Global variables in JavaScript.

A small thread🧵👇
- A JavaScript function is a block of code designed to perform a particular task. It allows us to write more maintainable code. Define the code once, and use it many times. You don’t need to write the same code over and over again.
- It is defined with the function keyword, followed by a name and parentheses (). The code to be executed by the function is placed inside curly brackets: {}
- A JavaScript function is executed when "something" invokes it (calls it).
Read 7 tweets
Dec 19, 2021
75 Free Resources for Web Developers:

A Thread 🧵👇
Stock Photos:

1. Unsplash
2. Pixabay
3. Freepik
4. Stocksnap
5. Pexels
6. Reshot
7. Skitter photo
8. Dreams Time
9. Free Range Stock
10. Focastock
Illustration Websites:

11. storyset .com
12. illustrations .coo
13. Drawkit .io
14. Iradesign .io
15. Manypixels .co
16. illustrations .co
17. Pixeltrue .comnline
18. Pixeltrue .com
19. blush .design
20. humaaans .com
Read 10 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

:(