Articles in: HTML tags

Home » Archive » HTML tags

Avoid Duplicate Content Pages

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 …

HTML Div Float Property

Using 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

The 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

Meta 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 …

Sponsors