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
  • Home
  • Neil Fin

Author: Neil Fin

Feb 22

How to indent in HTML?

Neil FinLeave a commentHTML How-to

You can indent text in different ways depending on different situations- You might either want to add indentation in the first line or before the entire paragraph. You might want a pure HTML solution or HTML with CSS solution. Instead Read more

Feb 07

What is text indent in html?

Neil FinLeave a commentHTML How-to

Text indent is blank horizontal space between the margin and the beginning of text. It indicates starting of a paragraph and by adding white spaces in front of the paragraph, it improves readability. To learn its application, check the article Read more

Jan 25

How to Underline in HTML?

Neil FinLeave a commentHTML How-to

Though you can add underline a text or an HTML element in different ways, you shouldn’t use one method in every situation. Depending on context, you need to select the appropriate solution. Check the different contexts mentioned in the problems 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

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