heyy guyss i need:-
1) html codding with output
2)and html database
Answers
Answered by
2
INPUT
<html>
<head>
<title> My Web Page</title>
</head>
<body>
This is my first webpage.
</body>
</html>
OUTPUT
This is my first webpage.
<html>
<head>
<title> My Web Page</title>
</head>
<body>
This is my first webpage.
</body>
</html>
OUTPUT
This is my first webpage.
agarwalpriyanka:
Hope you got the right answer
Answered by
0
Databases are ment to store any received information from the webpage or a software.
MySQL, Oracle or Microsoft Access are some of the RDBMSes.
However, HTML is not much more than a language. It helps you to create and design (through CSS) your own webpages.
So, at this point there is no valid reason for your requirement of an HTML database because HTML being a language can't have a database.
I guess you should verify your question again. You must be missing something in it. Also be specific about the scripting and the output you're asking for.
Have a nice day!
MySQL, Oracle or Microsoft Access are some of the RDBMSes.
However, HTML is not much more than a language. It helps you to create and design (through CSS) your own webpages.
So, at this point there is no valid reason for your requirement of an HTML database because HTML being a language can't have a database.
I guess you should verify your question again. You must be missing something in it. Also be specific about the scripting and the output you're asking for.
Have a nice day!
Similar questions