Read: Read: 04 - Structure web pages with HTML

Have you ever thought before that how the web pages you see on the Internet are created

Web pages on the Internet are files with HTML exection like this home.html

and the style that applied to the page called css

We will discuss this now

Let’s Start

HTML

They are files, like any file on a computer, but they have a special function,
which is that they are intended for web pages and are only read by special programs 
which are browsers, which are programs intended for displaying web pages .
It is a special markup language that structures the page and defines the basic elements on it , It contains special symbols called tag and thier are two type 

these tag  made our page 

For Example :

For Add An Image we use ` <img > ` tag 

For Adding a unorder list we use ` <ul > ` tag

For More Info About GitHub Pages Plz Folowing the Link : w3schools

HTML

CSS

As We saw that HTML was They look a little ugly , so we will use css for add some styling like add color for text or change background  

For Example :

For Add An color To Text color

For Adding background color ` background-color ` tag

For More Info About GitHub Pages Plz Folowing the Link : w3schools

CSS

Contact Info :

Please Feel Free To Contact Me When You Need help ^_^