Question:

<html> hello</html>?

by  |  earlier

0 LIKES UnLike

<html> hello</html>?

 Tags:

   Report

5 ANSWERS


  1. &lt;html&gt;hi!&lt;/html&gt;


  2. &lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-...

    &lt;html lang=&quot;en-US&quot; xml:lang=&quot;en-US&quot; xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;

    &lt;head&gt;

    &lt;title&gt;Hello&lt;/title&gt;

    &lt;/head&gt;

    &lt;body&gt;

    &lt;p&gt;hello&lt;/p&gt;

    &lt;/body&gt;

    &lt;/html&gt;

  3. If You Want To Know What Is This I will Tell You

    This Is an HTML Code

    The Line you Wrote Print &quot; Hello &quot; In The Page You Are Programing

  4. Yes.

    You are missing a doctype, along with the required &quot;lang&quot; Attribute, closing up with the missing children of the html element, for your code to validate. See also: http://www.brugbart.com/Tutorials/1/ - An Introduction to HTML

    Be more specific next time please.

  5. You need at least body

    &lt;html&gt;&lt;body&gt;hello&lt;/body&gt;&lt;/html&gt;

    check out www.w3schools.com for more help

You're reading: <html> hello</html>?

Question Stats

Latest activity: earlier.
This question has 5 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions