Poor Vash
Poor Vash
Poor Vash
A Report on Internship
By
POORVASH MADARAPAKA
210421104094
COMPUTER SCIENCE AND ENGINEERING
SEPTEMBER 2024
IM3.To inculcate human values and ethical principles to cater the societal needs.
IM4.To contributes towards the research ecosystem by providing a suitable, effective
platform for interaction between industry, academia and R & Destablishments.
Vision of the Department:
CHENNAI-69
CERTIFICATE
Dr.S.Pavithra, M.E.,Ph.D
Internal Examiner
Head of the Department
Marks
Sl No. Criterion Max. Marks
Allotted
1. Regularity in maintenance of the diary. 10
100
Total
Company: ACMEGRADE
Date: Signature
ACKNOWLEDGEMENT
First, I would like to thank Challa Rohit - Academic Head for giving me the
opportunity to do an internship within the organization.
I also would like all the people that worked along with me Acmegrade with their patience
and openness they created an enjoyable working environment.
I am extremely great full to my department staff members and friends who helped
me in successful completion of this internship.
POORVASH MADARAPAKA
210421104094
PREFACE
20 05-08-2023 CONCLUSION
WEB DEVELOPMENT
Web design is the way a website looks, front end development is how that design
actually gets implemented on the web. The main objective of designing a site is to
ensure that when the users open up the site, they see the information in a format
that is easy to read and relevant. But now a days users uses a large variety of
devices with varying screen sizes and resolutions thus forcingthe designer
to take into consideration these aspects when designing the site. They need to
ensure that their site comes up 8 correctly in different browsers (cross-browser),
different operating systems (crossplatform) and different devices (cross-device),
which requires careful planning on the side of the developer.
HTML:
Hyper Text Markup Language (HTML) is the standard markup language used for
creating web pages. It is the most basic building block required for developing
websites
CSS:
Cascading Style Sheets (CSS) is used to apply styles to web pages. It is used to
make web pages presentable. The reason for using this is to simplify the process
of making web pages presentable. It allows you to apply styles on web pages.
More importantly, it enables you to do this independently of the HTML that
makes up each web page. JavaScript: JavaScript is a very powerful tool that can
do many things for a website. For one, it powers the site’s general interactivity.
JavaScript makes it possible to build rich UI components such as image sliders,
pop-ups, site navigation mega menus, form validations, tabs, accordions, and
much more.
WORKING OF WEBSITE:
HTML (Hyper Text Markup Language) is the most basic building block of the
Web. It defines the meaning and structure of web content. Other technologies
besides HTML are generally used to describe a web page's
appearance/presentation (CSS) or functionality/behavior (JavaScript).
"Hypertext" refers to links that connect web pages to one another, either within
a single website or between websites. Links are a fundamental aspect of the
Web. By uploading content to the Internet and linking it to pages created by
other people, you become an active participant in the World Wide Web. HTML
uses "markup" to annotate text, images, and other content for display in a Web
browser. HTML markup includes special "elements" such as <head>,
<title>, <body>, <header>, <footer>, <article>,
<section>, <p>, <div>, <span>, <img>, <nav>, <video>, <ul>, <ol>, <li> and
many others.
Features of HTML:
4) It facilitates programmers to add a link on the web pages (by html anchor
tag), so it enhances the interest of browsing of the user.
It facilitates the programmer to add Graphics, Videos, and Sound to the webpages
which makes it more attractive and interactive.
HTML is a case-insensitive language, which means we can use tags either in
<!DOCTYPE>: It defines the document type or it instruct the browser about the
version of HTML.
<html>: This tag informs the browser that it is an HTML document. Text
between html tag describes the web document. It is a container for all other
elements of HTML except <!DOCTYPE>
<head>: It should be the first element inside the element, which contains the
meta data (information about the document). It must be closed before the body
tag opens.
<title>: As its name suggested, it is used to add title of that HTML page which
appears at the top of the browser window. It must be placed inside the head tag
and should close immediately.
<body>: Text between body tag describes the body content of the page that is
visible to the end user. This tag contains the main content of the HTML
document.
Features of CSS
1). Font, color, background style, element alignments, border, and size tags had
to be duplicated on each web page before CSS. This was a lengthy procedure.
2). CSS makes website maintenance much easier. If we need to make a global
change to the file, we can simply alter the style, which will update all of the
elements on the web page.
3). We can use CSS with older language versions because it is compatible with
them. CSS makes it possible to optimize material for several devices
4). A website that’s dull and plain will not attract the user, so adding some style
would surely make your website presentable to the user.
5). A website with a simple yet beautiful UI would help the users to go through
the website easily. It is used to make the user interface better.
6). Since CSS is a basic requirement while learning Web Development, therefor
there are abundant career opportunities for it. As a freelancer, you can land up to
many projects.
Types of CSS:
Inline CSS
Internal CSS
External CSS
Inline CSS: Inline CSS contains the CSS property in the body section attached
with element is known as inline CSS. This kind of style is specified within an
HTML tag using the style attribute.
Internal or Embedded CSS: This can be used when a single HTML document
must be styled uniquely. The CSS rule set should be within the HTML file inthe
head section i.e., the CSS is embedded within the HTML file.
External CSS: External CSS contains separate CSS file which contains only
style property with the help of tag attributes (For example class, id, heading, …
etc.). CSS property written in a separate file with .css extension and should be
linked to the HTML document using link tag. This means that for each element,
style can be set only once and that will be applied across web pages.
Properties of CSS: Inline CSS has the highest priority, then comes
Internal/Embedded followed by External CSS which has the least priority.
Multiple style sheets can be defined on one page. If for an HTML tag, styles are
defined in multiple style sheets then the below order will be followed.
1) As Inline has the highest priority, any styles that are defined in the internal and
external style sheets are overridden by Inline styles.
2) Internal or Embedded stands second in the priority list and overrides the styles
in the external style sheet.
3) External style sheets have the least priority. If there are no styles defined either
in inline or internal style sheet then external style sheet rules are applied for
the HTML tags.
JavaScript
JavaScript (JS) is the world’s most popular lightweight, interpreted compiled
programming language. It is also known as a scripting language for web pages.
It can be used for Client-side as well as Server-side developments. JavaScript can
be added to your HTML file in two ways: Internal JavaScript: We can add JS
code directly to our HTML file by writing the code inside the <script> tag.
The <script> tag can either be placed inside the <head> or the
<body> tag according to the requirement. External JavaScript File: We can create
a file with .js extension and paste the JS code inside it. After creating the file, add
this file in <script src=” file_name.js”> tag inside <head> tag of the HTML file.
Features of JavaScript
6) It is a case-sensitive language.
LEARNING OUTCOMES
The Internship program was quite beneficial for me. It helped me in improving
my various technical skills and marketing based skills enhanced my knowledge
in new areas.
Context
The two weeks of my internship that I will never forget in my life. And this
is because of the experience I acquired which enables me to learn more about the
working environment instructed us how we should behave during of our
internship period.
My Role
Action Taken
Performance
My colleagues helped me to cope well with all challenges at work and they
were always there for me whenever I was in need of any form of assistance.
Gain
Technologies Used:
• HTML
• CSS
• JAVASCRIPT
Project Images:
INTERNSHIP COMPLETION CERTIFICATE
CONCLUSION
In conclusion, this internship has been a very useful experience for me. I can
safely say that my understanding of the job environment has increased greatly.
However, I do think that there are some aspects of the job that I could have
done better and that I need to work on. I need to build more confidence in coding
side. I realized that I could have completed the work earlier than I did. Also, the
technical parts of the job were a bit flawed and I was asked multiple times to
correct it two main things that I’ve learned in my internship the importance of our
time-management skills and self-motivation. They also help me to handle some
of my weakness and provide guidance to whenever I am in need.
PO & PSO Attainment
Design/Development of
PO 3 Yes / No
solutions
Conduct investigations
PO 4 Yes / No
of complex problems
Environment and
PO 7 Yes / No
Sustainability
PO 8 Ethics Yes / No
PO 10 Communication Yes / No
Project management
PO 11 Yes / No
and finance