Computer Science, asked by phoolchandk102, 9 months ago

write the HTML code to generate the following keyboard,mouse and scanner​

Answers

Answered by Uwais99
2

<HTML>  

<HEAD>

<TITLE>

</TITLE>

</HEAD>

<BODY>

The parts of computer are:

<UL TYPE=”circle”>

<LI> Monitor </LI>

<LI> Keyboard </LI>

<LI> Mouse </LI>

</UL>

</BODY>

</HTML>

Mark me brainliest if it is right pls

follow me and thank me

Answered by DarkBlueDJ21
0

Answer:

To code something to follow the mouse, Depending on how you want it, do mouseY or mouseX, X is horizonatally, Y is vertically.

Explanation:

I am using p5.js

Similar questions