Untitled
unknown
plain_text
2 years ago
367 B
6
Indexable
<html> <head> <title>Basic HTML Document Layout</title> <link rel="stylesheet" href="format.css" type="text/css"> </head> <body> <h1>My First Web Page</h1> My Second Web Page <br> <p>This is my <strong>first</strong> web page written in HTML.</p> <h3>HTML</h3> <p>HTML uses <em>markup tags </p> </body> </html>
Editor is loading...