buginit

  • CSS
  • HTML
    • HTML Attributes
  • JavaScript
  • Others
  • Uncategorized
Home » Posts tagged "HTML Attributes"

Tag: HTML Attributes

What is colspan Attribute in HTML?

HTML, HTML Attributes HTML, HTML AttributesNovember 20, 2019rajnishcoder 0 Comments

The colspan Attribute in HTML is simply to define how many numbers of columns a cell should take/span in a table. Basically using colspan attribute in HTML tables you are merging the multiple cells. AS MDN docs say: The default value of colspan is 1 and the value must be in non-negative integer. The limitation

Read More

What is HTML cols Attribute?

HTML, HTML Attributes HTML, HTML AttributesOctober 2, 2019rajnishcoder 0 Comments

The cols attribute indicates the visible width of a textarea. Note: You can also set the height and width of <textarea> by using CSS Tag Support You can use cols attribute on <textarea> tag. Example Browser Support Attribute cols Yes Yes Yes Yes Yes

What is HTML class Attribute?

HTML, HTML Attributes HTML, HTML Attributes, HTML Global AttributesOctober 1, 2019rajnishcoder 0 Comments

The class attribute is very important as it is a part of global attribute in HTML and used to allow CSS and JavaScript to select the specific HTML element. In CSS you can use CSS class selectors dot (.) and DOM method in JavaScript like: document.getElementsByClassName. Tag Support You can use class attribute on all

Read More

What is HTML checked Attribute?

HTML, HTML Attributes HTML, HTML AttributesSeptember 29, 2019rajnishcoder 0 Comments

The checked attribute is a boolean attribute and it specifies that an element should be pre-selected (checked) when the page loads. Tip: you can also set checked attribute after page load with using JavaScript. Tag Support You can use checked attribute with <input> tag where input type is checkbox or radio. Example Browser Support Attribute

Read More

What is HTML autoplay Attribute?

HTML, HTML Attributes HTML, HTML AttributesSeptember 29, 2019rajnishcoder 0 Comments

The autoplay attribute is a boolean attribute and it makes sure that the audio or video will play automatically as soon as possible without stopping. Tag Support You can use this attribute on audio and video HTML tags. Audio Tag Example Video Tag Example Browser Support Element audio 4.0 9.0 3.5 4.0 10.5 video 4.0

Read More

What is HTML autofocus Attribute?

HTML, HTML Attributes HTML, HTML AttributesSeptember 27, 2019rajnishcoder 0 Comments

autofocus is a boolean attribute and it makes sure that an element will get focus automatically as soon as page loads, unless the user overrides it. This attribute can only be defined by one form-associated component in a document. If there are multiple elements with autofocus attribute, the initial focus will be given to the

Read More

What is HTML autocomplete Attribute?

HTML, HTML Attributes HTML, HTML AttributesSeptember 26, 2019rajnishcoder 0 Comments

The autocomplete attribute indicates that an <input>, <textarea> or <form> tag shout have autocomplete on or off. Autocomplete enables the value to be predicted by the browser. The browser should show suggestions to fill in the field when a user begins typing in a field depending on previously typed numbers, but they may also come

Read More

What is HTML async Attribute?

HTML, HTML Attributes HTML, HTML AttributesSeptember 25, 2019rajnishcoder 0 Comments

The async attribute specifies that the script will be executed asynchronously as soon as it is available. And It is a boolean attribute. The async attribute is only for external scripts usage and it can be used only if the src attribute is present. Tag Support You can use the async attribute with <script> tag.

Read More

What is HTML alt Attribute?

HTML, HTML Attributes HTML, HTML AttributesSeptember 25, 2019rajnishcoder 0 Comments

The alt attribute provides alternative information for an image if it can not be viewed by a viewer for some reason (because of a poor link, a mistake in the src attribute, or using a screen reader by the user). The <img> tag requires the alt attribute. In <input> elements, the alt attribute can only

Read More

What is HTML action Attribute?

HTML, HTML Attributes HTML, HTML AttributesSeptember 24, 2019rajnishcoder 0 Comments

The action attribute indicates where to send the form data on submitting the form by the user. (e.g. a PHP script that handles the form data). You can use action attribute on form tag. Example Browser Support

  • 1
  • 2
  • Next Page »

Recent Posts

  • JSON VS JavaScript Object
  • 4 Examples of Replace All in JavaScript You Should Know
  • 4 ways to remove duplicate array javascript
  • 10 Examples of JavaScript Arguments Object
  • 4 Examples of JavaScript sort without mutating array

Recent Comments

  • Rajnish Rajput on 10 Examples of JavaScript Arguments Object
  • Lacus on 10 Examples of JavaScript Arguments Object
  • Rajnish Rajput on 4 ways to remove duplicate array javascript
  • Johnny on 4 ways to remove duplicate array javascript
  • Rajnish Rajput on Smooth Scroll CSS

Archives

  • February 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019

Categories

  • CSS
  • HTML
  • HTML Attributes
  • JavaScript

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Navigation

  • Home
  • Home
  • Home
  • Home
  • Home
  • Home
  • Home
  • About
  • About
  • About
  • About
  • About
  • About
  • About
  • Contact Us
  • Contact Us
  • Contact Us
  • Contact Us
  • Contact Us
  • Contact Us
  • Contact Us
  • Privacy Policy
  • Privacy Policy
  • Privacy Policy
  • Privacy Policy
  • Privacy Policy
  • Privacy Policy
  • Privacy Policy
  • Learn HTML
  • Learn HTML
  • Learn HTML
  • Learn HTML
  • Learn HTML
  • Learn HTML
  • Learn HTML

Support Us

Support on Patreon Through Paypal

Follow Us

© 2022 All Rights Reserved. v1.1.2