What are common pitfalls when using Microsoft Expression Web for web development?

One common pitfall when using Microsoft Expression Web for web development is the lack of support for PHP code. To solve this issue, you can use a separate code editor that supports PHP, such as Visual Studio Code or Sublime Text.

<?php
// Your PHP code here
?>