We should use correctly tag and element
See original GitHub issuerelated to https://github.com/freeCodeCamp/freeCodeCamp/issues/43427#issuecomment-917026049
In the new Responsive Design curriculum the words tag and element are used interchangebly
The correct use should be h1
element and <h1>
tag (or at least, element is the whole thing, tag is the one that start with <
and end with >
and can be an opening tag, a closing tag or a self-closing tag).
Should this be changed in the new curriculum?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
HTML Tags Vs Elements - Tutorial Republic
Tip: We recommend using lowercase for tag and attributing names in HTML, since by doing this you can make your document more compliant...
Read more >HTML tags: A guide to the basics - Creative Bloq
Elements are created by parsing the tags we write in the markup. Because of this, it's important to make sure the HTML is...
Read more >Using <b> and <i> elements - W3C
A general issue. Using b and i tags can be problematic because it keeps authors thinking in presentational terms, rather than helping them...
Read more >A short guide to help you pick the correct HTML tag
A short guide to help you pick the correct HTML tag. 28. September 2021. HTML. A semantically correct HTML tag informs the browser...
Read more >WebD2: Common HTML Tags - University of Washington
Tags in HTML are not case sensitive, but in XHTML all tags must be in lower case. Even when coding in HTML, you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @ShaunSHamilton @ieahleen - is it ok if i pick this up? First timer here 👋
@ieahleen That does look like something that should be standardised. Thank you, for listing them.
I am opening this issue up for first timers only. The files that need changed are listed in the above reply.
What needs changed
tag
which should be changed toelement
.Example
Original:
New:
Note
Not all uses of the word
tag
should be changed. Example:An issue with the help wanted or first timers only label is open for contribution. The first comprehensive PR created will be reviewed and merged. We typically do not assign issues to anyone other than long-time contributors.
If you would like to contribute, and have not read the contributors docs, please do so here: https://contribute.freecodecamp.org/#/
If you have any issues with contributing, be sure to join us on the contributors channel, or on the contributors sub-forum