-
Notifications
You must be signed in to change notification settings - Fork 122
Add more html tags in html-cheatsheet.md file #101
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
Conversation
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.
It's great having you contribute to this project
Welcome to the community 🤓Thanks for joining our community - we help and encourage each other to contribute to open source little and often 🤓 . Any questions let us know.
@crescentpartha hey please review it |
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.
First of all, need to fix the broken code, then modify the required changes.
| `<aside> … </aside>` | Its a Block level element that defines content aside from the content in which it is Placed. | | ||
|
||
| `<sub> … </sub>` | Used for writing a subscript (smaller font just below the mid-point of normal font). | | ||
| `<sup> … </sup>` | Similar to the above tag, but for superscripting. | | ||
| `<small> … </small>` | Reduces text size. In HTML5, it often refers to redundant or invalid information. | | ||
| `<strong> … </strong>` | This element indicates that its contents have strong importance or urgency. Browsers usualy render the contents in bold type. | |
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.
Those tags break the table format. Please Fix it.
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.
okay
| `<small> ... </small>` | Defines smaller text | | ||
| `<strong> ... </strong>` | Defines important text | |
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.
| `<small> ... </small>` | Defines smaller text | | |
| `<strong> ... </strong>` | Defines important text | |
Those tags already exist. Please delete
the older ones
.
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.
sure got it
Signed-off-by: Manoj Marmat manojrajput762000@gmail.com
What does this PR do?
Description
Screenshots or Links
Checklist:
Follow-up