1
May , 2012
Tuesday

How To HTML .Net

A Site for everyone who wants to know about HTML

How to write first HTML Document

How to write first HTML Document A typical first goal in learning any programming language is to display a simple message. With HTML, this is trivially simple: Just type the message in the body of the document,  Save the file document ...
How to write first HTML Document

How to learn HTML

How to learn HTML The answer of How to learn HTML is Learning by Example It is well known that people learn new skills in different ways. Personally, I learn best by having a specific goal and then studying examples that are ...
How to learn HTML

Two New HTML Tags to Learn

Two New HTML Tags to Learn HTML's motley assortment of tags doesn't cover the wide range of content you'll probably add to a page. Sure, <code> is great for marking up computer program code, but most folks would find a <recipe> ...
Two New HTML Tags to Learn

What’s New in HTML5?

What’s New in HTML5? Before we start programming HTML5, let’s take a quick look at what’s new in HTML5.   New DOCTYPE and Character Set First of all, true to design principle 3—simplification—the DOCTYPE for web pages has been greatly simplified. Compare, for example, ...
5 October 2011 I Read the full story

How to write first HTML Document

How to write first HTML Document A typical first goal in learning any programming language is to display a simple message. With HTML, this is trivially simple: Just type the message in the body of the document,  Save the file document ...
6 October 2011 I Read the full story

Understanding Style Sheets

Understanding Style Sheets Of course, a single style won't transform a Web page into a work of art. It may make your paragraphs red, but to infuse your Web sites with great design, you need many different styles. A collection of ...
10 October 2011 I Read the full story

Objects and Methods for Input and Output

In plain language usage, an object is a thing—any kind of thing. An object has properties. Perhaps it is a ball—round, 6 cm in diameter, shiny, and red. Objects can do things. A ball can roll and bounce. In the ...
7 February 2012 I Read the full story

HTML Versions

October - 4 - 2011 Reporter: HowToHtml Respond

HTML Version Different versions of HTML use different tags for some types of content, although they more similar than different overall, especially at the beginner level covered in this book. Here’s a quick comparison of the HTML versions you may encounter: HTML4 A very stable, universally accepted code set, which is also fairly forgiving of [...]

Objects and Methods for Input and Output

February - 7 - 2012 Reporter: HowToHtml Respond

In plain language usage, an object is a thing—any kind of thing. An object has properties. Perhaps it is a ball—round, 6 cm in diameter, shiny, and red. Objects can do things. A ball can roll and bounce. In the world of programming, objects also have properties and they can do things. For example, there [...]

Understanding Style Sheets

October - 10 - 2011 Reporter: HowToHtml Respond

Understanding Style Sheets Of course, a single style won’t transform a Web page into a work of art. It may make your paragraphs red, but to infuse your Web sites with great design, you need many different styles. A collection of CSS styles comprises a style sheet. A style sheet can be one of two [...]

How to write first HTML Document

October - 6 - 2011 Reporter: HowToHtml Respond

How to write first HTML Document A typical first goal in learning any programming language is to display a simple message. With HTML, this is trivially simple: Just type the message in the body of the document,  Save the file document the name HelloWorldHTML.htm You can use any html editor or even notepad for this. [...]

How to learn HTML

October - 6 - 2011 Reporter: HowToHtml Respond

How to learn HTML The answer of How to learn HTML is Learning by Example It is well known that people learn new skills in different ways. Personally, I learn best by having a specific goal and then studying examples that are related to that goal. Once I understand those examples, I can incorporate them [...]

Capabilities of JavaScript

October - 6 - 2011 Reporter: HowToHtml Respond

Capabilities of JavaScript In order to work in this environment, you must understand some of the fundamental concepts underlying programming languages as well as the details of how JavaScript implements these concepts. Although an HTML document interface is still required to manage input and output in the HTML/ JavaScript environment, JavaScript shares capabilities with other [...]

What’s New in HTML5?

October - 5 - 2011 Reporter: HowToHtml Respond

What’s New in HTML5? Before we start programming HTML5, let’s take a quick look at what’s new in HTML5.   New DOCTYPE and Character Set First of all, true to design principle 3—simplification—the DOCTYPE for web pages has been greatly simplified. Compare, for example, the following HTML4 DOCTYPEs:   <!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 [...]

How to make html page with javascript

October - 5 - 2011 Reporter: HowToHtml Respond

How to make html page with javascript   A basic HTML page requires a minimum of four sets of elements: <html> … </html> <head> … </head> <title> … </title> <body> … </body>   These elements define the essential parts of an HTML page: the page itself, a heading section, a title section, and a body. [...]

HTML to Forget

October - 5 - 2011 Reporter: HowToHtml Respond

HTML to Forget CSS lets you write simpler HTML for one big reason: You can stop using a bunch of tags and attributes that only make a page better looking. The <font> tag is the most glaring example. Its sole purpose is to add a color, size and font to text. It doesn’t do anything [...]

Two New HTML Tags to Learn

October - 5 - 2011 Reporter: HowToHtml Respond

Two New HTML Tags to Learn HTML’s motley assortment of tags doesn’t cover the wide range of content you’ll probably add to a page. Sure, <code> is great for marking up computer program code, but most folks would find a <recipe> tag handier. Too bad there isn’t one. Fortunately, HTML provides two generic tags that [...]

Writing HTML for CSS

October - 5 - 2011 Reporter: HowToHtml Respond

Writing HTML for CSS If you’re new to Web design, you may need some helpful hints to guide your forays into HTML (and to steer clear of well-intentioned, but out-of-date HTML techniques). And if you’ve been building Web pages for a while, then you may have picked up a few bad HTML-writing habits that you’re [...]

Recent Comments

How to HTML is a site that can be useful for a non IT person as well as an advance IT Professional. In \"How to HTML\" we have divided the section in different category so you can easily find your expected lessons

Recent Comments

HTML Versions

On Oct-4-2011
Reported by HowToHtml

How to write first HTML Document

On Oct-6-2011
Reported by HowToHtml

Objects and Methods for Input and Output

On Feb-7-2012
Reported by HowToHtml

Two New HTML Tags to Learn

On Oct-5-2011
Reported by HowToHtml

What Is HTML?

On Oct-4-2011
Reported by HowToHtml

Capabilities of JavaScript

On Oct-6-2011
Reported by HowToHtml

Recent Posts