CSS Microproject
CSS Microproject
A PROJECT REPORT
Submitted By:
CERTIFICATE
1
CSS MICROPROJECT
4.0 Action Plan (Sequence and time required for major activity)
Sr. Details of activity Planned Start Planned Name of
No. date Finish date Responsible
Team Members
1 Selection of topic 28-11-2022 03-12- ALL MEMBERS
2022
1 MS-Word MS-2010 1
2 Laptop AMD RYZEN @3.30GHZ 1
8GB RAM
3 Application Sub-lime text 1
Annexure – II
1
CSS MICROPROJECT
1
CSS MICROPROJECT
1. Communication
2. Problem-solving
3. Teamwork
4. Adaptability
5. Creativity
6. IT skills
7. Programming skill
1
CSS MICROPROJECT
Introduction
Program Code :
<!doctype html>
<head>
<style>
/* CSS comes here */
body { font-family:
arial;
1
CSS MICROPROJECT
button {
padding:10px;
background-
color:#6a67ce; color:
#FFFFFF; border: 0px;
cursor:pointer; border-
radius: 5px;
#output { background-
color:#F9F9F9;
padding:10px; width:
100%; margin-top:20px;
line-height:30px;
.hide {
display:none;
.show {
display:block;
</style>
</head>
<body>
1
CSS MICROPROJECT
<script>
runSpeechRecognition() { // get
SpeechRecognition();
};
event.results[0][0].confidence;
output.classList.remove("hide");
};
1
CSS MICROPROJECT
// start recognition
recognition.start();
</script>
</body>
</html>
1
CSS MICROPROJECT
Output:
1
CSS MICROPROJECT
Conclusion:
The project involves a good knowledge of JavaScript and
html programming language. We learnt about html tags,
Events.
Speech to Text Recognition system Provides the ability of convert
into well understandable words Due to its ability of real time speech
conversion this stem used in various fields like ,
Automated Car Environment, ASR System for Air traffic control uses
the hidden Markov model , Speech recognition used for route
navigation.
Reference:-
www.wikipedia.com
Thank You!!!!!....