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

  • Curious Mind @lemmy.mlOP
    link
    fedilink
    arrow-up
    0
    ·
    4 months 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
      4 months 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
        ·
        4 months ago

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