To admit frankly, l am a non technical person who would be tinkering with the task of creating a full fledged website for a travel company. For me, it’s going to be a fun activity. There are a lot of nerds out here who can help me with their expertise. Many thanks to you all😊😊😊
You’re seeking to build a Space Shuttle from scratch. Maybe start with a pull along toy? (learn basic html, build a personal page on neocities.org)
Yes, it starts with learning basic HTML. Where can I get my hands on training for learning this language ? There’s plenty of free resources available l believe !
open a raw text editor like kate/notepad, create a file called index.html, write <html>hi</html> and open that file with your browser
then try searching up some other tags like <p>, <h1>, <button>, <div>, and put them after whatever you have between the <html> tags
basically start by doing stuff, and remember that the internet is your friend
Sounds fascinating 🤓🤓! I use notepad++. There’s a provision for html and some other coding languages.
I mean you could ask the search engine of your preference for “learn html” but if you insist, try this: https://www.w3schools.com/html/
Thanks 😊😊