Check out example codes for "html basics". It will help you in understanding the concepts better.
Code Example 1
<!-- Answer to: "html basics" -->
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="./style.css">
<script type="text/javascript" src="./script.js"></script>
<title>...</title>
</head>
<body>
...
</body>
</html>
Code Example 2
<p
title=About W3Schools>
Code Example 3
<!DOCTYPE html>
<html lang="en-US">
<body>
...
</body>
</html>
Code Example 4
<p style="color:red">This is a red paragraph.</p>
Code Example 5
<a
href=https://www.w3schools.com>
Learn ReactJs, React Native from akashmittal.com