HTMLcode's profile picture.

HTMLcode

@HTMLcode

<h1>Heading 1 Example</h1> <h2>Heading 2 Example</h2> <h3>Heading 3 Example</h3> <h4>Heading 4 Example</h4>


<dl> <dt>Definition Term</dt> <dd>Definition of the term</dd> <dt>Definition Term</dt> <dd>Definition of the term</dd> </dl>


<!-- comment <!--This can be viewed in the HTML part of a document--> Nothing will show (Tip)


</body> - Closes the HTML <body> tag. </html> - Closes the <html> tag.


<body> - This is where you will begin writing your document and placing your HTML codes.


</head> - Closes the HTML <head> tag.


</title> - Closes the HTML <title> tag.


<title> - The TITLE of your page. This will be visible in the title bar of the viewers’ browser.


<head> - Contains information about the page such as the TITLE,


<html> - Begins your HTML document.


<html> <head> <title>Your Page Title</title> </head> <body>


This account does not follow anyone

United States Trends

Loading...

Something went wrong.


Something went wrong.