Many people do not think about the possibility of duplicate content pages on their website, when this is very common and easily avoidable. All it takes is a little HTML in the head tags of the page.
What is a duplicate content page?
Duplicate content is content that is showing up on the Internet by multiple URLs. Another words, a …
Articles in: HTML tags
Home » Archive » HTML tagsAvoid Duplicate Content Pages
January 30, 2011 # 5:41 PM # HTML tags, Tutorials # No CommentHTML Div Float Property
November 10, 2010 # 2:16 PM # Code, HTML tags, Tutorials # No CommentUsing the HTML tag – <div> and the float style property, you can make designs for your websites. Well, you can make layouts for where design could be. This is a good structural tool in laying out where content will be on your web pages, images, blurbs, etc.
Let’s say we want a page to look like this:
First I’m going to …
HTML body tag
December 19, 2009 # 12:04 AM # HTML tags # No CommentThe body tag in a HTML document defines the documents body. This includes the majority of the displayed content on the page, such as hyperlinks, images, etc.
Here is a basic HTML document with the body tag:
<html>
<head>
<title>HTML Document</title>
</head>
<body>
Body content.
</body>
</html>
The body tag is supported by all major web browsers.
Body tag standard attributes:
Attribute
Value
Information
class
classname
Specified class name to an element.
dir
rtl
ltr
Specified text direction to an element.
id
id
Specified …
Using HTML Meta tags
February 16, 2009 # 9:08 AM # HTML tags # 4 CommentsMeta HTML tags can be very helpful for gaining some search engine rank and promoting your website better. However, these simple tags are not going to drive your website immediately to the top of the lists.
Meta tags are basically information located in the head of your webpage(s). This content is not visible to the viewer, however does communicate with the …

Subscribe RSS
Comment RSS