How do you hook up a gmail letter code to gmail | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How do you hook up a gmail letter code to gmail

I'm making a business website for my mother and her fiancè and for my contact is page idk how to hook it up to actual gmail. And also can their be 2 body tags in a html system or do I need to separate with <div></div> https://code.sololearn.com/WnVhqEoNwD3F/?ref=app

8th May 2019, 9:27 PM
Gavin Macpherson
Gavin Macpherson - avatar
6 Answers
+ 3
*You might want to have a look at HTML's mailto feature: https://www.rapidtables.com/web/html/mailto.html You're right, you can only have one body tag, break it up with divs :) EDIT: on second look, you're better off using a form, follow this tutorial: http://reusableforms.com/d/o5/html5-contact-form-send-email
9th May 2019, 7:29 AM
Rincewind
Rincewind - avatar
+ 25
About having 2 body tags in your HTML files. NO you should not have multiple "bodies" or "heads" in your HTML documents. Everything else must be "sandwiched" between their opening and closing tags. Using div tags is fine. Learn more about other HTML elements like forms.
9th May 2019, 9:48 PM
🇺🇦 Vitya 🇺🇦
🇺🇦 Vitya 🇺🇦 - avatar
+ 4
Devisfun I don't know how to hook it up to send it to the user I want it to
9th May 2019, 11:06 AM
Gavin Macpherson
Gavin Macpherson - avatar
+ 4
Ok
9th May 2019, 11:14 AM
Gavin Macpherson
Gavin Macpherson - avatar
+ 3
Yeah I know now. I put it in notepad ++ and it didn't work
9th May 2019, 10:23 PM
Gavin Macpherson
Gavin Macpherson - avatar
+ 1
Please see my edited comment above, I've provided a link to a guide for you to follow.
9th May 2019, 11:12 AM
Rincewind
Rincewind - avatar