Answer:
flexible formatting and easily modified code
Explanation:
Cascading Style Sheets is known to be a tool for web design that is used in controlling a webpage layout while HTML directly deals with the actual content on the web design. Over the years, CSS has gone through so many changes and has come up with the latest version which is the CSS 3. Designing your website with CSS provides you with the flexibility to adjust the layout of a webpage. However, the major benefit of using CSS over HTML is the fact that CSS allows for flexible formatting and easily modified coding, unlike HTML.
Answer:
from random import randint
num = randint(1,10)
count =0
while count<3:
userNum = int(input("Guess a Number "))
if num ==userNum:
print("You won")
break
else:
print("Wrong try again")
count = count+1
Explanation:
Import randint from random
generate a random number between (1,10) and assign to num
create a loop control variable count set to 0
In a While statement with the condition count<3 prompt user to make a guess
if guess is correct print you won and break
else print wrong try again and increase count by 1
Answer:
I'm a little confused on what you are asking, could you please explain.
Answer:
to share information through e-mail messaging
to increase trafficking through their web sites
to facilitate the use of desktop virtualization
Explanation:
The organization employees can share the information via an email client like outlook express as well. However, if the email option is included within the web application then it will be a kind of expeditating communication or speed up communication, as the users can mail from within the web application itself. And the web application does serve as a website as well, and hence can help in increasing the trafficking. And since its a sort of SaaS, it does facilitate the use of desktop virtualization. However, the purpose of the web application can change only with the new version, or else it is not possible. And hence, the fourth option is not legitimate fully. And hence, the correct options are as mentioned above in the answer section.
Answer:
speakers
Explanation:
speakers are tangible objects compared to video games, web browsers, and photo editors, which are programs that run on a computer