This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Saturday, 28 January 2012

Linking

The chief power of HTML comes from its ability to link text and/or an image to another document or section of a document. A browser highlights the identified text or image with color and/or underlines to indicate that it is a hypertext link (often shortened to hyperlink or just link). HTML's single hypertext-related tag is <A>, which stands...

Character Formatting

HTML has two types of styles for individual words or sentences: logical and physical. Logical styles tag text according to its meaning, while physical styles indicate the specific appearance of a section. For example, in the preceding sentence, the words "logical styles" was tagged as "emphasis." The same effect (formatting those words in italics)...

Markup Tags

Markup Tags HTML This element tells your browser that the file contains HTML-coded information. The file extension .html also indicates this an HTML document and must be used. (If you are restricted to 8.3 filenames (e.g., LeeHome.htm, use only .htm for your extension.) HEAD The head element identifies the first part of your HTML-coded document...

What an HTML Document Is?

HTML documents are plain-text (also known as ASCII) files that can be created using any text editor (e.g., Emacs or vi on UNIX machines; SimpleText on a Macintosh; Notepad on a Windows machine). You can also use word-processing software if you remember to save your document as "text only with line breaks".  HTML Editors Some WYSIWYG editors...

Thursday, 26 January 2012

Getting Started to HTML

Terms to Know WWW            World Wide Web Web          World Wide Web SGML          Standard Generalized Markup Language--a standard for describing markup languages DTD         Document...

The Truth About Uncapping Dsl And Cable Modems

Usually illegal, always unethical and generally a violation of your contract, "uncapping" refers to removing the download or upload bandwidth cap imposed by your cable or xDSL ISP.  Uncapping xDSL. Three words: "Don't even bother". xDSL technology doesn't work in a way that permits you to have any settings that diverge in the slightest...

Monday, 23 January 2012

How To Modify Your Cable Modem To Very High Speeds

First, u need to goto Start, then run. Type in regedit in the box. Next, goto the folder HKEY_LOCAL_MACHINE\System\CurrentControlSet\VxD\MSTCP Now, find the string DefaultRcvWindow. Now, edit the number to 64240  then restart your computer. There you go. High speed cable modem now with out dloading a program. Original value is 3733...

Sunday, 22 January 2012

How to add title and meta tags in your blog

Go to blogger.com and login to your blog. Click on template then edit html. Fine  (e.g ctrl + F)  the following code:<b:include data=‘blog’ name=‘all-head-content’ /> Now paste the following code after the above code:       <title> PAGE TITLE </title> <meta content=‘YOUR BLOG DESCRIPTION...