Skip to content

Schools of Web

Teach Yourself Web Development and Web Designing Step by Step With Easy Explanation

  • All About PHP
    • PHP for Beginners
    • PHP Function List
    • PHP How-to
  • HTML
    • HTML for Beginners
    • HTML How-to
  • CSS
    • CSS for Beginners
    • CSS How-to
Search Search Close
  • Home
  • HTML How-to
  • Page 3

Category: HTML How-to

Feb 07

How do you disable browser Autocomplete on web form field / input tag?

Neil Fin1 CommentHTML How-to

Problem: You create a form for users in your page.  When a user starts to fill the form, by default, the browser shows options to fill in the field, based on earlier typed values. You need to disable this displaying option.

Jan 06

How to make a div 100% height of the browser window?

Neil FinLeave a commentHTML How-to

The problem: You have an HTML page. It has a “div” block element with few texts which doesn’t fill the height of the browser window. Now you need to make sure that div will take 100% height of browser window.

Jan 06

Are self-closing tags valid in HTML5?

Neil FinLeave a commentHTML How-to

Problem: You have an HTML page which contains non-void elements (which have contents with end tag). Suppose <div></div>, <p></p>. Now you don’t want to use end tag (</div>) and instead you like to use self-closing tags like this – <div Read more

Nov 06

How to detect if JavaScript is disabled?

Neil FinLeave a commentHTML How-to

Problem: You have a website contains javascript. But the user of your site disables the javascript or the browser doesn’t work javascript properly. In this case, you need to give a warning to the user that “The site isn’t able Read more

Feb 08

How to Disable/Turn off Browser Autocomplete on Web Form Field/input Field?

Neil FinLeave a commentHTML How-to

Problem: You create a form for users in your page.  When a user starts to fill the form, by default, browser shows options or some suggestions to fill in the field, based on earlier typed values. You need to disable Read more

Jan 28

How and When to Choose Between Article and Section Element in HTML5?

Neil FinLeave a commentHTML How-to

Problem: You have to write an HTML page. Here you can use <article> and <section> element. You need to know when and where these elements are used and how these elements are used correctly.

Jan 27

How to center a div inside another div horizontally?

Neil FinLeave a commentHTML How-to

Problem: You have two <div> elements, one <div> inside another <div>. You need to center the texts of the inner <div> in the outer <div> horizontally.

Jan 26

How to add Text Emphasizing in HTML5?

Neil FinLeave a commentHTML How-to

Problem: You have texts in HTML Page. You need to emphasize some texts among this page

Jan 23

How to Redirect a Web Page Automatically to Another Web Page in HTML?

Neil FinLeave a commentHTML How-to

Problem: You have an html page. May be it is old version or corrupted. When users click for the page, you want to send users to another link or page. Suppose a person visits “website.com/page-a” in the browser and the Read more

Apr 21

How to Specify Language in HTML5?

Neil Fin1 CommentHTML How-tohtml5 language, specify language in html5

Problem You want to use a specific language in the HTML document. It might be English, German, Spanish, or any other language.

Posts pagination

Previous 1 2 3 4 Next

Courses

  • PHP for Beginners
  • CSS for Beginners
  • HTML for Beginners

How-to Tutorials

  • PHP How-to
  • HTML How-to

About this site

Schools of Web is run by web developer and designer to help others learn it easily.
  • Home
  • About Us
  • Contact Us
  • Privacy Policy
  • Earnings Disclaimer
Copyright © All rights reserved.
Education Soul by WEN Themes