This module is designed for beginners with no prior web development experience. It focuses on understanding how HTML works, how elements are structured, and how content is organized within a webpage. Mastering HTML is an essential step toward becoming a web developer.
What Is HTML
HTML stands for HyperText Markup Language. It is a markup language used to structure content on the web. HTML does not control how a webpage looks or behaves. Instead, it defines the elements that make up the page.
Web browsers read HTML files and render their content visually for users. Without HTML, web pages would not exist.
Purpose of HTML
The main purpose of HTML is to organize content. It tells the browser which parts of the page are headings, paragraphs, images, links, lists, or other elements.
HTML provides meaning to content, making it easier for browsers, search engines, and assistive technologies to understand and display information correctly.
Structure of an HTML Document
An HTML document follows a specific structure. It begins with a declaration that tells the browser the document type. The main parts of the document include the head section and the body section.
The head section contains information about the document such as the title. The body section contains the visible content displayed on the webpage.
HTML Elements
HTML elements are the building blocks of a webpage. An element consists of a start tag, content, and an end tag.
Elements define the purpose and structure of content. For example, headings indicate titles, paragraphs indicate text blocks, and links indicate navigation.
Understanding elements is essential for writing correct HTML.
Tags and Their Role
Tags are used to define HTML elements. They are enclosed in angle brackets and tell the browser how to interpret the content.
Opening tags mark the beginning of an element and closing tags mark the end. Some elements are self contained and do not require closing tags.
Common HTML Elements
HTML includes many elements for different purposes. Common elements include headings, paragraphs, images, links, lists, and tables.
Each element serves a specific role and helps organize content logically.
Headings in HTML
Headings are used to define titles and subtitles. They range from the most important heading to the least important.
Using headings correctly improves readability and accessibility. Headings help users and search engines understand the structure of content.
Paragraphs and Text
Paragraphs are used to display blocks of text. They are commonly used for content such as articles, descriptions, and explanations.
Text formatting elements allow emphasis and clarity without affecting structure.
Links and Navigation
Links allow users to navigate between pages and websites. They are one of the core features of the web.
Links connect information and enable easy access to related content.
Images in HTML
Images enhance visual appeal and help communicate information. HTML allows images to be embedded using specific elements.
Proper use of images improves user experience and accessibility.
Lists in HTML
Lists are used to group related items. There are ordered lists and unordered lists.
Lists help organize information and improve readability.
Tables in HTML
Tables are used to display structured data such as schedules or records.
Tables organize information into rows and columns, making it easier to understand.
Attributes in HTML
Attributes provide additional information about elements. They define properties such as links destinations, image sources, and element identifiers.
Attributes enhance functionality and control behavior.
Comments in HTML
Comments allow developers to add notes within HTML code. They are not displayed in the browser.
Comments help with documentation and code readability.
HTML and Accessibility
Accessible HTML ensures that websites can be used by people with disabilities.
Using proper elements and attributes improves compatibility with assistive technologies.
HTML and Search Engines
Search engines rely on HTML structure to understand content. Proper use of headings and elements improves search visibility.
HTML plays an important role in search engine optimization.
Valid HTML and Best Practices
Writing valid HTML ensures compatibility across browsers.
Following best practices improves maintainability and readability.
Tools for Writing HTML
HTML can be written using simple text editors or specialized code editors.
Browsers are used to view and test HTML pages.
Learning HTML Through Practice
Practice is essential for learning HTML. Creating simple pages helps reinforce understanding.
Experimenting with elements builds confidence.
Common Mistakes in HTML
Common mistakes include missing closing tags and incorrect nesting.
Careful attention to structure helps avoid errors.
Learning Outcomes of This Module
By completing this module, learners will understand HTML fundamentals.
They will be able to create basic web pages and structure content correctly.
Summary of Module Twenty Five
Module Twenty Five introduced HTML basics. Learners explored document structure, elements, tags, attributes, and best practices.
The module emphasized clarity and foundational understanding.
Conclusion
HTML is the foundation of the web. Understanding HTML allows learners to create structured and meaningful web pages. Module Twenty Five has provided a strong foundation for further learning in web development.
With this knowledge, learners are ready to explore styling and design using CSS in the next module.

Name: Maimuna Jallow
ReplyDeleteCohort 1
Country: Gambia
Summary of what I learnt
1. The hyper text markup language is used to structure content on the web and the purpose of HTML.
2. The structure of an HTMl document and HTML elements.
3. The tages and their role with common HTML elements Which include headings, paragraphs, text, links and navigation, images, lists, tables, attributes and comments.
4. Accessible HTML ensures that websites can be used by people with disabilities that is HTML and accessibility.
5. HTML and Search engines with valid HTML and best practices.
6. The tools for writing HTML which uses simple text editors or specialized code editors.
7. That HTML should be learnt through practice with common mistakes in HTML.
Andrew Yembeh Yandi Mansaray
ReplyDeleteCohort 1
Sierra Leone
I learnt that HTML (HyperText Markup Language) is the fundamental language used to create and structure content on web pages. HTML uses tags to define different elements of a page, such as headings, paragraphs, links, images, and lists. Each tag provides instructions to the browser on how to display content. Understanding HTML is essential because it forms the backbone of every website.
I also learnt that an HTML document follows a standard structure, including the html, head, and body sections. The head section contains information like the page title and metadata, while the body section contains all the content that users see, such as text, images, and links. Headings are created with h1 to h6 tags to indicate their importance, and paragraphs are created using the p tag to organize text clearly.
I learnt that links are made using the a tag, which allows users to navigate to other web pages or sections within the same page. Images are displayed using the img tag, which requires a source to specify the image file and alternative text to describe the image for accessibility. Lists can be ordered with ol or unordered with ul, and each item in a list is defined with the li tag.
I also learnt that HTML elements can have extra information for styling or behavior, like giving images a location or links a target. Overall, HTML is a critical skill for building web pages, and understanding its tags, structure, and basics is the first step toward creating functional and well-organized websites.
Full name: Arafat YACOUBOU
ReplyDeleteCohort: TechIqPro Cohort 1
Country: Togo
Module 25 – HTML Basics
- HTML (HyperText Markup Language) is the standard language for creating web pages.
- It uses tags to structure content such as headings, paragraphs, links, and images.
- HTML provides the foundation of all websites.
ReplyDeleteFull name : jumuah kalinoh
Cohort. : 1
Country. : malawi
HTML is the backbone of the web, giving structure and meaning to content . Let's break it down.
What is HTML
HTML stands for HyperText Markup Language, a markup language used to structure web content. It's not about design or behavior; it's about defining elements like headings, paragraphs, images, and links.
Key Concepts
- _HTML Elements_: building blocks of a webpage headings, paragraphs, images,
- _Tags_: define elements, enclosed in angle brackets (< >)
- _Attributes_: provide extra info about elements (e.g., link destinations)
- _Structure_: head section (metadata) and body section (visible content)
Common HTML Elements
- Headings (H1-H6)
- Paragraphs
- Links
- Images
- Lists (ordered and unordered)
- Tables
Why HTJavaScript
- Essential for web development
- Improves accessibility and search engine optimization (SEO)
- Foundation for styling with CSS and interactivity with JavaScript
Lenemiria Benson
ReplyDeleteCohort 1
Kenya
-HTML (HyperText Markup Language) is the foundation of every website.
-It structures web content such as text, images, links, and lists.
Browsers read HTML and display pages visually.
Purpose of HTML
-Organizes content and gives it meaning.
-Helps browsers, search engines, and assistive tools understand webpages.
HTML Document Structure
-Starts with a document declaration.
-Contains two main parts:
-Head: page information (title, metadata).
-Body: visible webpage content.
Elements and Tags
-HTML is made of elements (start tag + content + end tag).
-Tags tell the browser how to treat content.
-Some elements are self-closing.
Common HTML Elements
-Headings, paragraphs, links, images, lists, and tables.
-Headings organize content hierarchy.
-Paragraphs display text.
-Links enable navigation.
-Images add visual meaning.
-Lists group related items.
-Tables show data in rows and columns.
Attributes
-Provide extra information (such as link destinations or image sources).
Comments
-Used for notes in code; not shown in browsers.
-Accessibility & SEO
-Proper HTML improves accessibility for users with disabilities.
-Good structure helps search engines understand content.
Best Practices
-Write valid HTML.
-Use correct nesting and closing tags.
-Keep code clean and readable.
Tools & Learning
-HTML can be written in text or code editors and viewed in browsers.
-Practice by creating simple pages.
Common Mistakes
-Missing closing tags
-Incorrect nesting
-Learning Outcomes
-Create basic webpages
-Understand elements, tags, and structure
This comment has been removed by the author.
ReplyDeleteChibuzo Hillary Azikiwe
ReplyDeleteCohort 1
Nigeria
Module 25: Mastering the Basics of HTML
I have learned to build the structural foundation of the web using HTML (HyperText Markup Language). I no longer see a webpage as just a visual layout; I see it as a tree of nested tags. I’ve mastered the use of "Elements" and "Attributes" to define the content of a page. I know how to use headings to create hierarchy, paragraphs for text, and anchor tags to create the links that make the web a "web."
I’ve also learned how to incorporate multimedia, like images and videos, and how to create lists and tables to organize data for the user. One of my biggest takeaways was the importance of "Semantic HTML"—using tags like , , and to give meaning to my content, not just for visual purposes, but for search engines and accessibility tools. I now feel that I have the power to take a blank text file and turn it into a structured document that any browser in the world can understand and display.
Tajudeen Ahmad olanrewaju
ReplyDeleteCohort 1
Nigeria 🇳🇬
This section explains that HTML can be written using basic text editors or more advanced code editors designed for programming. While simple editors are enough to get started, code editors often make writing HTML easier by highlighting syntax and helping reduce errors. Web browsers play an important role as well, since they are used to view, test, and understand how HTML pages are displayed to users.
The module emphasizes that the best way to learn HTML is through regular practice. By creating simple web pages, learners can see how different HTML elements work and how changes in the code affect the final output. Experimenting with tags, layouts, and content helps build confidence and strengthens understanding over time.
It also highlights common mistakes beginners often make, such as forgetting to close tags or nesting elements incorrectly. These errors can cause pages to display improperly or not work as expected. Paying close attention to HTML structure and developing good habits early helps learners avoid these issues and write cleaner, more reliable code.