變更placeholder樣式 (Change Placeholder Style)

變更input中placeholder的樣式。

<style>
  input::placeholder {
    color: #000;
  }
</style>