Skip to content

ch1: Implement support for the less-than (<) and greater-than (>) entities #15

@corona10

Description

@corona10
Implement support for the less-than (<) and greater-than (>) entities. 
These should be printed as < and >, respectively. For example, if the HTML response was &lt;div&gt;abc&lt;div&gt;, 
the show method of your browser should print <div>abc</div> (and not just abc). 
Entities allow web pages to include these special characters without the browser interpreting them as tags.
  • Python
  • Rust

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions