Jump to content

Prashanth.P

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by Prashanth.P

  1.  No no you are mistaken  in the code of <p title="About W3schools"> this code why after about 'W3schools' why it is important? without W3schools <p title="About">like this we write the code. html dreamweaver software is showing no error

  2. This is your code.

    <p title=About W3Schools>You cannot omit quotes around an attribute value if the value contains spaces.</p>

    and this is the correct code.

    <p title="About W3Schools">You cannot omit quotes around an attribute value if the value contains spaces.</p>

  3. In HTML elements you forget one element. That is <head>

                                                                                      <title>w3 schools</title>

                                                                                         </head> This element you forget

  4. Namasthe I'm recent learner to this site. How to write a HTML image code on notepad. I can't write the code in notepad even in tryit editor. w3schools displayed options are not working only for w3schools site image working. Please guide me in this <img> tag. Thank You.

×
×
  • Create New...