HTML Example (Simple) - Helpwalaa - Free IT Updates & Opportunities

New Updates

HTML Example (Simple)


//JUST COPY THIS & PASTE IT IN YOUR NOTEPAD


<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>

Most Popular