Computer Science, asked by 9229635622, 1 year ago

how to create simple example html programme

Answers

Answered by himm
9
HTML- Hyper Text Markup Language
to create a program you have to do programming first. Open the Notepad.
You have to program as shown in the figure. Next step is saving the program.Always put .html after the program and save as type all files. The result is shown in the figure. 
Hope my answer helps you.
Attachments:
Answered by sweety2002
10
IN NOTEPAD DO NOTEPAD FOLLOWING STEP :-
<html>
<head>
<title> your wish anything</title>
</head>
<body>
content of your choice
</body>
</html>
THEN SAVE IT AS .HTML OR .HTM
Similar questions