Computer Science, asked by sonuagrl9795, 1 year ago

How to make Html program

Answers

Answered by sikhi
2
If you want to make the Html program, you must know basics of html. You must know what are tags, container and empty tags, etc.

example
<html>
<head>
<title>quote of the day</title>
</head>
<body>
"EDUCATION COST MONEY BUT THEN SO DOES IGNORANCE"
</body>
</html>


hope it helps you
Answered by maspace386
0

Answer:

To make an .html program, you will need two things:

1. An application to write the .html program on and

2. Knowing the basics of .html programming.

1. There are two main applications which are both good, the first is simple;

   Notepad, (any version is good) which this is normally found on all

   computers.

2. These are the basic keywords that you will need:

    <html>

   <head>

   <title>This Is How To Do An .html Program</title>

   <head> This answer explains whatever (hopefully) you need to know.

   </head>

   <body>

   This is a brief to do list of what you will need so as for you to start

   programming .html programs.

   Hope it helps.</body>

   </html>

Hope it helps.

Explanation:

Similar questions