Jump to content

Search the Community

Showing results for tags 'code error'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • W3Schools
    • General
    • Suggestions
    • Critiques
  • HTML Forums
    • HTML/XHTML
    • CSS
  • Browser Scripting
    • JavaScript
    • VBScript
  • Server Scripting
    • Web Servers
    • Version Control
    • SQL
    • ASP
    • PHP
    • .NET
    • ColdFusion
    • Java/JSP/J2EE
    • CGI
  • XML Forums
    • XML
    • XSLT/XSL-FO
    • Schema
    • Web Services
  • Multimedia
    • Multimedia
    • FLASH

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Languages

Found 2 results

  1. if 5 > 2: print("Five is greater than two!") elif (6 > 3): print("Six is greater than three!") hi everyone, i want to ask. Why conditional elif do not appear?
  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>
×
×
  • Create New...