This post comes with some of the unique and secrets(🤐) tricks developer don't know. Some tricks will help you in your career and will make you productive, take you to next level in development.
Datalist Tag
CSS calc() function
This function allows you to perform calculations when specifying CSS property values. The most useful ability of calc() is that it mixed units, like percentages and pixels.
in operator
The {in} operator can check if an index exists in an array and will return true or false.
Writing mode
This trick allows text to run vertically. This property has five possible options.
Math equations
Embeddings numerical problems, utilizing the MathML language is really basic in HTML5. You can put all your equations between the {math} tags.
Thank you for reading, I hope this article was useful for you! Have a nice day)
Top comments (0)