Example:
Without class
With class
Example:
Without class
With class
Run this program and your cursor will move regularly enough to keep your online status when working from home!
//install PIP, you need to type into the terminal
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
pip --version
// Is used to control the mouse and keyboard.
pip install pyautogui
//Code to move mouse every 2 second of sleep.. moveRel(x,y) -- move by pixel
import pyautogui;
import time;
while True:
pyautogui.moveRel(0, 10)
time.sleep(2)
Read current login user profile details in Sharepoint Online.
The HTML <hr>
tag represents a Horizontal-rule and its miles used for web page smash thru line. It creates a horizontal line, which makes a person recognize that there's a quit of the web page or a sentence smash.
We also can layout the hr (horizontal-rule) tag to create an appealing user interface.
Following are the 2 CSS style for reference