Jump to content

Quick question about the link tag


The Praetorian

Recommended Posts

Before you ask a question in this forum, you should check out our HTML Tutorial.
read the tutorial.
Differences Between HTML and XHTMLIn HTML the <link> tag has no end tag.In XHTML the <link> tag must be properly closed.
How to use the <link> tag to link to an external style sheet:<head><link rel="stylesheet" type="text/css" href="theme.css" /></head>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...