HTML-Reset Buttons

HTML-Reset Buttons

Html – reset buttons

A reset button lets users to fundamentally transpire their web form. Via “resetting” the form to its basic semblance, it deleted values from all field.

Determine the type characteristic of the <input> tag to “reset” to include a reset button into a web form.

Read More Read More

HTML-Text Fields

HTML-Text Fields

Html – text fields

Text fields present a tiny rectangular box that’s usually prepared to accept information from observers. Users will see that when they click these fields, the cursor will vary from the usual arrow to a pipe character ( | ), letting text entries to be typed within each input field.

A text field is located on a web page utilizing the <input> tag, with the type characteristic set with a value of “text”.

Read More Read More

Html-Input

Html-Input

Html – input feature(s)

Form features such as text fields, check boxes, and buttons are HTML input features. The name comes from the <input> tag, which is the deface that recognizes web form parts. The <input> tag depends on a few characteristics to sort and name each form item, offering the web developer with a means to handle each feature individually.

The type characteristic identifies what type of input feature to submit to the screen. Alternatives here include: text, checkbox, radio, button, submit, reset, password, and hidden form features. Each has its own singular usefulness and customizable presentation.

Read More Read More

HTML-Web Forms

HTML-Web Forms

Html – web forms

HTML web forms are a combination of buttons, check boxes, and text input fields inserted within HTML documents with one purpose: to entrap user input. Web forms give users the chance to interact directly with a webpage.

HTML forms are placed on a web page using the <form> tag. This tag should encapsulate a group of other form characteristics, determining them as a single united web form via doing things such as offering fields for user data such as names, phone number, and email addresses.

Read More Read More

HTML-Background

HTML-Background

Html – background

The HTML characteristic utilized to locate pictures in the background of HTML features is HTML background. Background like the bgcolor characteristic is now belittled and its usage has been relocated via utilizing CSS . However, this lesson does cover some important facets of background features that do apply to both the belittled HTML background and the new CSS backgrounds as well.

We generally have just two alternatives while think of an HTML background: a solid background color or a background image. With the growth and shrinkage of the HTML feature which are involved in the backgrounds of both the background color and image grow or flinching dynamically.

Read More Read More

HTML-Color Chart

HTML-Color Chart

HTML – Color Chart

This is a chart of Html Colors values , you can copy and use them on your web page !

 

#000000 #000033 #000066 #000099 #0000CC #0000FF
#003300 #003333 #003366 #003399 #0033CC #0033FF
#006600 #006633 #006666 #006699 #0066CC #0066FF
#009900 #009933 #009966 #009999 #0099CC #0099FF
#00CC00 #00CC33 #00CC66 #00CC99 #00CCCC #00CCFF
#00FF00 #00FF33 #00FF66 #00FF99 #00FFCC #00FFFF

 

#330000 #330033 #330066 #330099 #3300CC #3300FF
#333300 #333333 #333366 #333399 #3333CC #3333FF
#336600 #336633 #336666 #336699 #3366CC #3366FF
#339900 #339933 #339966 #339999 #3399CC #3399FF
#33CC00 #33CC33 #33CC66 #33CC99 #33CCCC #33CCFF
#33FF00 #33FF33 #33FF66 #33FF99 #33FFCC #33FFFF

 

#660000 #660033 #660066 #660099 #6600CC #6600FF
#663300 #663333 #663366 #663399 #6633CC #6633FF
#666600 #666633 #666666 #666699 #6666CC #6666FF
#669900 #669933 #669966 #669999 #6699CC #6699FF
#66CC00 #66CC33 #66CC66 #66CC99 #66CCCC #66CCFF
#66FF00 #66FF33 #66FF66 #66FF99 #66FFCC #66FFFF
Html-Color codes

Html-Color codes

Html – color codes

Let’s first take a look at the 16 generic color values we referred to before moving toward the other, more complex HTML coloring systems of numeric and hexadecimal values.

HTML String Color Codes:

 

Black Gray Silver White
Yellow Lime Aqua Fuchsia
Red Green Blue Purple
Maroon Olive Navy Teal

Any of the aforementioned string values including “teal”, “black”, or “gray” can be passed as a color value to the HTML bgcolor characteristic.

Read More Read More

HTML-The bgcolor Attribute

HTML-The bgcolor Attribute

HTML – The bgcolor Attribute

The bgcolor characteristic is utilized in order to determine the background color of an HTML element. Bgcolor is one of those characteristics that have become belittled by the execution of Cascading Style Sheets . The reason we’ve maintained it in this tutorial is due to the fact that it will provide us with an occasion to introduce web colors and supplementing some life to our HTML web page as we continue to move forward through this tutorial. It will be utilized as a visual help for you as you are grasping the mechanics of creating a table.

Read More Read More