There are several languages that make web sites. Below are some of them,
- HTML - Hyper Text Markup Language
- CSS - Cascading Style Sheet
- JS - Java Script
- PHP - Hypertext Pre Processor
Among these, HTML is the basic web site making language. So let's talk about HTML ahead.
You have now created an HTML file. Now let's learn about coding.
Basic HTML Tags ( Codes )
<html> <head> <title> My Web Site </title> </head> <body> Your website content here.... </body> </html>
Post A Comment:
0 comments: