buginit

  • CSS
  • HTML
    • HTML Attributes
  • JavaScript
Home » Archive by category "HTML"

Category: HTML

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 cite Attribute?

HTML, HTML Attributes HTMLSeptember 30, 2019rajnishcoder 0 Comments

The cite attribute used to specify a URL that points to the source document or message or why the text was inserted/changed. Tag Support You can use cite attribute with <blockquote>, <del>, <ins>, <q> tags. Blockquote Example It points out that the quote is from another source. Del Example It points out why the text

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 charset Attribute?

HTML, HTML Attributes HTMLSeptember 29, 2019rajnishcoder 0 Comments

The charset attribute specifies the character encoding for the HTML document if, used in <meta> tag. But if it is used with <script> tags then it specifies the character encoding used in an external script file. Tag Support You can use this attribute in <meta> and <script> tags. Meta Example Script Example Browser Support Element

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

  • 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