HTML Website Template
Today in this article I will show you how to make a simple basic website template using HTML and CSS. This article will help those who understand the basics of HTML and CSS and provide help to the beginners of Web Development.
Diagram
CSS File
First, the following introduces CSS:
- CSS stands for Cascading Style Sheets.
- Styles define how to display HTML elements.
- Styles were added to HTML 4.0 to solve a problem.
- External Style Sheets can save a lot of work.
- External Style Sheets are stored in CSS files.
- CSS makes websites look good.
These are the classes that I have used in the HTML code. In CSS a class starts with a dot (.).
I have also attached the full source code of this web page template with pictures so you guys can download it and use it.