Introduction Of HTML - Hypertext Markup Language
Hypertext Markup Language is Used 2 Creste the webpage.
Html- Programing
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
Result:-
0 comments:
Post a Comment