HTML Programming

HTML Programming About HTML and Computer Programming

03/30/2017

Someone Inside Me

03/30/2017

Fruit Ninja

03/30/2017

Travel for Life

03/29/2017

Trough the Mountains

03/29/2017

Yellow Line

03/29/2017

Blue Glass

03/29/2017

Building in NYC

09/18/2014

Top 5 HTML Editors

1) Notepad++ is a notepad replacement with the ability to highlight and check code syntax. It also supports tabbed file editing. A great first choice for programmers. Windows, free.

2) ConTEXT is a simple yet powerful notepad replacement. It has most of the same functionalities as Notepad++, and a few additional features like the ability to record macros. Windows, free.

3) Coffeecup HTML Editor is a fully-fledged web code editor with some unique functionalities like the ability to take any website and edit its code in your own test environment. Windows/Mac, $69 w/free trial.

4) Emacs is a Linux specific text editor with a high degree of extensibility and customizability. It is one of the best known Linux text editors. Linux, free.

5) UltraEdit is another code-geared text editor. It supports extremely large files and even hex files. Windows/Mac/Linux, $59.95 w/ 30-day free trial.

Which is your best editor ? comment below!!!

07/20/2014

Textbox Background Color




Enter some text...





Text Color




Enter some text...





Textbox Border Color




Enter some text...



07/04/2014

Slide-In Image
This page contains HTML code for creating slide-in images.

You can create a slide-in image - or zoom in image - in HTML using tags. You can make your image slide in from any direction - left, right, top, or bottom. Also, you can use any image - photos, animated gifs, icons, etc.








The  element is used to draw graphics, on the fly, on a web page.The example at the left shows a red rectangle, a gradie...
04/28/2014

The element is used to draw graphics, on the fly, on a web page.

The example at the left shows a red rectangle, a gradient rectangle, a multicolor rectangle, and some multicolor text that is drawn onto the canvas.

WHAT IS CANVAS ?

The HTML5 element is used to draw graphics, on the fly, via scripting (usually JavaScript).

The element is only a container for graphics. You must use a script to actually draw the graphics.

Canvas has several methods for drawing paths, boxes, circles, text, and adding images.

Address

Stanford, CA

Alerts

Be the first to know and let us send you an email when HTML Programming posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share