HTML for UX Designer

Copy below code and try it yourself https://codepen.io/pen/

<!DOCTYPE html>

<html>

<body>

<h1>This is heading 1</h1>

<h2>This is heading 2</h2>

<p>My first paragraph.</p>

<p>This is <br> a line break.</p>

</body>

</html>

View all tags
Posted on May 18, 2023