19.7k views
3 votes
Which of the following are advantages of coding manually? Check all of the boxes that apply.

You can see what rendered code looks like as you type.

You can view source code to figure out HTML structure and behavior.

You can learn how HTML works.

You do not need a lot of HTML knowledge to create complex web pages.

2 Answers

2 votes

Final answer:

The advantages of coding manually include seeing rendered code, understanding HTML structure and behavior, and learning how HTML works.

Step-by-step explanation:

Advantages of coding manually:

  • You can see what rendered code looks like as you type.
  • You can view source code to figure out HTML structure and behavior.
  • You can learn how HTML works.

Coding manually allows you to have a better understanding of the code and the ability to make changes as needed. For example, when coding manually, you can instantly see how your code is being rendered in the browser, which helps identify any errors that need to be fixed. Additionally, you can also analyze the source code of web pages to gain insights into their structure and behavior. This can be beneficial for learning how HTML works and improving your coding skills.

User Manuel Jacob
by
8.4k points
1 vote

Answer: Answer B

Explanation: My point of view this answer is correct because when we write any code then we have observed the lines of code to check whether they meet the conditions or not

User Mallox
by
7.5k points