2 To 6 Daily Log Properly Using Column and Rows Ta...
2 To 6 Daily Log Properly Using Column and Rows Ta...
mind. Since it's currently Saturday, June 7, 2025, in India, we'll continue the log from the next
working day, Monday, June 9, 2025.
We'll assume the focus is still on HTML, with a natural progression from tables to forms, then
potentially semantic HTML5 elements and an introduction to CSS.
Here's the extended daily log, properly using columns and rows within the table structure:
Name of the Student: [Your Name Here] Technology Name: Full Stack Development (HTML
Focus for Week 1 & 2)
Week Day & Date Discussion Details of Work Allotted Signature of Industry
Topics/Activity Till Next Session / Mentor
Corrections Suggested
/ Faculty Remarks
Tue 3 June 25 Course Introduction & Review the complete
HTML Fundamentals: course syllabus. Create
Discussed the overall a basic HTML file
structure of the Full named index.html with
Stack Development a title, a main heading,
course, learning and a few paragraphs.
objectives, and Ensure correct nesting
expectations. of tags. Explore
Simultaneously, common HTML entities
introduced what HTML (e.g., , ©).
is and its role in web
development. Explored
basic HTML document
structure
(<!DOCTYPE>, <html>,
<head>, <body>), and
learned fundamental
tags like headings
(<h1>-<h6>) and
paragraphs (<p>).
Wed 4 June 25 Text Formatting, Create an "About Me"
Links & Images: HTML page, including
Covered various text text formatting, links to
formatting tags (bold, social media/other
italic, underline, sites, and at least one
superscript, subscript). image. Experiment with
Learned how to create internal links on the
hyperlinks (<a> tag) same page.
and embed images
(<img> tag). Discussed
absolute vs. relative
paths for URLs.
Thu 5 June 25 Lists & Tables: Build an HTML page
Explored different types demonstrating a
of lists: unordered grocery list
Week Day & Date Discussion Details of Work Allotted Signature of Industry
Topics/Activity Till Next Session / Mentor
Corrections Suggested
/ Faculty Remarks
(<ul>, <li>), ordered (unordered), a top 5
(<ol>, <li>), and movies list (ordered),
description lists (<dl>, and a simple price list
<dt>, dd). Learned to using a table with
create HTML tables headers for columns
(<table>, <tr>, <th>, and rows.
<td>) for structured
data.
Fri 6 June 25 Advanced Tables Create an HTML page
(Column and Row demonstrating a
Spanning): Building on complex table. This
yesterday's table table should include:
fundamentals, we <br> - A header that
delved into more spans multiple columns
advanced table layout (e.g., a "Product
techniques. Today's Details" header
session focused on spanning "Name,"
colspan and rowspan "Price," and
attributes, which allow "Availability"). <br> - At
cells to span multiple least one cell that
columns or rows, spans multiple rows
respectively. We (e.g., a "Category" cell
discussed practical that groups several
examples of creating products). <br> -
complex table headers Ensure the table is
and merging data cells well-structured and
for improved readability uses <thead>, <tbody>,
and structure. and <tfoot> tags where
appropriate for
semantic organization.
Mon 9 June 25 HTML Forms & Input Design a simple
Types: Introduced the registration or contact
concept of user input form with different input
with HTML forms fields (e.g., name,
(<form>). Covered email, message, submit
various input types button). Ensure labels
(text, password, email, are properly associated
number, checkbox, with inputs using the for
radio, submit, button), attribute. Read about
text areas (<textarea>), form attributes like
and dropdowns action and method.
(<select>). Discussed
the importance of the
Week Day & Date Discussion Details of Work Allotted Signature of Industry
Topics/Activity Till Next Session / Mentor
Corrections Suggested
/ Faculty Remarks
for attribute with
<label> for accessibility.
Tue 10 June 25 HTML5 Semantic Refactor a previous
Elements & Media: HTML page (e.g., your
Explored newer HTML5 "About Me" page or
semantic elements that index.html) to
provide better incorporate appropriate
document structure and HTML5 semantic tags.
meaning (e.g., Create a new HTML
<header>, <nav>, page that embeds both
<main>, <article>, an audio and a video
<section>, <footer>, file. Experiment with
<aside>). Introduced different attributes for
embedding multimedia media playback.
content using <audio>
and <video> tags,
discussing attributes
like src, controls,
autoplay, and loop.