Select all the correct answers.

Identify three correct statements about text editors and WYSIWYG editors.

- A WYSIWYG editor displays the changes you make to a web page in a preview screen.
- Pages created using WYSIWYG editors may often be heavy and load slowly.
- When using a text editor, you have to save and open the file in a browser to see changes.

Answer :

Final answer:

Three accurate statements about text editors and WYSIWYG editors include that WYSIWYG editors provide a preview screen for changes, pages made with them can be heavy and slow to load, and using a text editor requires manual saving and opening in a browser to view changes. The features of these tools highlight their differing approaches to web development. Understanding these differences can help users choose the right tool for their needs.


Explanation:

Understanding Text Editors and WYSIWYG Editors

Text editors and WYSIWYG (What You See Is What You Get) editors are essential tools for web development, each serving different purposes and workflows.

Correct Statements

  1. A WYSIWYG editor displays the changes you make to a web page in a preview screen. This real-time feedback allows users to see how their changes will look, making it easier for those who may not be proficient in coding.
  2. Pages created using WYSIWYG editors may often be heavy and load slowly. This is because WYSIWYG editors tend to add extra code and formatting, which can increase file size.
  3. When using a text editor, you have to save and open the file in a browser to see changes. Unlike WYSIWYG editors, text editors do not provide a built-in preview; therefore, the workflow includes these additional steps.

Incorrect Statements

  • Text editors generally do not combine JavaScript (JS) and Cascading Style Sheets (CSS) in the same file; they allow for separation of concerns, enabling better organization.
  • WYSIWYG editors typically create combined files that may include both JS and CSS, but they do not necessarily enforce separation of these technologies.

Learn more about Text Editors and WYSIWYG Editors here:

https://brainly.com/question/51019634