Answer: responsive
Explanation:
its called mobile responsivness and most good websites have it
Answer:
Written in Python
age = int(input("How old are you? "))
for i in range(1,age+1):
print("**HUG**")
Explanation:
The first line prompts the user for age
age = int(input("How old are you? "))
The next line is an iteration that starts from 1 till the user input
for i in range(1,age+1):
The last line prints "**HUG**" while the iteration is true
print("**HUG**")
Answer:
A. OU
Explanation:
An organization unit (OU) is used to group objects that are related, having similar administrative and security requirements within a domain. It provides a way of classifying objects in a directory, such as differentiating between objects with the same name or managing and creating objects. An OU can be nested into another OU, thus it can be used to create a hierarchy within an organization.
Sorry I don’t know the answer I am really sorry