This post is also available in: Romanian
Meta tags have never been a guaranteed way to gain a top ranking on crawler-based search engines. Today, the most valuable feature they offer the web site owner is the ability to control to some degree how their web pages are described by some search engines. They also offer the ability to prevent pages from being indexed at all.
Meta description tags consist the knowledge on seo and google recommendations on writing meta description tags, length, limits, guidelines, suggestions, character limits, optimization strategies, components and etc.
Enter your blog description between the one quote marks beneath description. You can use a max. of a hundred and fifty characters.
Recently I went into studying the jQuery scripts and I believe that these codes can be a start for anyone interested. Following are some order selectors and examples of their use with elements in the preceding code: more »
The Header
Making a correctly formatted HTML code is one of the most important aspects when it comes to validating your HTML source code all the suitable tags should be closed to avoid the use of outdated source code method which cause the search engine to become confused and fail to distinguish your HTML code source.
more »
Let’s say we want to put in a html page a few photos horizontally. This can be done easily using a table.
Tags <table> </ table> define the contents of a table. Between these tags must be included on these other tags <tr> <td> </ td> </ tr> so that the table will form <table> <tr> <td> </ td> </ tr> </table>.
more »
The X-11 Color Set
There are two ways to put colors in HTML documents. One is to insert color code and the second is to insert color name. About the color codes I wrote a previous article and this one  it will handle the color names. In a file .html you can enter a line that defines a color as follows: more »
You’ll find that you often have to work with colors when constructing Web pages, so it’s probably a good idea to take a minute or two now and get the HTML color techniques down pat. Most of the time, you specify a color by entering a six-digit code that takes the following form:Â #RRGGBB
- HTML stands for HyperText Markup Language, and is the predominant markup language for web pages.
- HTML is the basic building-blocks of webpages.
- A markup language is a set of markup tags, and HTML uses markup tags to describe web pages.
- HTML markup tags are usually called HTML tags
- HTML is written in the form of HTML elements consisting of tags, enclosed in angle brackets (like <html>) within the web page content. more »
Insert Picture and Images in html
xenno : January 11, 2011 2:55 pm : Codes, HTML, IT, Mondo TechnicusPictures may be the element you most wish to insert into your web pages other than text. Whether it is a photo or a graphic image, the HTML tag to do it is the same. Here’s an example of the Img tag with its often used key attributes:
<img src=”images/my” alt=”MyPicture” width=”160″ height=”120″ hspace=”10″ vspace=”10″ align=”left” border=”0″ />