WorksheetsPYTHON QUIZ
Total questions: 10
Worksheet time: 5mins
The <img> tag displays images ___ a webpage.
on
under
between
behind
The <script> tag is usually placed ___ the <body> tag to ensure scripts load after the page content
above
at the end of
next to
inside
The <header>
element is located ___ the top of a webpage.
at
under
below
beside
The <footer>
tag is placed ___ the end of the HTML document to show footer information.
in
on
at
over
5. The <link> tag to connect a CSS file is placed ___ the <head> section.
in
beside
below
after
6. The <h1> heading is used ___ the main heading of a page..
above
for
by
with
In Python, a variable is used to store ___.
a function
a class
a value
a module
The def keyword is used in Python to define a ___.
variable
function
class
module
In Python, the print () function is used to ___ output to the console.
display
hide
save
modify
Python uses ___ for block indentation to define code structure.
semicolons
parentheses
spaces or tabs
colons
