Difference between revisions of "M365/test1"
< M365
Jump to navigation
Jump to search
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> |
Revision as of 09:46, 25 May 2023
Communities
- Clicks and Tips (GCcollab)
- Clicks and Tips for PC (GCpedia)
- Microsoft Whiteboard Answers (Microsoft)
- Microsoft Community Hub (Microsoft)
- Microsoft 365 Profile (LinkedIn)
- Microsoft 365 YouTube Channel (YouTube)
- Microsoft Whiteboard Facebook Group (Facebook)
Communautés
- Clics et conseils (GCcollab)
- Clicks and Tips pour ordinateur (GCpedia)
- Réponses Microsoft Whiteboard (Microsoft)
- Centre communautaire Microsoft (Microsoft) - disponible uniquement en anglais
- Profil de Microsoft 365 (LinkedIn) - disponible uniquement en anglais
- Canal YouTube de Microsoft 365 (YouTube) - disponible uniquement en anglais
- Groupe Facebook de Microsoft Whiteboard (Facebook) - disponible uniquement en anglais
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>