Div id new

You want to create a new HTML element with the ID "new". Here is the code:

<div id="new"></div>

This will create a new HTML div element with the ID "new". You can add content, styles, and other attributes to this element as needed.