DAY 1
1. What are all the softwares I want to use while making a HTML file?
Text Editor: This is used to write and save HTML code. Examples: Notepad, Notepad++, VS Code, Sublime Text, Atom, Brackets.
Web Browser: This is used to open the HTML file and view the output as a webpage. Examples: Google Chrome, Mozilla Firefox, Microsoft Edge, Internet Explorer.
2. What is Text Editor?
A text editor is a simple application where we can write and edit plain text. It does not add extra formatting .
3. What is Browser?
A browser is a software that is used to open and display webpages. It takes the HTML code and shows it in a visual format.
Without a browser, we cannot see how a webpage will look.
4. What is static and dynamic?
Static: Content is fixed. It does not change unless the developer edits the HTML file. Example: A simple HTML page that always shows the same text to everyone.
Dynamic: Content changes based on user input, time, or database. Example: Facebook newsfeed shows different posts for different people.
5.What is static webpage and dynamic webpage?
Static Webpage:Created using only HTML and CSS.The page looks the same for all users.No database connection.
Example: A “Contact Us” page with fixed details.
Dynamic Webpage:Uses HTML + CSS + JavaScript + server-side languages (PHP, Python, etc.).Data comes from a database or server.
Page looks different for different users.Example: Gmail Inbox
6.What is website and webpage?
Website: A website is a collection of webpages under one domain name.Example: www.google.com
Webpage: A webpage is one single page of a website.Example: The Google search page is one webpage inside Google’s website.
My Story
MY STORY
My name is Naveena and I have completed my BSc in Information Technology.
I did an internship in frontend development where I learned about web technologies and complete one project named Responsive furniture website.
In my final year, I developed a web-based chatbot project called InfoHive.
This chatbot was created to answer common college-related queries and I implemented it using PHP and MySQL database connectivity.
I look forward to exploring advanced areas like Artificial Intelligence or Cybersecurity in the future.