Subscribe Us

header ads

What is HTML?





HTML

HTML - Full form of HTML: Hypertext Markup Language (Hypertext Markup Language).


Nowadays even a very common man has his own web site.


You can design and create your own website with HTML.


We have presented this HTML tutorial in a very simple way so that you too can easily learn complete HTML and design your website yourself without hiring a developer.


Learning HTML is very easy and hope you enjoy our tutorial.


Each chapter of the HTML tutorial has numerous example sections. If you hover your mouse over the example section, you'll see an option to copy the code in the top corner. Mouse click on the copy option to copy the code to the clipboard.


You can open your editor and paste the copied code. Also example results are shown below in the example section.


example

<!DOCTYPE html>

<html>

<head>

  <title>HTML example </title>

</head>

<body>


  <h1>This is a heading</h1>

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


</body>

</html>

Anymore Html tags: NEXT PART


Post a Comment

0 Comments