Posted by : Anwar Hossain
Category : Learn HTML for beginner

How to create frist web page

Dear viewers in this tutorial absolutely beginner who has no idea about HTML language. HTML stands for Hypertext Markup Language for writing web pages this language is used because all browsers can read this language and display the content of html pages. For creating html pages simply Notepad can be used and a browser can  display the content.

Create first web page for beginner

The Following Process needs to be completed


>> Open Notepad

>> At the top of the page type DOCTYPE<!DOCTYPE html>

>> Then next line write<html>

>> Then next line add the opening header tag:<head>

>> Then next line adds title and type <title></title>.

>> Then the next line, insert the closing header tag:</head>

>> Then the next line, type <body>

>> Then the next line, type </body>

>> Finally, go to the next line and type </html>

>> In the File menu, choose Save As.

>> In the Save as Type option box, choose All Files.

>> Name the file myfirstpage.htm.

>> Click Save.

 

HTML

<!DOCTYPE html>

<html>

<head>

    <title>My First Web Page</title>

</head>

<body>

    <h1>

        First Heading</h1>

    <p>

        first paragraph.</p>

</body>

</html>

Finally you have created a HTML page then click on the page that will be displayed by web browser

Out Put

first_html_page



Realted Article Headline

How to create frist web page

Article Category

How to create asp.net control dynamically
Learn HTML for beginner
DataList example in C Sharp
Mail sending in asp.net c#
State Management in ASP C #
Basic sql tutorial for Beginner
DataTable example in ASP.Net C#
How to use LINQ in ASP.NET C#
asp.net c # basic tutorial
How to use ajax toolkit in asp.net C#
How to use different types of validation control using asp.net c#
How to use grid view in asp.net c#
Protected by Copyscape Online Plagiarism Detection