DEV Community

Cover image for 5 Unique and Secret tricks Front-end Developers don't know
Nill Webdev
Nill Webdev

Posted on

5 Unique and Secret tricks Front-end Developers don't know

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

Datalist Tag

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.

CSS

in operator

The {in} operator can check if an index exists in an array and will return true or false.

in operator

Writing mode

This trick allows text to run vertically. This property has five possible options.

Writing mode

Writing

Math equations

Embeddings numerical problems, utilizing the MathML language is really basic in HTML5. You can put all your equations between the {math} tags.

Math equations

Writing

Thank you for reading, I hope this article was useful for you! Have a nice day)

Top comments (0)