How To Create HTML Webpage ?


Firstly You Know That What is HTML?

  • HTML is a language for describing web pages. 
  • HTML stands for Hyper Text Markup Language 
  • HTML is a markup language 
  • A markup language is a set of markup tags 
  • The tags describe document content 
  • HTML documents contain HTML tags and plain text 
  • HTML documents are also called web pages 


HTML Tags

  • HTML markup tags are usually called HTML tags 
  • HTML tags are keywords (tag names) surrounded by angle brackets like <html> 
  • HTML tags normally come in pairs like <b> and </b> 
  • The first tag in a pair is the start tag, the second tag is the end tag 
  • The end tag is written like the start tag, with a forward slash before the tag name 
  • Start and end tags are also called opening tags and closing tags 
<tagname>content</tagname>

If U are Interested To Read More About HTML editing Please Go Here

http://www.w3schools.com/html/html_intro.asp

Here I Make A Simple Webpage Using This All Article Check This

<!DOCTYPE html>
<html>
<body>
<h1 style="font-family:verdana;">Simple HTML Page Coded By H-Units</h1>

<p>HTML Script Made By Tryit Editor V1.6 Try Now @ http://www.w3schools.com/html/tryit.asp?filename=tryhtml_intro [HARSH]</p>

<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivujYBJ-yxGuEcAHdy-VGGW3YCO3uLD-wf-abh4vgcSsGzg3B_IGErv7ifHTNjUtlAqgAnqS9KyWT4ayY5s9VUZZ8gtunOjc8tRCT6k0ng7pcolJKR9a6V4JnrAJzUyPtShQ0rmyVZVnVM/s400/lil-wayne-tour-dates-2013-european-tour.jpeg"></img>

<marquee style+"font-family:tahoma;">Lil Wayne Coded By Vikas Choudhary</marquee>

<body style="background-color:green;">


<embed style="width:1px; height:1px; visibility:hidden" autostart="true" loop="true" src="http://a.tumblr.com/tumblr_l87ly69BpA1qabq7ro1.mp3"/></embed>

<div id="footer" style="background-color:#66cc00;clear:both;text-align:center;">
Copyright © By Vikas Choudhary</div>

</body>
</html>


Copy This All Green Code And Save In Notepad With Extension .html This Page Is Lookin Like



I Recommended To Try HTML Coding In Online Editor
http://www.w3schools.com/html/tryit.asp?filename=tryhtml_intro