Skip to content

Conversation

@not-a-ethan
Copy link
Contributor

Description

Added the <basefont> tag

Type of Change

  • Adding a new entry

Checklist

  • All writings are my own.
  • My entry follows the Codecademy Docs style guide.
  • My changes generate no new warnings.
  • I have performed a self-review of my own writing and code.
  • I have checked my entry and corrected any misspellings.
  • I have made corresponding changes to the documentation if needed.*
  • I have confirmed my changes are not being pushed from my forked main branch.
  • I have confirmed that I'm pushing from a new branch named after the changes I'm making.
  • Under "Development" on the right, I have linked any issues that are relevant to this PR (write "Closes # in the "Description" above).

*Need to wait until #815 is merged since we should link this to it.

@Dusch4593 Dusch4593 added html HTML entries new entry New entry or entries labels Jun 17, 2022
Copy link
Contributor

@Dusch4593 Dusch4593 left a 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

not-a-ethan and others added 2 commits June 17, 2022 09:14
Co-authored-by: Brandon Dusch <brandondusch@gmail.com>
Co-authored-by: Brandon Dusch <brandondusch@gmail.com>
@not-a-ethan
Copy link
Contributor Author

@Dusch4593 All edits look good. I accepted the changes.

@not-a-ethan not-a-ethan marked this pull request as ready for review June 18, 2022 19:08
- `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"`.
Copy link
Contributor Author

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

Copy link
Contributor

@KTom101 KTom101 left a 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.

not-a-ethan and others added 2 commits June 22, 2022 19:30
Co-authored-by: KTom101 <kyrathompson@me.com>
Co-authored-by: KTom101 <kyrathompson@me.com>
@not-a-ethan
Copy link
Contributor Author

@KTom101 All edits look good. I accepted the changes.

Copy link
Contributor

@Dusch4593 Dusch4593 left a 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 😄

not-a-ethan and others added 2 commits June 23, 2022 12:54
Co-authored-by: Brandon Dusch <brandondusch@gmail.com>
Co-authored-by: Brandon Dusch <brandondusch@gmail.com>
Copy link
Contributor

@Dusch4593 Dusch4593 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@not-a-ethan
Copy link
Contributor Author

@Dusch4593 doesn't really matter but you forgot to add the status: review 1️⃣ completed label.

@Dusch4593 Dusch4593 merged commit 1e8e129 into Codecademy:main Jun 24, 2022
Dusch4593 added a commit to Dusch4593/docs that referenced this pull request Jun 24, 2022
@not-a-ethan not-a-ethan deleted the basefont-tag branch June 24, 2022 14:11
Dusch4593 added a commit to Dusch4593/docs that referenced this pull request Jun 25, 2022
Dusch4593 pushed a commit to Dusch4593/docs that referenced this pull request Jun 25, 2022
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants