DEV Community
Follow
--- title: Day 1: Starting My Web Dev Journey published: true description: Learning HTML from scratch ---
A tech enthusiast is embarking on a journey to become a web and game developer, building their skills from the ground up. They are currently learning web development basics using mobile apps like Sololearn and Mimo. All coding is done on a tablet with the Acode app. The motivation behind this endeavor is to transform ambitious ideas into tangible projects through programming. The learning process begins with the fundamental language of the web: HTML. Today, the individual successfully created a multi-page website structure directly on their tablet. They learned that HTML code dictates webpage structure and utilizes tags to add various elements. Some tags, like those for buttons and paragraphs, require both opening and closing containers, while others, such as image tags, are empty. The concept of semantic HTML tags was also introduced. The first project undertaken was the development of a personal portfolio website. The next immediate steps involve deepening their understanding of HTML. Following that, they plan to learn CSS for styling and JavaScript to add interactivity to their web pages. The long-term vision includes transitioning into game development, starting with simple projects after mastering JavaScript. The developer intends to document their progress throughout this learning process. They are also seeking advice from the community on effective mobile learning strategies.