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😊😊😊

  • Lumidaub@feddit.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    24 days ago

    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)

    • Curious Mind @lemmy.mlOP
      link
      fedilink
      arrow-up
      0
      ·
      24 days ago

      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 !

      • Jumuta@sh.itjust.works
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        24 days ago

        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

        • Curious Mind @lemmy.mlOP
          link
          fedilink
          arrow-up
          0
          ·
          24 days ago

          Sounds fascinating 🤓🤓! I use notepad++. There’s a provision for html and some other coding languages.