0% found this document useful (0 votes)
28 views7 pages

Format For The Training Report

RGFVRDGDFRGFVRDGDF
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views7 pages

Format For The Training Report

RGFVRDGDFRGFVRDGDF
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

(Format for the Training Report)

Sample Sheet (Title Page/Front Page)

A REPORT OF PRACTICAL TRAINING (14 PT.)

at

[NAME OF COMPANY/ INDUSTRY/ INSTITUTE]

SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENT FOR THE AWARD

OF THE DEGREE OF (12pt.)

BACHELOR OF TECHNOLOGY(14 pt.)

(Computer Science & Engineering) (14pt.)

June july 2024

SUBMITTED BY:

NAME(S) :

UNIVERSITY ROLL NO.(s) : (12pt.)

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING (12pt.)

ENGINEERING COLLEGE BIKANER


ENGINEERING COLLEGE BIKANER
CANDIDATE'S DECLARATION

I “NAME OF THE STUDENT” hereby declare that I have undertaken industrial/practical


training at “Name of Company/ Industry / Institute” during a period from ______ to
_______ in partial fulfillment of requirements for the award of degree of B.Tech (Computer
Science & Engineering) at ENGINEERING COLLEGE BIKANER, RAJASTHAN. The work which is
being presented in the training report submitted to Department of Computer Science &
Engineering at ENGINEERING COLLEGE BIKANER, RAJASTHAN is an authentic record of
training work.
CHAPTER 1 INTRODUCTION

Content:-

1. HTML
2. CSS
3. JavaScript
4. Version Control System
5. VCS Hosting
6. Package Managers
7. React
8. Web Design(Tailiwind)
9. V
1.1 HTML tool
HTML is primarily used for creating and structuring content on the web. but it has applications

in various industrial contexts as well.

Html contents various kind of tool or tag . That are use in the basic building blocks of all web
pages. There some following tags in below.

What is HTML?

 HTML stands for Hyper Text Markup Language


 HTML is the standard markup language for creating Web pages
 HTML describes the structure of a Web page
 HTML consists of a series of elements
 HTML elements tell the browser how to display the content
 HTML elements label pieces of content such as "this is a heading",
"this is a paragraph", "this is a link", etc.

1.1.1 The <HTML> tag :


Everything in an HTML document is enclosed in <HTML> tags as highlighted on lines
1 and 8 in the code playground below.
1.1.2 The <head> and <body> tags :

Furthermore, valid HTML documents require the <head> and <body> tags too as
highlighted on lines 2, 4, 6, and 8 below. Also, the head and body tags have nothing
to do with where the content is positioned on the output of the browser — they are
used to compartmentalize the document itself.

1.1.3 The href Attribute :-


The <a> tag defines a hyperlink. The href attribute specifies the URL of the page the

link goes to:- <a href="https://www.w3schools.com">Visit W3Schools</a>

1.1.4 Text Alignment :-

The CSS text-align property defines the horizontal text alignment for an

HTML element:
1.1.5 HTML Images Syntax :-
The HTML <img> tag is used to embed an image in a web page.
Images are not technically inserted into a web page; images are linked

to web pages. The <img> tag creates a holding space for the referenc

The <img> tag is empty, it contains attributes only, and does not have

a closing tag.

The <img> tag has two required attributes:

src - Specifies the path to the image

alt - Specifies an alternate text for the image

Syntax:-

<img src="url" alt="alternatetext">


1.2 Tool CSS use in industrial training:-

Cascading Style Sheets (CSS) play a vital role in modern web development,
enabling developers to control the presentation and layout of web content.
During my industrial training, CSS was a core focus, offering hands-on
experience in front-end development. This report highlights my experience in
learning and applying CSS during my training, its practical applications, and
the challenges I encountered.

1.2.1. Styling and Layout:-

CSS enables the creation of a consistent and professional look across all
training modules. This uniformity fosters a sense of familiarity, allowing
learners to focus on content rather than navigation. Key features include:

 Responsive Design: CSS allows training materials to adapt seamlessly


to different devices, ensuring accessibility for all learners.
 Customizable Themes: Organizations can create branded training
interfaces that reflect their corporate identity.
1.1 Explain work about HTML : -

You might also like