Saturday, 20 June 2015

HOW TO CREATE YOUR FIRST WEBSITE WITH HTML

hey.... it's samuel

want to make your first webpage?

why don't your try the code below on your computer



<html>

<head>

<title>my first website</title>

</head>

<body>

<img src="image name ,gif" alt="image name" />

<h1>this is h1 tag will make our text to appear bigger & bold</h1>

<p>the p tag is for our paragraph <strong> the strong tag makes will be bold</strong>, would like the basics of creating a website?<em>this em tag stands for make text italic!</em></p>

<p><img src="image name.gif" alt="image name" />we have been trying to do how best</p>

<hr /> the hr tag stands for horizontal line.

<p>Copyright 2015, sammy chris</p>
</body>
</html>

No comments:

Post a Comment