We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093fb45 commit 4f27003Copy full SHA for 4f27003
1 file changed
index.html
@@ -19,11 +19,12 @@
19
<header>
20
<h1>Your Name</h1>
21
<h2 style="color:#2ecc71;">Junior Frontend Developer</h2>
22
- <address>
23
- <p>123 Your Street Your Street ST 12345</p>
+ <article>
+ <p>123 Your Street</p>
24
+ <p>Your Street ST 12345</p>
25
<p>(123) 456-7890</p>
26
<p>no_reply@example.com</p>
- </address>
27
+ </article>
28
</header>
29
<main>
30
<section id="skills">
0 commit comments