Uploaded on Apr 17, 2023
Learn about some HTML tags which you use very less or are secret tags of HTML. Every website developer should know about these HTML tags like marquee tag, Code tag and much more. If you are doing a web designing course or web development course to grow your career. You should know about these tags.
Most Secret HTML Tags Every Web Developer Should Know About It + (Marquee Tag, Code Tag)
Most Secret HTML
Tags Every Web
Developer Should
Know About It +
(Marquee Tag, Code
Tag)
SITHUB
Most Secret HTML Tags Every Web Developer Should Know
About It + (Marquee Tag, Code Tag) 9
Introduction
If you're pursuing a web development career, you already know the importance of HTML to make a
website. But there are several rare used HTML tags which can enhance your web development skills.
In this article, We will cover tags like the Marquee tag, which is used to create scrolling text, and
the Code tag, which is used to highlight programming code on a webpage. If you want to learn web
development from a reputed institute, then SITHub is a great option for you. They provide Advance
web development course by industry expert trainers.
We'll also discuss the Anchor Text tag, which is important for creating links in a webpage, these HTML
tags can help you take your website to the next level. So, let's dive in and discover the most secret
HTML tags every web developer should know about.
SITHUB
Most Secret HTML Tags Every Web Developer Should Know
About It + (Marquee Tag, Code Tag) 9
The tag is used to define an abbreviation or acronym. The full form
of the abbreviation or acronym is specified using the "title" attribute. This
tag can be used to provide additional information and context for the
abbreviation or acronym.
Example of code:
WHO
SITHUB
Most Secret HTML Tags Every Web Developer Should Know
About It + (Marquee Tag, Code Tag) 9
1.
tag is similar to the tag, but it is not supported
in HTML5. It is used to define an acronym and specify the full form
using the "title" attribute.
Example code:
WWW
SITHUB
Most Secret HTML Tags Every Web Developer Should Know
About It + (Marquee Tag, Code Tag) 9
1.
This tag is used to group all options in one dropdown lists. It is a child of the tag,
and contains one or more tags. This tag is useful for organising large lists of
options.
Example code:
Apple
Orange
Carrot
Spinach
SITHUB
Most Secret HTML Tags Every Web Developer Should Know About It
+ (Marquee Tag, Code Tag) 9
1.
It is used to indicate a reference of a source. This tag
can be used to mark up the title of a book, article, or
other publication.
Example code:
The Great Gatsby by shubham
SITHU
B
Most Secret HTML Tags Every Web Developer Should Know About It
+ (Marquee Tag, Code Tag) 9
1.
Marquee Tag are HTML tags used to create scrolling or moving text or
images on a web page. Marquee Tag moves the text or images horizontally
or vertically on the screen, by setting its attribute. This tag is deprecated
in HTML5 and should not be used in modern web development practices.
Instead, we recommend using CSS animations or JavaScript to achieve
similar effects. If you still want to use the tag, you can do so by including
the text or image you want to scroll in the tag and setting attributes such
as direction, scroll height and behaviour to specify the direction and
speed. and behaviour of scrolling elements. Here's an example code
snippet:
Welcome to Web
Development Tutorial!
SITHU
B
Most Secret HTML Tags Every Web Developer Should Know About It
+ (Marquee Tag, Code Tag) 9
1.
The tag is an HTML element that is used to mark up a section of
code or a programming code snippet. It is typically used to display code
snippets or programming code on a webpage in a way that distinguishes
it from regular text. This tag is used to display code in a monospace font
with whitespace preserved, which makes it easier to read and
distinguish from regular text. But, tag also nested inside other
HTML elements to provide additional context and markup for the code.
Example of tag:
To create a new Python list, use the list()
function:
my_list =
list()
SITHU
B
5 Elements of a
Successful Website: A
Guide to Web
Development Best
Practices
THANK YOU FOR LISTENING
So, this tag is very useful to display the code snippets or programming code on a webpage in a manner that
is easy to read and understand.
About the author
Shubham Kashyap is a Junior SEO and Content Marketing Executive at SITHub. This training institute offers a
variety of courses including web development, full stack development, digital marketing and web design course
and other short term courses. I have 1 year of SEO experience. Connect with SITHUB on Twitter @SitHub1
SITHU
B
Comments