load page after some seconds in html
By using HTTP-EQUIV “REFRESH” tag you are able to define after how long a page has to be refreshed or after a certain period of seconds you want your visitor to be redirected to...
WordPress database error: [Table './ay6u3nor6dat6ba1/kn6_ayu1n9k4_5_actionscheduler_actions' is marked as crashed and last (automatic?) repair failed]SELECT a.action_id FROM kn6_ayu1n9k4_5_actionscheduler_actions a WHERE 1=1 AND a.hook='aioseo_send_usage_data' AND a.status IN ('in-progress') ORDER BY a.scheduled_date_gmt ASC LIMIT 0, 1
WordPress database error: [Table './ay6u3nor6dat6ba1/kn6_ayu1n9k4_5_actionscheduler_actions' is marked as crashed and last (automatic?) repair failed]SELECT a.action_id FROM kn6_ayu1n9k4_5_actionscheduler_actions a WHERE 1=1 AND a.hook='aioseo_send_usage_data' AND a.status IN ('pending') ORDER BY a.scheduled_date_gmt ASC LIMIT 0, 1
HTML
By using HTTP-EQUIV “REFRESH” tag you are able to define after how long a page has to be refreshed or after a certain period of seconds you want your visitor to be redirected to...
scrollamount specifies how far the text in the marquee should move. This attribute takes the amount in pixels. Example
Direction up of the marquee will,lead to text float from down to up. Example (direction up) Example (direction down)
HTML <marquee> tag use to create a scrolling text as well as you also allow to Click or Hover effect to control the speed of marquee text or image. Example
This is a common error shown by validating HTML documents. This error comes when table cellspacing is used inside <table> tag as : Replace cellspacing attribute with a CSS styles as :
Abbreviations are underlined short forms, and full form of these abbreviations are visible when pointers is hovered over this text. Example Output OPEC NATO UNO
HTML Character Sets To display an HTML page correctly, the browser must know what character-set to use. The character-set for the early world wide web was ASCII. ASCII supports the numbers from 0-9,...
Following example will illustrate html menus using javascript, html, css. In this example, initially the menu table is hidden, whenever we hover on link the table visibility is set to visible and whenever we...
Sometimes there are situations in which we have two or more forms in a single page and accessing these forms is a tedious task by there names. So JavaScript provides form arrays elements which...
The readonly attribute is a boolean attribute. When present, it specifies that an input field is read-only. A read-only input field cannot be modified (however, a user can tab to it, highlight...
The <label> tag defines a label for an <input> element. The <label> element does not render as anything special for the user. However, it provides a usability improvement for mouse users, because if...
A checkbox (check box, tickbox, or tick box) is a graphical user interface element that permits the user to make a binary choice, i.e. a choice between one of two possible mutually exclusive options....
Whenever there is less content on any HTML webpage, the space remains below if your HTML page height is less than of the screen resolution. Following example will show you how to push your...
height attribute is used to control the height of any text box.