Open main menu
Home
Random
Log in
Settings
About wiki
Terms and conditions of use
wiki
Search
Changes
← Older edit
Newer edit →
M365/test1
(view source)
Revision as of 09:46, 25 May 2023
374 bytes added
,
09:46, 25 May 2023
no edit summary
Line 18:
Line 18:
===Testing Links To Be Opened in a New Window===
===Testing Links To Be Opened in a New Window===
+
<style>
+
a:link {
+
color: green;
+
background-color: transparent;
+
text-decoration: none;
+
}
+
+
a:visited {
+
color: pink;
+
background-color: transparent;
+
text-decoration: none;
+
}
+
+
a:hover {
+
color: red;
+
background-color: transparent;
+
text-decoration: underline;
+
}
+
+
a:active {
+
color: yellow;
+
background-color: transparent;
+
text-decoration: underline;
+
}
+
</style>
<a href="https://www.w3schools.com/" target="_blank">Visit W3Schools!</a>
<a href="https://www.w3schools.com/" target="_blank">Visit W3Schools!</a>
Thian.zanniatlaizo
6,030
edits