Dhanender Report
Dhanender Report
on
“WEB DEVELOPMENT”
Submitted in the fulfilment of the requirement for the award of the degree of
Bachelor of Technology
in
by
SUBMITTED TO
.
Web Development
Certificate
The industrial training report of ”Web Development” submitted by NILESH BANDU GUNJKAR.
(Roll No. 10303320171124613004) is approved for the partial fulfilment of the requirement for the
award of the degree of Bachelor of Technology in Information Technology. This work is done under
our guidance.
(Dr. S. M. Jadhav )
Head
Department of Information Technology
1. (Name: )
At last we must express our sincere heartfelt gratitude to all the staff members
STUDENTNT DECLARATION
HTML
HTML stands for Hyper Text Markup Language HTML is the standard markup
language for Web pages HTML elements are the building blocks of HTML pages
HTML elements are represented by tags BASIC TERMS:
∗ Project stucture:
<!Doctype>
<html>
<body>
...........
............
...........
...........
</body>
</html>
HTML Elements
An HTML element is a start tag and an end tag with content in between:
HTML Documents
The HTML document itself begins with html tag and ends with html tag followed
by ’/’ forward slash. The visible part of the HTML document is between body tag.
Web Development
• <HTML> tag:
The HTML <title> tag is used for declaring the title, or name, of the HTML
document. The title is usually displayed in the browser’s title bar (at the top).
It is also displayed in browser bookmarks and search results. The title tag is
placed between the opening and closing <head> tags. The <link> element is
used to define a relationship between an HTML document and an external re-
source. This element is most commonly used to define the relationship between
a document and one or more external CSS stylesheets.
• HTML Headings
HTML headings are defined with h1 to h6 tags.
• HTML Paragraphs
HTML paragraphs are defined with p tags:
• HTML Links
HTML links are defined with a tags:
Web Development
• HTML Images
HTML images are defined with img tags.
The source file (src), alternative text (alt), width, and height are provided as
attributes:
• HTML Buttons
HTML buttons are defined with button tags:
• HTML Lists
HTML lists are defined with ul tag (unordered/bullet list) or ol tag (ordered/num-
bered list) tags, followed by li tags (list items):
• HTML Tables
An HTML table is defined with a table tag. Table rows are defined with tr tags.
Table headers are defined with th tags. (bold and centered by default). Table
cells (data) are defined with td tags.
.
Web Development
• <Body> tag:
Description. The HTML ¡body¿ tag defines the main content of the HTML
document or the section of the HTML document that will be directly visible on
your web page. This tag is also commonly referred to as the <body> element.
• <header>:
• <div> tag:
both open(<) and closing (>) tag and it is mandatory to close the tag. The Div
is the most usable tag in web development because it helps us to separate out
data in the web page and we can create a particular section for particular data
or function in the web pages.
Div tag is Block level tag
It is a generic container tag
It is used to the group of various tags of HTML so that sections can be created
and style can be Applied on them.
Left center right.
• <br> tag:
The HTML anchor tag defines a hyperlink that links one page to another
page. The ”href” attribute is the most important attribute of the HTML a tag.
An unvisited link is displayed underlined and blue. A visited link displayed
underlined and purple. An active link is underlined and red.
• <footer> tages:
• <form> tag:
CSS
CSS Syntax
The selector points to the HTML element to style (h1). The declaration block
(in curly braces) contains one or more declarations separated by semicolons. Each
declaration includes a CSS property name and a value, separated by a colon. In the
following example all p tag elements will be 32px wide, center-aligned, and with
red.
Example:
The external style sheet is generally used when you want to make changes on mul-
tiple pages. It is ideal for this condition because it facilitates you to change the look
of the entire web site by changing just one file. It uses the link tag on every pages
and the link tag should be put inside the head section.
Example:
The external style sheet may be written in any text editor but must be saved
with a .css extension. This file should not contain HTML elements.
Inline Style
Example:
Google fonts
PLACE OF TRAINING
AT INTERNSHALA (ONLINE PLATEFORM)
THEY PROVIDE HUNDREDS OF COURSE
AND WEB DEVELOPMENT IS ONE OF THEM
IN WHICH I COMPLETED TRAINING.
MOTIVATION
www.wikipedia.org