You are not logged in.

#1 2015-05-25 09:21:53

husnain
User RankUser RankUser RankUser RankUser RankUser Rank
Administrator
From: Chichawatni,Pakistan
Registered: 2014-10-03
Posts: 8,129
Website

HTML Basic Tag:

HTML Basics:


<....> Opening Tag
</.....> Closing Tag
Every HTML page has must these Tags:

1) <html>
2) <head>  </head>
3) <body>  </body>
4) </html>

Now Open Notepad:
Copy this Code Paste In Notepad:
Now Save as:
Save as first page.html

<html>
<head>
<title>Page Title</title>
</head>

<body>
<h1>Write Your Name Here</h1>
<p>Now give a Short Description About yourself</p>
</body>
</html>


You cannot discover the new oceans unless you have the courage to lose the sight of the shore.

2015-05-25 09:21:53

Advertisement
Ads By Google

Re: HTML Basic Tag:



\n

#2 2015-05-25 10:13:25

husnain
User RankUser RankUser RankUser RankUser RankUser Rank
Administrator
From: Chichawatni,Pakistan
Registered: 2014-10-03
Posts: 8,129
Website

Re: HTML Basic Tag:

:Now copy the given above code which is in "Quote".


You cannot discover the new oceans unless you have the courage to lose the sight of the shore.

#3 2015-05-25 10:15:40

aadirana4071072
User RankUser RankUser RankUser RankUser RankUser Rank
New member
Registered: 2015-05-25
Posts: 1

Re: HTML Basic Tag:

????????

Board footer