Monday, November 9, 2020

Code to add external CSS in a HTML

External styles are defined within the <link> element, inside the <head> section of an HTML page:

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="mystyle.css">
</head>

Tuesday, November 3, 2020

Useful Run Commands in Windows 10

mmsys.cpl - Sound settings

control mmsys.cpl,,1 - Open Microphone Settings

inetcpl.cpl - Internet Properties

.cpl means Control Panel