About 50 results
Open links in new tab
  1. HTML Character Entities - W3Schools

    Exercise? What is this? Test your skills by answering a few questions about the topics of this page What is the entity name that represents a less than < sign? &lt; &less; &nbsp;

  2. HTML 4 Entities - W3Schools

    W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

  3. W3Schools Tryit Editor

    x <!DOCTYPE html> <html> <body> <h1>HTML Entity Example</h1> <h2>The less-than sign: &lt;</h2> </body> </html>

  4. jQuery :lt () Selector - W3Schools

    Definition and Usage The :lt () selector selects elements with an index number less than a specified number. The index numbers start at 0. This is mostly used together with another selector to select …

  5. W3Schools Exercise

    I completed one of the HTML exercises on w3schools.com

  6. Bash If...Else - W3Schools

    # Nested if statement num=5 if [ $num -gt 0 ]; then if [ $num -lt 10 ]; then echo "Number is between 1 and 9" fi fi

  7. Bash Operators - W3Schools

    Comparison Operators -eq: Equal to -ne: Not equal to -lt: Less than -le: Less than or equal to -gt: Greater than -ge: Greater than or equal to

  8. XSLT <xsl:for-each> Element - W3Schools

    W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

  9. HTML ISO-8859-1 Reference - W3Schools

    ISO-8859-1 ISO-8859-1 was the default character in HTML 4.01. ISO (The International Standards Organization) defines the standard character sets for different alphabets/languages. The different …

  10. HTML Unicode Basic Latin - W3Schools

    Explore HTML Unicode Basic Latin characters and their corresponding codes for web development, including letters, numbers, symbols, and control characters.