Computer Science, asked by ANJALAI90, 7 months ago

start a presentation from the beginning
Shortcut key

Answers

Answered by Anonymous
16

F5 key

Hope it will help :)

<!DOCTYPE html> <html lang="en"> <head> <title>Bulb</title> </head> <body> <main> <input class="l" type="checkbox"> </main> <style> *, *:before, *:after { box-sizing: border-box; margin: 0; padding: 0; } :root { /* minFontSize + (maxFontSize - minFontSize) * (100vw - minVWidth)/(maxVWidth - minVWidth) */ font-size: calc(64px + (80 - 64) * (100vw - 320px)/(960 - 320)); } body, input { font-size: 1em; line-height: 1.5; } body { background: #bbb; } input { display: block; margin-bottom: 1.5em; } main { padding: 1.5em 0 0 0; text-align: center; } .l { background-color: rgba(0,0,0,0.7); border-radius: 0.75em; box-shadow: 0.125em 0.125em 0 0.125em rgba(0,0,0,0.3) inset; color: #fdea7b; display: inline-flex; align-items: center; margin: auto; padding: 0.15em; width: 3em; height: 1.5em; transition: background-color 0.1s 0.3s ease-out, box-shadow 0.1s 0.3s ease-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .l:before, .l:after { content: ""; display: block; }

Answered by neerunahajan0607
5

Answer:

Explanation:

This table lists keyboard shortcuts you can use to start, advance, and end the slide show.

...

Control the slide show.

To do this Press

Start a presentation from the beginning. F5

Start a presentation from the current slide. Shift+F5

Similar questions