Tutorialsplane

Html Intro


Html Intro: Html stands for “Hypertext Markup Language” . Markup language is set of tags. Each html tags describes a different document in the page.

HTML Introduction

Lets understand the html base structure with the following example

Example




<title>Title</title>



<h1>Heading</h1>
<p>Paragraph.</p>



Try it »

Html Formatting