Learn HTML Part (1)
Hello! Dear students Sir and Madam .In this post .I will
teach you HTML .The programing languages actually first
converted in binary languages .Now the question is what is binary language?
Binary language is 01001. There is only two digits use in binary
language 0 and 1. The full form of HTML is Hypertext mark able
Language.
What is Hypertext?
The term hypertext is used due to the special text in a
webpage called hyperlinks. By clicking on this links you can move from one page
to another. Hyperlinks are used to navigate on the World Wide Web (WWW).
What is Mark able language?
A webpage consist of a series of elements which are
represented by tags. For example, if you need a paragraph of text on your
webpage, you use it as:
<p> some text here </p>
Here <p> shows making of paragraph opening tag and
</p> means making paragraph of closing tag due to making of each element,
it is called a markup language.
This is introduction of HTML now let’s learn HTML
For do coding you can also use your notepad that is
available in every windows but if wants to do coding fast and good then I
suggest you these software’s to install in your Windows or Mac.
Let’s learn code.
First I wants to told you that these <> </>
symbols are very Important because these symbols are used ever where in HTML
we write over on these symbols like this <html></html> and I
also wants to told you that we don’t use any space in coding.
First type this code.
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
Now I will told the meaning of this code
Now let’s suppose that we wants to show “Hello world” in your web browser then first write the code that I tell you.
Then just press Ctrl+shift+S to Save As your file then put the name of file that you like Hello world and also don’t forget to write .html because we using HTML. So must write. Like this
And then press
save button.
Then you will get your file like this on windows
Now press left button to open it. Then you will see like this
But if you wants to increase the size then write this on notepad or other software.
Now Save
the code by pressing Ctrl+S after saving a code open the code you that the size
will be increase like this
Hell World!
And now I will show the use <br> <center> <img> <p> <div> and <style>tags.
And in my next part I will show
you the use of other tags and I will also teach you some CSS language to make beautiful a website. Thank you for your time and also do
practice of these codes and now by.






0 Comments