ICP 3 - puji1826/Web GitHub Wiki
WEB ASSIGNMENT ICP-3
NAME- Pujitha Talluri
video Link: https://umsystem.hosted.panopto.com/Panopto/Pages/Viewer.aspx?id=d0ac9d69-bd3e-432d-9696-ada20041d415
Task1
Rock-Paper-Scissors(https://en.wikipedia.org/wiki/Rock–paper–scissors)
Build the game of rock paper scissors using JavaScript
Implementation
Step 1: Create a basic UI by adding images to the webpage using and apply css and script links in the header tag
Step 2: IN script.js file we need to assign id value from the image we have clicked and assign the choice among rock, paper and scissors
and computer choice create random numbers and assign Rock, paper or scissors.
Step 3: Using if else loop compare user choice with computers, and declare the result using alert method.
step 4: write style in style.css file
OUTPUT:
TASK-2
RWD TASK
Step 1:Enter your name in h1 and designation in h3.and bootstrap links in the header tags
Step 2: Replace all the placeholder images with suitable images of the same size reflecting you and your projects.
Replace the content of headings App1,App2,App3,App4 with suitable headings of your projects & provide their github links in the corresponding links.
Make all the elements in the page responsive & align its content as shown in the output sample with the aforementioned using bootstrap.
Step 3:Write styles in style.css
OUTPUT