You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--It's a best practice to always declare DOCTYPE!-->
3
+
<htmllang="en">
4
+
<head>
5
+
<metacharset="utf-8">
6
+
<linkrel="stylesheet" href="style.css">
7
+
</head>
8
+
<body>
9
+
<p>Pseudo-classes are a way to select HTML elements based on their state as opposed to their HTML structure. You can read more about pseudo-classes here.
10
+
11
+
Pseudo-classes must always be applied to an existing selector. Their "flag character" is the colon (":"), as you can see used in the below examples. Here are some of the most popular pseudo-classes.
0 commit comments