Skip to content

Schools of Web – Teach Yourself Web Development and Web Designing Step by Step With Easy Explanation

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

  • Home
  • About Us
  • Contact Us
  • Earnings Disclaimer
  • Privacy Policy
Search
Search Close
Jan 25

How to Underline in HTML?

Neil FinLeave a commentHTML How-to

New here? Like SchoolsOfWeb on Facebook to stay up to date with new posts. Problem: You want to add underline, may be under a text, using HTML only, no CSS. Solution: Use <u> and </u> tags to add underline in Read more

Mar 02

What is !important in CSS and how to use important in CSS?

Neil FinLeave a commentCSS How-to

Problem: Sometimes, in CSS, we see “!important”.  You want to know what is !important in CSS and how to use it? Solution: Function of “!important” – Even if the selector is less specific or lower level, “!important” makes it higher Read more

Feb 17

What is clearfix & how to use clearfix?

Neil FinLeave a commentCSS How-to, HTML How-to

Problem: Sometimes div class named clearfix. What is this clearfix and how to use this? Solution: The clearfix is a way for an element to automatically clear its floated children. Suppose your child element is an image. If its height Read more

Jan 26

How to style a dropdown menu (select element) using CSS without JavaScript?

Neil FinLeave a commentCSS How-to, HTML How-to

Problem: You have a webpage with a dropdown menu. You want to style it. There are many solutions with javascript. But you need to style it using CSS only. Solution: Method-1:  Use appearance property HTML: CSS: Explanation: Here “appearance:none” property Read more

Jan 26

How to center an element/a div horizontally and vertically?

Neil FinLeave a commentCSS How-to, HTML How-to

Problem: You have a div element. you need to center it horizontally and vertically in the browser. The HTML codes are: Solution: There are multiple ways to solve this problem. Method 1: CSS: Explanation: When you set “position:absolute”, the element Read more

Jan 26

What does enctype=’multipart/form-data’ mean in an HTML form?

Neil FinLeave a commentHTML How-to

Problem: You have a form tag that contains the attribute enctype=’multipart/form-data’. What does it mean in an HTML form and when should we use it? Solution: The enctype attribute specifies how the form-data should be encoded when submitting it to Read more

Jan 26

How to use meta tags to turn off caching in all browsers?

Neil FinLeave a commentHTML How-to

Problem: You have a webpage. You don’t want it to be cached by a web browser for some security reason. But there is no single <meta> attribute that is followed by all the browsers.  You have to find out the Read more

Jan 25

How to stretch and scale CSS background?

Neil FinLeave a commentCSS How-to, HTML How-to

Problem: There is a background for a container. The problem is that the background doesn’t cover the contents of that container. Now you need to stretch or scale to fill its container. Solution: The code: HTML: CSS: Explanation: background-size defines Read more

Jan 25

Is it possible or correct to put a div inside an anchor tag?

Neil FinLeave a commentHTML How-to

Problem: A webpage has anchor tag(<a>). You want to put a <div> element inside the <a> tag. But the problem is that <div> is a block element and <a> in an inline block element. Generally block element can’t sit inside Read more

Jan 25

How to get the footer to stay at the bottom of a Web page?

Neil FinLeave a commentCSS How-to, HTML How-to

Problem: A webpage contains some contents with footer.  You want to keep the footer always at the bottom whether the contents go pretty far down or not even enough content to go all the way to the bottom of the Read more

Posts navigation

1 2 … 19 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.

Like us: Never miss a post

Copyright © All rights reserved.
Education Soul by WEN Themes