I’m currently learning HTML CSS and am trying to implement a hyperlink to my work email.
My current line of code doesn’t have any problems I think but I don’t know how to add a email Hyperlink
This is my line of code and I see no issues even after inspecting it multiple times, and if it looks bad I’m sorry, first post here and I’m new to programming.
<Doctype html>
<head>Work Website</html>
<body>
<p href= "[email protected]">Email me.</p>
</body>
New contributor
CAMDEN M STORY is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.