आप HTML आसानी से सीख सकते हो

HTML Code को संपादित कर सकते हैं |

जैसे की Code निचे दिया हुआ है

<!DOCTYPE html>
<html>
<head>
<title>For Page Title</title>
</head>
<body>

<h1>This is for a Heading</h1>
<p>This is for a paragraph.</p>

</body>
</html>

Comments