Adding domain to HTML

Hi.

I honestly feel silly asking this question, but ive completed the responsive web design and for the life of me dont remember this coming up.

So say ive created a html page i like, how do i now connect this to my domain?

and also when it comes to submitting forms from my html, how do i then look at that information.

I feel like im quite fluent in 90% html now, but the few things i dont understand seem like the most important of all lol.

Kind regards for all help.

Hey @Gr8K8 and welcome back to the forums!

There are a lot of different ways to display the pages you’ve created in your domain. It all depends on how you set it up.

Do you have any kind of web hosting currently set up?

Hi Marcus,

Thank you so much lol.

I have a domain through Ionos and an email address attached to it (although i have no idea how to set that up yet).

I tried to connect it to a CRM for a sales funnel, but not getting on with the software and would just rather make my own lol.

Would it be possible to connect several pages to one domain or do i have to buy sub-domains too?

And then could i get the form information sent to the domains email address?

Sorry if these are totally weird questions, i thought i was a lot more skilled than I appear to be when its come to turning practice into progress lol.

Appreciate all the help! <3

well, the missing things are not HTML. Keep going through the curriculum, you have barely scratched the surface of what is web development

well, the missing things are not HTML. Keep going through the curriculum, you have barely scratched the surface of what is web development

I agree with @ILM for sure. I will tell you that you are a LONG ways away from integrating a CRM into a custom application, if you’re only 90% confident in your HTML ability. HTML is just the very first beginner stages into a much wider scope of web development.

I would advise you to definitely continue going through the courses as @ILM said, and then, when you get through the JavaScript fundamentals, Backend, and even databases, look up how to setup web hosting through Ionos. You can at least see how to get that started and have some of the pieces of the puzzle come together for you. There are free providers of web hosting out there, but you get what you pay for, most of the time, with those free providers.

Keep learning and come back to the forums if you have questions about what you’re building! :grin:

I’m not trying to build a crm just a simple html form page that i can connect my domain too for now…

Until i find a new software i get on with.

Oh okay sorry I misunderstood what you were trying to do haha Well you’ll have to do some research because there are many ways to host just a simple HTML page and connect it with a domain. I imagine there are tutorials on Youtube for that Ionos provider on how to set up a domain with web hosting. I wish I could give you more specific advice, but I’ve never used that provider.

If you have problems, though, come back and someone will try to help you! :slight_smile:

1 Like

lol, thanks Marcus, appreciate your help.

1 Like

“What happens when they submit the form” is one of the things you will need to learn JavaScript for, if you want to build this yourself.

1 Like

That makes a lot more sense! Thank you so much <3

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.