-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Basefont tag #816
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
Basefont tag #816
Conversation
Dusch4593
left a comment
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.
@ethan-master-coding Just a few comments/suggestions from me
Co-authored-by: Brandon Dusch <brandondusch@gmail.com>
Co-authored-by: Brandon Dusch <brandondusch@gmail.com>
|
@Dusch4593 All edits look good. I accepted the changes. |
| - `color`: What [color](https://www.codecademy.com/resources/docs/css/colors) the font/text should be. The color can be set to a named `color`, hexadecimal or RGB. | ||
| - `face`: What font the text should be. For example, to have the text be `verdana`, the `face` attribute would be set to `face="verdana"`. | ||
| - `size`: Sets the size of the font/text. It can use absolute units and relative units ranging from 1-7. Absolute units are used by `size="5"` or any other number 1-7. Relative units are relative the size of the `<basefont>` tag which is also deprecated. The attribute would look something like this `size="+5"`. | ||
| - `size`: Sets the size of the font/text. It can use absolute units and relative units ranging from 1-7. Absolute units are used by `size="5"` or any other number 1-7. Relative units are relative the size of the [`<basefont>`](https://www.codecademy.com/resources/docs/html/tags/basefont) tag which is also deprecated. The attribute would look something like this `size="+5"`. |
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.
@Dusch4593 Made 1 slight change here
KTom101
left a comment
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.
@ethan-master-coding A couple of changes from me.
Co-authored-by: KTom101 <kyrathompson@me.com>
Co-authored-by: KTom101 <kyrathompson@me.com>
|
@KTom101 All edits look good. I accepted the changes. |
Dusch4593
left a comment
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.
@ethan-master-coding Just a few more comments/suggestions from me and I can approve the PR for my review 😄
Co-authored-by: Brandon Dusch <brandondusch@gmail.com>
Co-authored-by: Brandon Dusch <brandondusch@gmail.com>
Dusch4593
left a comment
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.
LGTM!
|
@Dusch4593 doesn't really matter but you forgot to add the |
This reverts commit 1e8e129.
This reverts commit 1e8e129.
* Made the entry for the basefont tag * Update basefont.md * Update content/html/concepts/tags/terms/basefont/basefont.md * Update content/html/concepts/tags/terms/basefont/basefont.md * Update font.md * Update basefont.md * Update content/html/concepts/tags/terms/basefont/basefont.md * Update content/html/concepts/tags/terms/basefont/basefont.md * Update content/html/concepts/tags/terms/basefont/basefont.md * Update content/html/concepts/tags/terms/basefont/basefont.md * formatting
Description
Added the
<basefont>tagType of Change
Checklist
mainbranch.*Need to wait until #815 is merged since we should link this to it.