10 notes.pdf Make a presentation on the topics of chapter internet basics. <!DOCTYPE html> <html lang = "en" > <head> <meta charset = "UTF-8" > <meta name = "viewport" content = "width=device-width, initial-scale=1.0" > <title> MCQ Test </title> <style> body { font-family: Arial , sans-serif ; margin: 20 px ; background: #f4f4f4; } . container { max-width: 900 px ; margin: auto ; background: white ; padding: 20 px ; border-radius: 10 px ; box-shadow: 0 0 10 px rgba ( 0 , 0 , 0 , 0.2 ); } h1 , h2 { text-align: center ; } . question { margin-bottom: 15 px ; padding: 10 px ; background: #f9f9f9; border-radius: 8 px ; } button { display: block ; width: 100 % ; padding: 12 px ; background: green ; color: w...