Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
October 26, 2022 08:12 am GMT

Dark mode pictures & 4 other webdev tips you may want to know

1. Dark mode pictures

This is how you can display different pictures in dark mode:

Image 1

More on this topic on the article below:

2. HTML lang attribute

In HTML, the lang attribute specifies the language in which a content is written in and it can be used to help search engines index your site:

Image 2

3. CSS :lang

You can use the :lang pseudo-class to target elements based on the language they are determined to be in. Here is an example:

Image 3

Hi there! I'm Mustapha, a technical writer, speaker and a passionate JS / TS developer. Follow me on Twitter for daily tech tips

4. No script

Use the <noscript> element to provide alternative content for browsers that do not support scripting, or in which javascript has been disabled:

Image 4

5. Devtools tip: Last evaluated expression

You can access the most recently evaluated expression by typing $_ in the console:

Image 5


That's all for now. I hope you found this useful!
Leave a comment to let me know which tip (if any) you found useful

Until next time, have a nice week!

What to read next?


Original Link: https://dev.to/mustapha/dark-mode-pictures-4-other-webdev-tips-you-may-want-to-know-2od

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To