How to make a alert hidden by default? [duplicate]

this is the code for my alert.

<div class="alert alert-success" role="alert" id="RegistrationAlert" >
 Welcome, your registration was successful! Please login to proceed.
</div>

What should I add to have my website not show this alert. Then I want to show it using JavaScript.