JAVA

Introduction

Check

BRIEF INTRODUCTION

HTML is the standard markup language for Web pages.
With HTML you can create your own Website.
HTML is easy to learn - You will enjoy it!

Start Learning



Easy Learning with HTML Try it Yourself

With our Try it Yourself editor, you can edit the HTML code and view the result:

Example

<!DOCTYPE html>

<html>

<head>

<title>Page Title</title>

</head>

<body>


<h1>This is a Heading</h1>

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


</body>

</html>

Note

Some HTML elements have no content (like the <br→ element). These elements are called empty elements. Empty elements do not have an end tag!

Warning

Some HTML elements have no content (like the <br→ element). These elements are called empty elements. Empty elements do not have an end tag!

Important

Some HTML elements have no content (like the <br→ element). These elements are called empty elements. Empty elements do not have an end tag!



Whereisstuff is simple learing platform for beginer to advance level to improve there skills in technologies.we will provide all material free of cost.you can write a code in runkit workspace and we provide some extrac features also, you agree to have read and accepted our terms of use, cookie and privacy policy.
© Copyright 2024 www.whereisstuff.com. All rights reserved. Developed by whereisstuff Tech.