html how to make a tag code example
Example 1: how to create a html tag
<html></html>
<!--this is how you do this-->
Example 2: how to make a tag in html
//Example
<h1> Place text here </h1>
<html></html>
<!--this is how you do this-->
//Example
<h1> Place text here </h1>