About html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

About html

I just wanted to make website responsive ..I mean like the button should work ... For example - If I click on a button called as contact me ..so it should open a contact me webpage .. And I don't understanding . And also how to make contact me page actually send mails to me . Please let me know how to do it . Thank you

6th Jan 2021, 5:13 AM
raunak j
raunak j - avatar
21 Answers
+ 4
Its very easy to do that just create contact page and inside the button you need to add link Like this <button><a href="contact.html">contact</a></button> But if you wanna make more dynamic website u have to learn reactjs or Angularjs And if you wanna make website work in mobile and pc you need to learn bootstrap framework to make the website more responsive
6th Jan 2021, 5:24 AM
Jamal Saied
Jamal Saied - avatar
+ 2
You will need a back end to send mail like that.
6th Jan 2021, 7:11 AM
Sonic
Sonic - avatar
+ 2
If you mean, how do u can send messages form your page to your email so first way you must have server but sometimes u can solve it without server, with google scripts https://github.com/dwyl/html-form-send-email-via-google-script-without-server
7th Jan 2021, 7:16 PM
rinatovic
rinatovic - avatar
+ 1
Yes you need different page with name contact.html
6th Jan 2021, 5:29 AM
Jamal Saied
Jamal Saied - avatar
+ 1
Sonic can u provide me a sample code
6th Jan 2021, 7:13 AM
raunak j
raunak j - avatar
+ 1
raunak j unfortunately not but you may be able to search the web.
6th Jan 2021, 7:14 AM
Sonic
Sonic - avatar
7th Jan 2021, 11:52 AM
☠️Darth Vader☠️
☠️Darth Vader☠️ - avatar
7th Jan 2021, 12:16 PM
raunak j
raunak j - avatar
+ 1
Kaustuv saxena Are you kidding?
7th Jan 2021, 2:40 PM
☠️Darth Vader☠️
☠️Darth Vader☠️ - avatar
+ 1
Because in solo learn I can't send message to you
7th Jan 2021, 2:46 PM
Kaustuv Saxena
Kaustuv Saxena - avatar
+ 1
Just you need to learn HTML if your really want to make a website...
7th Jan 2021, 8:20 PM
Sizzo
Sizzo - avatar
+ 1
<a href="contact.html"> <button>contact me </button> </a>
7th Jan 2021, 10:11 PM
Ahmed
0
So do I need to create a different html file for contact me right ?
6th Jan 2021, 5:21 AM
raunak j
raunak j - avatar
0
If you want to make a button clickable, you should check out the sololearn js course, where you will learn to create functions, and then you could use the onclick="" property for whatever. Also if you just want to open a weppage, you can use the <a> tag: <a href=""><button>some text</button></a> If by "contact me" you meant an email, you can also use mailto, it works like this: <a href="mailto:[email protected]">Contact me</a>
6th Jan 2021, 5:26 AM
Qwerty Uiop
Qwerty Uiop - avatar
0
Jamal thank u
6th Jan 2021, 5:29 AM
raunak j
raunak j - avatar
0
СОБАКА => Дебил / Retard Send your mail id here only
6th Jan 2021, 5:29 AM
raunak j
raunak j - avatar
0
<p input="contact"> </br> <P>
7th Jan 2021, 2:38 PM
Kaustuv Saxena
Kaustuv Saxena - avatar
0
Yes,Darth vader
7th Jan 2021, 2:41 PM
Kaustuv Saxena
Kaustuv Saxena - avatar
0
Hi Darth Vader from where are you?
7th Jan 2021, 2:42 PM
Kaustuv Saxena
Kaustuv Saxena - avatar
0
Tajikistan
7th Jan 2021, 2:43 PM
☠️Darth Vader☠️
☠️Darth Vader☠️ - avatar