Skip to content

Instantly share code, notes, and snippets.

@Virksaabnavjot
Created September 8, 2019 22:14
Show Gist options
  • Save Virksaabnavjot/2c91cb144b2ab69fcafdba4fc896caa4 to your computer and use it in GitHub Desktop.
Save Virksaabnavjot/2c91cb144b2ab69fcafdba4fc896caa4 to your computer and use it in GitHub Desktop.
HTML DOM Code Example
<html>
<head>
<title>I am a Page Title</title>
</head>
<body>
<h1 align="center">I am a heading</h1>
<p style="background-color: red">I am a paragraph</p>
<img src="https://mrvirk.com/wp-content/uploads/2018/05/mrvirk-mobile-logo-v3-300x69.png" />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment