0% found this document useful (0 votes)
87 views

Day 1

This document outlines a 5-day introductory course to HTML basics. Day 1 covers the structure of HTML documents and basic tags. Day 2 focuses on text formatting and semantics. Day 3 teaches links and images. Day 4 is about lists and tables. The final day covers HTML forms and different input elements. Each day recommends additional resources for further practice and reference.

Uploaded by

A198 Sarbajit
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
87 views

Day 1

This document outlines a 5-day introductory course to HTML basics. Day 1 covers the structure of HTML documents and basic tags. Day 2 focuses on text formatting and semantics. Day 3 teaches links and images. Day 4 is about lists and tables. The final day covers HTML forms and different input elements. Each day recommends additional resources for further practice and reference.

Uploaded by

A198 Sarbajit
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Day 1: Introduction to HTML Basics

 Learn about HTML, its purpose, and how it is used in web development.
 Study the structure of an HTML document and the essential elements.
 Explore basic tags, such as <html>, <head>, <body>, and <title>.
 Practice creating a simple HTML document.

Recommended Resource:

 FreeCodeCamp (www.freecodecamp.org): Offers a comprehensive HTML course


with interactive lessons and coding challenges. They provide detailed
explanations and notes to accompany each lesson.

Day 2: HTML Text and Formatting

 Learn about text elements and their attributes, such as headings, paragraphs, and
line breaks.
 Explore text formatting options like bold, italic, underline, and more.
 Understand the importance of semantic HTML and how to use it effectively.
 Practice creating well-structured paragraphs and applying formatting styles.

Recommended Resource:

 Mozilla Developer Network (MDN) Web Docs (developer.mozilla.org): Provides


detailed HTML documentation and tutorials, along with examples and
explanatory notes.

Day 3: HTML Links and Images

 Learn how to create hyperlinks using the <a> tag and its attributes.
 Understand relative and absolute URLs and their usage.
 Explore the <img> tag for inserting images and its various attributes.
 Practice creating clickable links and displaying images on a web page.

Recommended Resource:

 W3Schools (www.w3schools.com): Offers an HTML tutorial with clear


explanations, examples, and exercises. They also provide downloadable notes for
offline reference.
Day 4: HTML Lists and Tables

 Learn how to create ordered and unordered lists using <ol>, <ul>, and <li> tags.
 Understand nested lists and list customization options.
 Explore the <table> tag for creating tabular data.
 Practice building lists and tables with proper structure and formatting.

Recommended Resource:

 HTML Dog (www.htmldog.com): Provides a beginner-friendly HTML tutorial with


step-by-step explanations and exercises. They offer printable cheat sheets for
quick reference.

Day 5: HTML Forms and Input Elements

 Learn about HTML forms, their purpose, and how to create them.
 Understand different input types, such as text fields, checkboxes, radio buttons,
and dropdown menus.
 Explore form validation and required fields.
 Practice creating a basic form with various input elements.

Recommended Resource:

 Codecademy (www.codecademy.com): Offers an interactive HTML course that


covers forms and input elements. They provide in-browser coding exercises and a
learning environment with hints and notes.

Remember to practice what you learn by creating your own HTML projects and
experimenting with different tags and elements. Good luck with your HTML learning
journ

You might also like