a
<a>...</a>
<a href="#">LinkExample</a>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Shayhowepractice</title>
</head>
<body>
body
</body>
</html>
p {...}
p { color: ...; font-size: ...;}
p {color: orange; font-size: 16px;}
Types
p {
display: [block|inline|inline-block|none];
}
none will completely hide an element as if that elemnt doesn't exist. Any nested elements will also be hidden