Check out example codes for "HTML hello world". It will help you in understanding the concepts better.
Code Example 1
<!DOCTYPE html>
<html>
<body>
Hello World!
</body>
</html>
Code Example 2
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
Learn ReactJs, React Native from akashmittal.com