This is the site we are using in class to learn HTML, if you want to learn how to do HTML then try it out.
HTML stands for Hypertext Markup Language. It is a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects on World Wide Web pages.
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>Hello</h1>
<p>My name is Jasmine.</p>
</body>
</html>
http://www.w3schools.com
No comments:
Post a Comment