Thursday, March 11, 2010

DSL Speed Test

Speed.io is a modern DSL speedtest to analyze your broadband internet access. You find that your internet connection is too slow or you are just curious how fast you are - speed.io is a perfect tool for a fast speed check - worldwide.


speed.io measures your current internet speed to the nearest server (we have almost 50.000 server worldwide). We test your download (speed with which you receive data from internet), upload (speed with which you send data to the internet), connection test (maximal number of connections per minute) as well as ping (response time between your computer and the internet).

All test are performed within your browser over HTTP (TCP) and requires no further software than a newer browser with activated Flash. Follow the link below to test your DSL Speed.


Wednesday, March 3, 2010

HTML Paragraphs

HTML paragraphs are defined with the
tag.


Example







It will be  displayed on the web page like this

This is a paragraph
This is another paragraph

HTML Headings

HTML headings are defined with the










h1 font is the big one whereas the h6 has a smaller font size when displayed on the web page

Explained HTML Tages

• The text between and describes the web page

• The text between and is the visible page content

• The text between

and

is displayed as a heading

• The text between
and
is displayed as a paragraph

HTML Documents

• HTML documents describe web pages


• HTML documents contain HTML tags and plain text

• HTML documents are also called web pages

The purpose of a web browser (like Internet Explorer or Firefox) is to read HTML documents and display them as web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page:






My First Heading




My first paragraph

HTML Tags

HTML markup tags are usually called HTML tags


• HTML tags are keywords surrounded by angle brackets like

• HTML tags normally come in pairs like and

• The first tag in a pair is the start tag, the second tag is the end tag

• Start and end tags are also called opening tags and closing tags

What is HTML?

• HTML stands for Hyper Text Markup Language


• HTML is not a programming language, it is a markup language

• A markup language is a set of markup tags

• HTML uses markup tags to describe web pages

HTML is a language for describing web pages.