HTML Tutorial #2 - Byktos

Status
Not open for further replies.

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:

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.
 

Heaplink

Developer & Designer
Nov 9, 2011
510
173
Good tutorial for newbies. But you should also explain the use if the title attribute in anchors, because it's helpful if you wan't to optimize your website for SEO etc.
 

Lounge

#dat habbo nigga
Apr 12, 2012
304
27
Good tutorial for newbies. But you should also explain the use if the title attribute in anchors, because it's helpful if you wan't to optimize your website for SEO etc.
Hello HeapLink.

Yes, I start out small for beginners so they can move a little with what we're doing here also take a little gradually and becomes more advanced :)
 

Heaplink

Developer & Designer
Nov 9, 2011
510
173
Sounds good, although knowing about the title attribute is a part of the anchors. The same with the alt attribute for images :D
 
Status
Not open for further replies.

Users who are viewing this thread

Top