Re: Please what is wrong with this line of code. Thanks as I anticipate help.

The validator does not say that there is something wrong with it. (If you
somehow used the validator so that it reported an error, please specify how
you did that and what the error message was)

It just issues a warning about missing lang attribute. This can easily be
fixed by changing the <html> tag to <html="en"> (replace "en" by a suitable
language code if the content is not in English).

pe 6. syysk. 2019 klo 14.57 AdedejiCode (dejibalogun91@gmail.com) kirjoitti:

> <!DOCTYPE html>
>
>
>
> <html>
>
>
>
> <head>
>
> <title>HTML Structure</title>
>
> </head>
>
>
>
> <body>
>
> <h1>This is a title</h1>
>
> </body>
>
>
>
> </html>
>
>
>
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for
> Windows 10
>
>
>

Received on Friday, 6 September 2019 12:04:26 UTC