top of page

HTML for beginners – Example 1

<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body>

<h1>This is a Example Heading</h1> <p>This is a Example paragraph.</p>

</body> </html>

0 views0 comments

Comments


bottom of page