Html Elements
What is attributes? Attibutes provide additional information about html. Under attibutes details..
# Html elements can have attibutes.
# Attibutes provide additional information about html.
# Attributes alaways defination the start tags in the html docomunt.
# Attibutes come in value paris. like "value"
Attributes Example
Attributes defination the link in the html docomunt.Attributes main defined <a href> tags. The links is define in the href attributes. How to link up in html document? please the the image code.
Now open your notepad and write show text on image, then saved in html format.Or.....
<!DOCTYPE html>
<html>
<body>
<a href="http://akashlove.blogspot.com">Click here to visite akashlove</a>
</body>
</html>
Copy the code in your notepad.Then open your html Docomunt in your browser. The browser show in like this image.
To learn more html pls show the next html post.
N:B: The tutorial published by webtutorial4.....