Css 43
Css 43
TECHNICAL EDUCATION
MICROPROJECT
TITLE OF PROJECT
VVIT, PAL 1
ONLINE DRAWING BOARD
MAHARASHTRA STATE
Certificate
Institute, VVIT, Pal (Code: 1207) has completed the Micro Project satisfactorily in Subject
VVIT, PAL 2
ONLINE DRAWING BOARD
INDEX
1 PROJECT NAME 4
2 INTRODUCTION 5
3 CODE 6-8
4 OUTPUT 9
5 CONCLUSION 10
7 Annexure-II 12-13
VVIT, PAL 3
ONLINE DRAWING BOARD
ONLINE DRAWING
BOARD
VVIT, PAL 4
ONLINE DRAWING BOARD
INTRODUCTION
In the digital age, creative expression has found a new canvas—the web. The
Online Drawing Board is an interactive web application that brings the joy of
drawing and painting to the digital realm. Using a combination of HTML
and JavaScript, this project provides users with a platform to unleash their
artistic talents, whether for fun, learning, or even professional design.
The Online Drawing Board allows users to create, sketch, and paint directly
within the web browser. It provides a canvas on which users can draw, and as
they move the mouse or touch input, lines and shapes come to life. This project
opens up a world of possibilities for both beginner and experienced artists, as
well as anyone looking to explore their creativity.
This introduction sets the stage for the project, emphasizing its significance in
the world of digital art and the potential it holds for enabling users to express
themselves in a visual and interactive manner.
VVIT, PAL 5
ONLINE DRAWING BOARD
CODE
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>HTML5 Canvas Drawing Board | onlyWebPro.com</title>
<style>
body {
margin: 0;
}
#board {
margin: 0 auto;
width: 500px;
}
#myCanvas {
border: 3px dotted #000;
}
</style>
</head>
<body>
<div id="b
oard">
<canvas id="myCanvas" width="500px" height="500px">
Sorry, your browser doesn't support canvas technology.
</canvas>
VVIT, PAL 6
ONLINE DRAWING BOARD
VVIT, PAL 7
ONLINE DRAWING BOARD
};
</script>
</body>
</html>
VVIT, PAL 8
ONLINE DRAWING BOARD
OUTPUT
VVIT, PAL 9
ONLINE DRAWING BOARD
CONCLUSION
The Online Drawing Board project has successfully brought the world of art
and creativity to the digital landscape, offering users an intuitive and interactive
platform for self-expression and artistic exploration. By harnessing the power of
HTML and JavaScript, this project has created a versatile and accessible
drawing tool that caters to a wide range of users, from budding artists to
seasoned professionals.
Throughout the development of the Online Drawing Board, the project has
demonstrated its ability to capture and convey the essence of traditional drawing
and painting while providing the advantages of digital technology. Users can
create, modify, and experiment with their artistic visions in a virtual canvas,
freeing them from the constraints of physical media.
VVIT, PAL 10
ONLINE DRAWING BOARD
NO. GUIDE
topic
abstract
content
content
presentation
9. 9th Seminar
project
VVIT, PAL 11
ONLINE DRAWING BOARD
MICRO PROJECT
ANEEXURE II
VVIT, PAL 12
ONLINE DRAWING BOARD
Mr.
(Signature of Faculty)
VVIT, PAL 13