HTML First Programs with Output
Write down the First HTML basic programing with the output
Program Name - Hello Worlds
Text Editor - Notepad, Notepad++, Visual Studio Code,
Code Input-
<!DOCTYPE html>
<html>
<head>
</head>
<body>Hello World</body>
</html>
Output Screen - Internet Browser, Google Chrome, Microsoft Edge, etc.
Code View
Hello World
Post a Comment