Froggy Jumps Web Programming QuestionsOnline version Some questions for web programming, both in styling and logic. by Stéfano Víctor De La Torre Chira 1 Which of the following types of variable cant be changed after being declared? a const b let c var 2 2 + '3' a 23 b 5 c error 3 Which is not a string? a '3' b true c 'hello world' 4 Which type of loop goes for a fixed amount of times? a while b for c do..., while 5 Which of the following is not an element in HTML? a div b article c background 6 Which of the following attributes is used for giving a style to an element? a id b class c data 7 Which of the following elements is used for the rows in a table? a th b tr c td 8 Which of the following color spaces allows to change between all hues with a single variable? a rgb b hsl c oklab 9 Which of the following elements is used for setting the styling of an HTML file? a style b title c script 10 Which of the following is used to set a title heading in the page? a title b h1 c header