I have recently joined Payilagam Software Institute in Chennai to enhance my skills in software development. My first day was very useful and the class was conducted clearly and effectively. The team members were also friendly, creating a comfortable learning environment.
I Learned on the First Day
On Day 1, we focused on the basics of HTML and CSS. We also set up our development environment with the necessary tools:
- Installed LINUX as the operating system.
- Installed VS Codium as our code editor.
- Installed Live Server to view our HTML files in real-time while coding.
HTML Topics Covered
We were introduced to basic HTML tags such as:
html
We also explored the structure of HTML and the role of these tags in web page creation.
CSS Introduction
The instructor explained the three types of CSS:
- Inline CSS
- Internal CSS
- External CSS
We also covered the basics of layout using display: flex and justify-content, which are essential for responsive and well-aligned web designs.
Lists in HTML
We learned how to create lists using:
- Unordered Lists
- Ordered Lists
- List Items
HTML Elements
We were introduced to the two main types of HTML elements:
- Block-level elements: These take up the full width available.
- Inline elements: These take up only as much width as needed.
Understanding the difference between these elements helps in proper page structuring and styling.
Task: Compare HTML Versions
As part of our learning, we were asked to compare the current and previous versions of HTML. Here's a quick summary:
HTML Version | Year Released | Key Features / Updates |
---|---|---|
HTML 4.01 | 1999 | Introduced strict, transitional, and frameset DOCTYPEs. |
XHTML 1.0 | 2000 | Reformulation of HTML 4.01 in XML format. |
HTML5 | 2014 (finalized) | Semantic tags (, ), multimedia (, |
HTML 5.1 | 2016 | New tags like , , enhanced input and accessibility features. |
HTML 5.2 | 2017 | Security improvements, added , , and autofill support in forms. |
HTML Living Standard | Ongoing (by WHATWG) | Continuously updated version — no HTML6. Updates are made gradually. |
Final Thoughts
My first day at Payilagam was productive and inspiring. I gained a strong foundation in HTML and CSS, and I’m looking forward to building more skills in the upcoming sessions. I'm excited for what’s to come!
Top comments (1)
Good Start! Keep it up!