Blog Post #10
For my blog this week for Module 10, I took the CourseAcademy beginner “Learn HTML” course, which highlights the importance of programming languages and their role in translating human-readable instructions into machine-executable code. It introduces programming as a connection between human expression and computer functionality, emphasizing the structured, precise nature of various programming languages compared to the uncertainty and overabundance of natural languages.
In Module 10, this week we discussed HTML (Hypertext Markup Language), a fundamental web development language, and its historical evolution. Although it’s not a “true” programming language, HTML is the foundation of the web and allows browsers to display webpage content through tags and elements. It assists in linking (hypertext) and displaying structured information (markup). Over time, HTML has advanced through various iterations, leading up to HTML5, which standardized web development in 2014. As discussed in Module 10, HTML5 goes over key challenges like video integration and cross-platform functionality, making it important for modern web design.
The content in Module 10 directly complements CourseAcademy’s beginner course, “Learn HTML”. The beginner course introduces HTML basics, such as syntax, tags, and elements like <html>, <body>, <h1>, and <p>. It connects with the module’s focus on HTML’s simplicity and foundational role in web development. By linking the theoretical bases of HTML with practical learning, CourseAcademy provides students with an understanding of how to create functional, accessible web pages and better comprehend HTML’s relevance within greater programming concepts.










