2 hours ago · Tech · hide · 0 comments

Markdown - 2 lines # Contact forms Is any channel worse for communication than a contact form? Maybe a postcard when you don't know the address. Minimal HTML - 10 lines <!DOCTYPE html> <html> <head> <title>Contact forms</title> </head> <body> <h1>Contact forms</h1> <p>Is any channel worse for communication than a contact form? Maybe a postcard when you don't know the address.</p> </body> </html> Real world HTML - 42 lines + image + CSS file <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Contact forms | unstory</title> <meta name="description" content="If this is the solution, I want my problem back."> <meta property="og:description" content="If this is the solution, I want my problem back."> <meta property="og:site_name" content="unstory"> <meta property="og:type" content="article"> <meta property="og:title" content="Contact forms"> <meta property="og:url" content="https://unstory.eu/otb/">…

No comments yet. Log in to reply on the Fediverse. Comments will appear here.