Draw and describe the format of HTML 4.
Please fast.
The notepad version of HTML 4 format. Describe too
Answers
Answered by
1
Hi following is basic structure of HTML 4.0
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>My first HTML document</TITLE>
</HEAD>
<BODY>
<P>Hello world!
</BODY>
</HTML>
AnswerMe314:
Sorry.
Similar questions