Lounge
#dat habbo nigga
- Apr 12, 2012
- 304
- 27
Hello Guuys and Giirls.
Now I will teach you how to insert an image into your HTML page + a table.
First, you have a folder on your desktop called: images that put you in your picture in, and writes as directed:
Now we can try to create a new menu bar.
First, I tell you what a href is.
The href attribute specifies the URL of the page the link goes to
Now we code a simply rule page and make a HREF to it.
Remember that this coding must be of a different html file.
Then you go to your Index and type:
Soon come Tutorial #3
Bye Devbesters.
Now I will teach you how to insert an image into your HTML page + a table.
First, you have a folder on your desktop called: images that put you in your picture in, and writes as directed:
Code:
<html>
<head>
<title> YourTextHere</title>
</head>
<body>
<img src="desktop/images/PictureNameHere" alt="DevBest" />
</body>
</html>
Now we can try to create a new menu bar.
First, I tell you what a href is.
The href attribute specifies the URL of the page the link goes to
Now we code a simply rule page and make a HREF to it.
HTML:
<ul>
<li> Rule1: No Copy of the site!</li>
<li> Rule2: Not allow to take our Developer name</li>
</ul>
Remember that this coding must be of a different html file.
Then you go to your Index and type:
HTML:
<a href="byktos.jpg"> MyPicture</a>
byktos.jpg is just a Picture you can example set your rule page at it :-) like: rules.html
Soon come Tutorial #3
Bye Devbesters.