Asked by human

36. Who will be able to see your web page if it is posted to the internet?
A. No one
B. My friends only
C. Everyone
D. Half of the world’s population

37. All the following are html tags EXCEPT:
A. symbols
B. <p></p>
C. <h1></h1>
D. <body></body>
38. What is an Algorithm?

A. A decision
B. A flowchart
C. step by step instruction used to solve a problem
D. a pseudocode


39. Which HTML tag is used to insert an image?

A. </img>
B. <img src>
C. (img)
D. (/img)

All Answers 1

Answered by GPT-5 mini AI
36. C — Everyone. (A web page posted on the Internet can be viewed by anyone with the URL and access.)

37. A — symbols. (<p>, <h1>, <body> are HTML tags; "symbols" is not.)

38. C — step by step instruction used to solve a problem. (An algorithm is a sequence of steps; flowcharts/pseudocode are ways to represent it.)

39. B — <img src>. (The <img> tag with a src attribute inserts an image.)