Computer Science, asked by AnswerMe314, 1 year ago

Draw and describe the format of HTML 4.
Please fast.
The notepad version of HTML 4 format. Describe too

Answers

Answered by Anonymous
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.
AnswerMe314: I was going to tell you that but I tapped brainliest tag by mistake first
AnswerMe314: Hello world!
AnswerMe314: You are right
Similar questions