Tuesday, 3 September 2013

How to Create an HTML Table

When you are making website, you have to know how to add data and elements also how to add tables in web pages just simply follow the following steps and learn how to create HTML Table.

•    Open your text editor.
•    create a new text document in text editor.


text editor

•    Enter the following HTML

<!doctype html>
<html>
<head>
<title>My First Web Page</title>
</head>
<body>
<h1>My Table</h1>
<table>
    <tr>
        <th>Airport Code</th>
        <th>Common Name/City</th>
    </tr>
    <tr>
        <td>CWA</td>
        <td>Central Wisconsin Airport</td>
    </tr>
    <tr>
        <td>ORD</td>
        <td>Chicago O'Hare</td>
    </tr>
    <tr>
        <td>LHR</td>
        <td>London Heathrow</td>
    </tr>
</table>
</body>
</html>

•    Save the file with the extension table.html

text editor

•    Open your Browser and view the file.

Copy this http://localhost/table.html and paste in your browser into the address bar.

text editor



Thursday, 22 August 2013

Top 10 Best Online HTML Editors



Most people have wish to use best HTML editor and we use every day but it is difficult to use every time because these editors may not  available on other systems so I have decided to share the top best 10 online HTML editors you can easily use everywhere if you are not at home you can use at any place.




Top 10 best online HTML Editors: 

1.       Online-HTML-Editor.org
2.       HTML Instant
3.       Bespin
4.       Online HTML Editor
6.       Real Time HTML Editor
7.       Amy Editor
8.       TinyMCE
9.       HTMLEditor.in
 


 

Thursday, 15 August 2013

Writing correct code



Validation documentation is intended not only to ensure that the code complies with the HTML, to eliminate these all errors and comments on the document. Meanwhile, the formation of a specific culture coding can significantly reduce or even get rid of viable faults. Like  a experience is form of learning of specifications and typical blunders developers, which should be avoided.

Code errors typically occur for the following reasons:

·         the site is not specified <! DOCTYPE>;
·         typo (misspelled tag or attribute);
·         not a required attribute of the tag;
·         used tag or attribute that is not included in the specification;
·         incorrect embedding tags.

Further analyze these errors in detail



 Empty <! DOCTYPE>

Element <! DOCTYPE> is located in the first line of code of the document and tells the browser how to interpret the code and display this web page. The difference between a page with <! DOCTYPE> and without it can be very significant, to the same validator first checks for the presence of this element in the code.

Errata

Obviously, the easiest to correct typographical error occurs because, when allowed misspelling required tag. After validating the type of error is issued and the line number in the code where it is, so it remains only to change to the correct value.

Wednesday, 31 July 2013

The HTML Meta Tags

Meta tags are HTML tags that describe the content of the site. Meta tags are displayed on the front lines of HTML pages as a guide to search engines.

Meta tags can influence location. Meta tags are not displayed in web-browser.The important Meta tags for search engine optimization is to "Description".

It is recommended that Meta tag should be included in any page.The HTML Meta tags from website can be viewed in Internet Explorer via the menu page display / source.

The Meta Description Tag:

Once the page title, Meta description is the second largest in SEO. This tag contains an information element which has a large impact on the volume and quality of traffic your site receives.



It's just a marketing message to attract quality visitors - but it can affect the ranking of Google search results personalized. All search engines provide some support for the Meta Description, some more than others.

The Meta description tag is read by search engines, and can be seen in the description page of results appears căutare.

Meta engine (when the text can not be removed from the page), the two lines directly to the first page of search engine results page title.

In the description tag search engine will use the first words you see in the page, which can be any value.