Answer:
Definitely D
Explanation:
When you flip a coin it’s a 50/50 chance. Meaning it’s equal.
Answer: print("I can code")
Explanation:
luckily im a coder
Answer: Internet Protocal (IP)
Answer:
The answer is: c. Adding external CSS is a good practice for various reasons, including code organization.
Explanation:
External CSS improves maintainability in code.
Internal CSS has precedence over external CSS, it means that internal will overwrite external CSS, but abuse of internal CSS often makes hard to maintain HTML code on a large website.
Furthermore, it is much easier to modify one CSS(external) file that can impact multiple web pages than go into every HTML page and modify your styles per page. Many sites have hundred or more pages, go through each one wouldn't be productive.
Answer:
Simple Mail Transfer Protocol (SMTP) is the standard protocol for sending emails across the Internet.