Learn HTML

 
Getting Started Building Your Web Site
HTML stands for “HyperText Markup Language”. HTML is nothing more than computer language, when used properly a Web Page can be created.

CSS Tricks

Once you get the hang of CSS coding, there is no telling what you could come up with on your own. With CSS you can...

Learn more

HTML Tag of the Day

 

<A>

Defines and anchor, used to make links.

Example:
<A HREF=″mydomain.com″>
Link Text Here</A>

Attributes:

HREF=URL

NAME=string

REL=string

REV=string

TITLE=string


More HTML Tags
 
  • What does HTML mean?What does HTML mean?

    Short excerpt from the “What Does HTML Mean?” article goes here, with a link to read more.

    Read more
  • What's the Best Free HTML Editor?

    Short excerpt from the “Best Free HTML Editors” article goes here, with a link to read more.

    Read more
  • What is Javascript?

    Short excerpt from the “What is JavaScript? JavaScript Codes and Tutorials” article goes here, with a link to read more.

    Read more
  • How do I Make a Web Page?

    Short excerpt from the “Create a Web Page: How do I Make a Web Page” article goes here, with a link to read more.

    Read more