Sunday, September 27, 2020

Learn web desgin part 1

                                                    


         




First you want know that what is HTML -{HYPER TEXT MARKUP LANGUAGE}It  is programing language


First open notepad++ Then save a html file like----Index.html and open it--

then type the code 

____________________________________________________________________

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>

___________________________________________________________________

This is are  coding .In the title you type anything you want..

so first practice this ..lets see in the next part....


_______________________________________________________________________

How TO Create A Html File                                                                                                 

1st----

In the desktop window of your PC create a new folder ( with any name) double click on the folder to enter, then right click and create a new txt file. After creating a txt file, right click on it, then select rename and change the . txt to . html to make it a HTML file.


2nd--------------

Create Your HTML Document
  1. Start Microsoft Word.
  2. In the New Document task pane, click Blank Web Page under New.
  3. On the File menu, click Save. NOTE: The Save as type box defaults to Web Page (*. htm; *. html).
  4. In the File name box, type the file name that you want for your document, and then click Save.





No comments:

Post a Comment