This is the HTML code I created for the practice in the chapter on Functions under Practice: Build a Function.
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Practice: Building functions</title> <script src="script.js" defer></script> </head> <body> <main></main> </body> </html>