Create a letterhead, Identity card of any company or institution that you got and insert theWatermark with that company name in the document
Basic Computer
- Basic Computer
- ...
Excel Formulas and Functions
Let’s now look at the top Excel formulas you must know. In this article, we have categorized Excel formulas based on their operations. Let’s start with the first Excel formula on our list. SUM The SUM() function, as the name suggests, gives the total of the selected range of cell values. It performs the mathematical […]
- Basic Computer
- ...
MS Excel Totorial
What is MS Excel? MS Excel is a spreadsheet program where one can record data in the form of tables. It is easy to analyse data in an Excel spreadsheet. How to open MS Excel? To open MS Excel on your computer, follow the steps given below: Click on Start Then All Programs Next step […]
Computer Keyboard Shortcut Keys
Shortcut Keys of Computer A to Z (Basic) Basic Computer Keyboard Shortcut Keys A to Z Shortcuts Uses of Shortcut keys Alt + F File menu options in the current program Alt + E Edits options in the current program F1 Universal help (for any sort of program) Ctrl + A Selects all text Ctrl + X […]
- Basic Computer
- ...
Html Class 1
<!DOCTYPE html>
<html>
<head>
</head>
<body >
<a href="https://www.yahoo.com/">click me this</a>
<div style="background-color:red">sample div area </div>
<div style="background-color:green">sample div area </div>
<div style="background-color:orange">sample div area </div>
<div >sample div area
<h1 style="color:blue;font-family:courier;font-size:50px" >My First Heading h1</h1>
<h1 style="color:blue;">My second Heading h1</h1>
<h3 style="color:red;">My third Heading h3</h3>
<h4>My Forth Heading h4</h4>
<p>This is paragraph tag</p>
<p>This is paragraph tag</p>
</div>
<img src="C:\Users\admin\Desktop\555\1200.jpg" alt="avcbgbhb" width="700px" height="700px">
</body>
<footer>
</footer>
</html>