-
Notifications
You must be signed in to change notification settings - Fork 8.3k
zh-cn: add "HTML Cheatsheet" #27816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zh-cn: add "HTML Cheatsheet" #27816
Conversation
@mdn/core-dev Is there anyone can fix the issue happened in CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggestions
Used to group elements: for example, | ||
to <span style="color:blue">style | ||
them</span>.</pre |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please translate this example
<td>强调文本</td> | ||
<td>{{HTMLElement("em")}}</td> | ||
<td id="em-example"> | ||
<pre class="brush: html"><em>I'm posh</em>.</pre> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
<td>{{HTMLElement("i")}}</td> | ||
<td id="i-example"> | ||
<pre class="brush: html"> | ||
Mark a phrase in <i>italics</i>.</pre |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this image, the build platform automatically references assets in en-US
This pull request has merge conflicts that must be resolved before it can be merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed locally. Thank you @Yanko1013.
Description
请指教!
Please advise!