Skip to content

[html] 第63天 什么是html的字符实体?版权符号代码怎么写? #279

Open
@haizhilin2013

Description

@haizhilin2013
Collaborator

第63天 什么是html的字符实体?版权符号代码怎么写?

Activity

xn213

xn213 commented on Jun 17, 2019

@xn213

类似多个空格解析一个,可用   代替,

© ==> ©

xiangshuo1992

xiangshuo1992 commented on Jun 18, 2019

@xiangshuo1992
Contributor
zhangylei

zhangylei commented on Jun 18, 2019

@zhangylei

<span style="font-family:arial;">Copyright &copy; </span>

yxkhaha

yxkhaha commented on Jun 18, 2019

@yxkhaha
  • 在HTML中,某些字符是预留的,这些预留字符必须被替换为字符实体.。 如: &lt; &gt;
  • 版权符号: &copy;
smile-2008

smile-2008 commented on Dec 31, 2020

@smile-2008
  • 在HTML中,某些字符是预留的,这些预留字符必须被替换为字符实体.。 如: &lt; &gt;
  • 版权符号: &copy;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @smile-2008@haizhilin2013@zhangylei@xiangshuo1992@yxkhaha

        Issue actions

          [html] 第63天 什么是html的字符实体?版权符号代码怎么写? · Issue #279 · haizlin/fe-interview