HTML Semantics
<!DOCTYPE html> <html> <body> <article> <h2>Remote Work Tips for New Hires</h2> <p>Set a fixed start time and take real breaks away from your desk.</p> </article> </body> </html>
<!DOCTYPE html> <html> <body> <article> <h2>Remote Work Tips for New Hires</h2> <p>Set a fixed start time and take real breaks away from your desk.</p> </article> </body> </html>