Learn the windows shortcuts keys to save yourself time and be efficient at work. Shortcut keys works in combination of two or more keys.
Windows shortcut keys
Top HTML Text Formatting tags for beginners
In this article, we are going to learn about HTML formatting tags. We will see how to make a text go bold, make it underlined and so on.
HTML input
The HTML <input> elements allows you to create interactivity in your website, where users can communicate with you, using forms. Input can be of any type, such as text, file, date, color, etc. Input comes with a special type, that allows you to write your “passwords” but they are hidden behind the asterisks (*). You can have your input form […]