Example for HTML:
Below is a basic html document, containing all the essential tags. You can copy the code below, paste it into your editor, and save asmypage.htmlto start your own web page.
<html>
<head>
<title>this is the title</title>
</head>
<body>
this is everything that goes in the document!
</body>
</html>
No comments:
Post a Comment