Skip to main content

Posts

Showing posts with the label windows

6 Cool Basic HTML Effects

It's no wonder that  HTML  can do some stuff that we might even think that it is an external library. If efficiently used we can even hack NASA (I'm just kidding). So let's look into some cool features of  HyperText Markup Language . 1. Color Picker Create a color picker by simply using the  <input>  tag and giving it a property of  type=’color’ . 2. Accordion The  <summary>  tag defines a visible heading for the  <details>  element. The heading can be clicked to view/hide the details. Before opening after opening You can create simple accordions using this method, without the need to implement CSS classes and JavaScript click handlers that toggle visibility whenever clicked. 3. Make a call Call someone direct from your website. 4. Progress bar You can use the  <progress>  element which will represent the completion of something. 5. Autocomplete The  <datalist>  tag is used to provide an ...

How to Speed Up Your Keyboard With These Keyboard Shortcuts !

    Whatever familiarity you think you have with Windows keyboard shortcuts, think again. The nearly 40-year-old operating system has so many hotkeys that it can be easy to miss some surprisingly useful ones, and if you recently  switched from Windows 10 to Windows 11 , some shortcuts have changed.      No matter how often you’re using these efficient key combinations in your day-to-day work, it’s in your in interest to tear as many as possible. A single shortcut will shave a moment off a task, but you’ll save a substantial chunk of time over weeks, months, and years. To get you started, we’ve gathered 20 of the most indispensable keyboard commands for  the latest Microsoft Windows computers . Basic Windows keyboard shortcuts Ctrl+Z : Undo No matter what program you’re running,  Ctrl+Z  will roll back your last action. Whether you’ve just overwritten an entire paragraph in Microsoft Word or deleted a file you did...