The Thing I learn on three week.

The first thing I learned about is about the history on web development and found the the first time concepts was bring by Sir Tim Berners-Lee in 1989 And he create the first web in 1990 using Just HTML. In this first three weeks. I learn about component HTML (HyperText Markup Language)and CSS (Cascading Style Sheets) to develop the web where HTML help with the structure of a webpage, and CSS help the developer to design and visualise to create the modern user interface that we know now.

First and second week.

After knowing some of the history on World Wide Web. I learn about HTML. The things i learn on html are given below:

1. HTML

What is html?

HTML stand for HyperText Markup Language and is the foundation of all web pages which provide the structure and meaning to the websites. It was first introduce by Sir Tim Berners-lee in October 1991. The first things when a developer start writing HTMl code, he/she uses <!DOCTYPE html> tag to declaration and use <html> and < /html> to contains all the elements wrapped in opening and closing tags. The each elements of Html with tag that developer use has a specific role. For example <p> is use for paragraph and <h1> to <h6> is used for headings.

Common HTML Tags I Learned:

Using these elements, I built a structured page layout with a header, navigation bar, content sections, and a footer. I also learned to use attributes such as href, src, and class to link files, show images, and style elements.

2. CSS

CSS stands for Cascading Style Sheets and is used for styling a html elements or you can say it is used to provide apperance for the web pages. We can use css through three means. they are inline, internal and external css and it can be used to apply styles like colour, font, background, margin, and padding. If a CSS is written inside a <style> tag then it is called internal css, if within an element then it is inline, and an external if stylesheet is link to html file with linked with <link rel=\"stylesheet\" href=\"style.css\">.

Key CSS Concepts I Learned:

The aditional things i learned is how to use CSS variables (custom properties) to make my theme consistent:

:root{--bg:#0D0D0D;
--fontColor:#BFC7CF;
--color1: #00C6FF;
--color2:#0072FF;}

I used these colors throughout my website to create a dark gaming theme that matches my personal style. I also applied box-shadows, and transform with translateY to make the design look professional and modern.

3. JS

JS stands for JavaScript and is used to make website interactive, from animation, calculation, to data control. We can use JavaScript through three means. they are inline, internal and external JS and it can be used to Update and change HTML content, Change CSS styles dynamically Respond to user events (clicks, typing, scrolling, etc.), Validate forms Create animations and visual effects Work with APIs and handle data. If a JS is written inside a <script> tag then it is called internal js, if within an element then it is inline, and an external if js is link to html file with the <>.

Key JavaScript Concepts I Learned:

These are the things i learn about js during these weeks.

4. CMS

CMS stands for Content Management System and allows users to create, edit, and manage website content through a user-friendly dashboard. A person don’t need coding skills to change text, images, menus, or layouts when using CMS like wordpress. During these weeks, the CMS system i learned was wordpress.

Key CMS Concepts I Learned:

These are the things i learn about CMS during these weeks.

5. Web Developer Professionalism:

During last week, i learned about web developer professionalism. I learned about the tasks that is done by different roles, when project is done from project manage, developer, designer, copyright writer and editor to graphic designer. I also learned how website is hosted and can be promoted using different social media. How to make the website more interactive and user friendly.

These are the things i learned during all these six weeks.