<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Codescriby</title>
    <description>The latest articles on DEV Community by Codescriby (@codescriby).</description>
    <link>https://dev.to/codescriby</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3778482%2F53fcb89f-6a63-41e6-b180-464fc25fec22.png</url>
      <title>DEV Community: Codescriby</title>
      <link>https://dev.to/codescriby</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/codescriby"/>
    <language>en</language>
    <item>
      <title>Why Most People Struggle Learning HTML (And What I’m Trying Instead)</title>
      <dc:creator>Codescriby</dc:creator>
      <pubDate>Tue, 17 Feb 2026 23:58:29 +0000</pubDate>
      <link>https://dev.to/codescriby/why-most-people-struggle-learning-html-and-what-im-trying-instead-181b</link>
      <guid>https://dev.to/codescriby/why-most-people-struggle-learning-html-and-what-im-trying-instead-181b</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F32mneggs1lgv6lg6lq4a.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F32mneggs1lgv6lg6lq4a.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;br&gt;
When people say they want to learn coding, they usually start with HTML.&lt;/p&gt;

&lt;p&gt;And then something weird happens.&lt;/p&gt;

&lt;p&gt;They either:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Watch 12 random YouTube videos
&lt;/li&gt;
&lt;li&gt;Jump between tutorials
&lt;/li&gt;
&lt;li&gt;Copy code without understanding it
&lt;/li&gt;
&lt;li&gt;Or quit after a week
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s not because HTML is hard.&lt;/p&gt;

&lt;p&gt;It’s because beginners don’t need &lt;em&gt;more information&lt;/em&gt; — they need &lt;strong&gt;structure and momentum&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Real Problem
&lt;/h2&gt;

&lt;p&gt;Most learning paths feel like:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Here’s a tag. Cool? Okay here’s 40 more.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;There’s no sense of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Progress
&lt;/li&gt;
&lt;li&gt;Small wins
&lt;/li&gt;
&lt;li&gt;Clear direction
&lt;/li&gt;
&lt;li&gt;“Why does this matter?”
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And without momentum, motivation dies fast.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I’ve Been Experimenting With
&lt;/h2&gt;

&lt;p&gt;I started building a small learning platform called &lt;strong&gt;Codescriby&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The goal isn’t to reinvent HTML.&lt;/p&gt;

&lt;p&gt;It’s to make the learning experience feel:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Structured
&lt;/li&gt;
&lt;li&gt;Interactive
&lt;/li&gt;
&lt;li&gt;Slightly gamified
&lt;/li&gt;
&lt;li&gt;Actually progressive
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of dumping concepts, lessons are designed to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Show → Try → Apply
&lt;/li&gt;
&lt;li&gt;Keep examples minimal
&lt;/li&gt;
&lt;li&gt;Reward small wins
&lt;/li&gt;
&lt;li&gt;Build confidence early
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Think less “documentation,” more “guided path.”&lt;/p&gt;




&lt;h2&gt;
  
  
  The Part I Care About Most
&lt;/h2&gt;

&lt;p&gt;Beginner devs don’t quit because they’re incapable.&lt;/p&gt;

&lt;p&gt;They quit because:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;They feel lost
&lt;/li&gt;
&lt;li&gt;They don’t see progress
&lt;/li&gt;
&lt;li&gt;They feel behind
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I’m focusing heavily on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Clear explanations
&lt;/li&gt;
&lt;li&gt;Simple examples
&lt;/li&gt;
&lt;li&gt;Practical structure
&lt;/li&gt;
&lt;li&gt;Momentum over complexity
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  I’m Curious
&lt;/h2&gt;

&lt;p&gt;If you’re self-taught:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What made HTML finally &lt;em&gt;click&lt;/em&gt; for you?&lt;/li&gt;
&lt;li&gt;What almost made you give up?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’m trying to design something that removes that friction entirely.&lt;/p&gt;

&lt;p&gt;Would love to hear what helped (or hurt) your early learning experience.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>html</category>
      <category>productivity</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
