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.

  • Make a blank HTML web page
  1. Go to This PC (Windows)
  2. Go to View Tab
  3. Click on File Name Extensions

  1. Go to Home tab
  2. Click on New Item
  3. Open new Text Document
  • Change .txt to .html and save
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>

preview


Download the sample file

Let's meet with the next Episode..
Axact

Tech Zone

Wa are happy You're here. Like, Comment, Share. Thank You

Post A Comment:

0 comments: