FORMAT
FORMAT
FORMAT
INTRODUCTION
2. HTML
HTML stands for Hyper Text Markup Language. It is the standard markup language used for
creating web pages and applications. HTML uses tags to structure the content and define the
elements on a webpage. It is the backbone of the World Wide Web and is supported by all web
browsers.
HTML is the foundation of the World Wide Web and is supported by all web browsers. It is
essential creating web pages and applications and plays a central role instructing and organizing
content on the internet.
HTML tags are used to define the structure and content of a web page. Tags are enclosed in
angle brackets (<>) and usually come in pairs - an opening tag and a closing tag. Attributes
provide additional information about the HTML elements and are specified within the opening
tag. Some common HTML tags include <h1>for headings, <p>for paragraphs, <a> for links,
and <img> for images.
2.2.1 HTML Tags
1. `class`: Specifies one or more class names for an element, used to apply CSS styles or
identify elements in Java Script.
2. `id`: Assigns a unique identifier to an element, used to refer to the element in Java Script or
CSS.
3. `src`: Specifies the source URL of an image or a media file.
4. `href`: Defines the URL of a hyperlink.
5. `style`: In line CSS styles applied directly to an element.
6. `alt`: Provides alternative text for an image, displayed if the image cannot be loaded.
7. `placeholder`: Specifies a short hint that describes the expected value of an input field.
HTML elements are the building blocks of a web page. They define the different parts and
sections of the content. For example, the <header> element is used to define the header section
of a web page, while the <nav> element is used to define the navigation section. HTML
provides a wide range of elements to structure and organize the content, such as <section>,
<article>, <aside>, <footer>, and more.
HTML forms are used to collect user input on a web page. They allow users to enter data and
submit it to a server for processing. Form elements include input fields, checkboxes, radio
buttons, dropdown menus, and buttons. The <form> element is used to create a form, and the
various input elements are placed within it.
3. CSS (Cascading Style Sheets)
CSS stands for Cascading Style Sheets. It is a style sheet language used for describing and
visual appearance of a document written in HTML or XML. CSS allows web designers and
developers to define how the elements of a web page should be displayed on the screen, in
print, or other media types. CSS works by applying styles to HTML elements using selectors.
Selectors target specific elements or groups of elements on a web page and define the rules for
how they should best yield.
CSS Basics: CSS is a style sheet language that is used to describe the look and formatting of a
document written in HTML. With CSS, you can define colors, fonts, margins, padding, and
other visual aspects of your web page. CSS uses selectors to target HTML elements and apply
styles to them. For example, you can use the selector "h1" to style all the heading 1 elements
on your page. CSS also supports advanced concepts like pseudo-classes and pseudo-elements,
which allow you to style elements based on their state or position within the document.
Responsive web design: In today's multi-device world, it is important to create websites that
adapt to different screen sizes and devices. CSS provides powerful tools for creating responsive
web designs. Media queries are a key feature of responsive design. They allow you to apply
different styles based on the characteristics of the device, such as screen width or device
orientation. By using media queries, you can create layouts that adjust fluidly to different screen
sizes, ensuring a seamless experience for users on desktops, tablets, and mobile devices.
CSS Layout: CSS offers various techniques for controlling the layout of elements on a
webpage. You can use CSS properties like "display," "float," and "position" to control the
positioning and flow of elements. For example, the "float" property allows you to make an
element float to the left or right of its container, which is useful for creating multi-column
layouts. CSS also provides the flexible box layout (flexbox) and the grid layout system, which
offer powerful ways to create complex and responsive layouts with ease. These layout systems
enable you to create grid-based designs and precisely control the placement of elements on the
page.
4. JavaScript
4.1.2. Functions
A function is a group of reusable code which can be called anywhere in your program. This
eliminates the need of writing the same code again and again. It helps programmers in writing
modular codes. Functions allow a programmer to divide a big program into a number of small
and manageable functions.
4.1.3 Events
JavaScript Events are simply signals that tell us that something has happened. It can be clicking
on a button, pressing keys on the keyboard, or moving the mouse over an element. With the
help of javascript, one can respond to these events when used on web pages.
5.1 HTML
Various tools and technology were used during our internship training. Some of them are listed
below:
HTML stands for Hyper Text Mark-up Language. It is used to design web pages using markup
language. HTML is the combination of Hypertext and Mark-up language. Hypertext defines
the link between the web pages. Mark-up language is used to define the text document within
a tag which defines the structure of webpages. HTML 5 is the fifth and current version of
HTML. It has improved the mark-up available for documents and has introduced application
programming interfaces (API) and Document Object Model (DOM).
5.2. CSS
Cascading Style Sheets, fondly referred to as CSS, is a simply designed language intended to
simplify the process of making web pages presentable. CSS allows you apply styles to web
pages. More importantly, CSS enables you to do this independent of the HTML that makes up
each web page.
There are three types of CSS which are given below:
• Inline CSS
• Internal or Embedded CSS
• External CSS
<!DOCTYPE html>
<html>
<head>
<title>HTML5Demo</title>
<style>
{ font-size:40px;font-weight:bold;color:green; } body{text-align:center;}
</style>
</head>
<body>
<divclass="intern">HelloWorld!</div> <aside>
<div>This is Insiya Badshah</div>
</aside>
</body>
</html>
Regular exposure to business stakeholders and executive management, as well as the authority
and scope to apply your expertise to many interesting technical problems. Candidates must
have a strong understanding of UI, cross-browser compatibility, general web functions and
standards. The position requires constant communication with colleagues.
Front end Developer: The front-end developer generally works at client side dealing with the
web page design, graphics that is accessible to the user.
Backend Developer: The back end developer is a person who is responsible for the backend
development that interacts with the server. This type of web developer specializes in the
languages like PHP, ruby, ASP.Net, Java, ColdFusion, and Perl. The job profiles for the web
developer includes:
The students can post their reviews of the website in this page.
TABLE OF CONTENTS
CHAPTER NO. TITLE
1. Introduction
2. HTML
Attributes
3. CSS
Advanced 3.2.CSS
and Grid
4. Javascript
5.1. HTML
5.2. CSS
6.1.Training Attended
6.2.Assigned Responsibilities
6.3.Work Environment
7. Conclusion
8. Company profile
SCREENSHOTS
CONCLUSION:
• The BBMS serves as a centralized hub, bringing together donors, recipients, and
medical institutions in a seamless and user-friendly manner.
• The primary objective of the BBMS is to enhance the efficiency, accessibility, and
safety of blood banking operations. It facilitates seamless coordination between blood
donors, recipients, and medical institutions, ensuring a constant and reliable supply of
blood products for patients in need.