Inhaltsverzeichnis
How does Small Tag work in HTML?
Examples
Example #3
Conclusion
Heim Web-Frontend HTML-Tutorial Kleines Tag in HTML

Kleines Tag in HTML

Sep 04, 2024 pm 04:27 PM
html html5 HTML Tutorial HTML Properties HTML tags

The tag is one of the features in HTML mainly; it represents the text identified and displayed from one size into another size that is big to small size HTML body text will be converted largely into small. The tag will focus on the HTML its not undercover whole user browser font sizes. It will support all type of browsers, so it is fully accepted the browser compatibility modes. tag is an HTML element the web page content will change the smaller size, and there are no changes in the text on the web pages.

Syntax:

The basic syntax of the tag as follows.

<html>
<body>
<p>
<small>
----some contents---
</small>
</p>
</body>
</html>
Nach dem Login kopieren

The above codes are the basic steps to declare the tag in HTML documents. We must use both opening and closing brackets for the tag. In each HTML tags have their own features and some de-merits to the projects based on the versions, runnable environments, etc. these features are acceptable for all the HTML tags. tag is used for all the places in HTML tags; they use nested concepts to derive the HTML web contents in sub-division parts.

How does Small Tag work in HTML?

HTML small tags do not have any specific attributes support for HTML web pages; it is a global one that will support all over the web page contents in the browser screen. By using a small tag, the size of the fonts must vary; that is a small font for some various needs its have an expectation also it includes styles. In html5 is gained some new purposes for web page users. But it is common for the HTML small text inside comments and some fine prints also; it often includes some legal text or copyright information.

In body tag in a web page, all the contents of the text will be the same size that is often as normal, but there are sometimes certain parts of the copied text that will be a smaller size visually it will be broken one that the text is split and make it as a readable format in web pages. The tag is one way to format the text, and CSS with some other tags has reduced the importance of this tag. The small tag was one of the good tags when we used it properly, and also, it will be used multiple times on web pages and can be nested with inside other tags for some effects.

We will add to possible for styles and added some functionalities to the tags; this is nothing but adding an attribute with after the small in the opening tag. It includes attributes for class directories, id, languages, styles, and titles. In most of the cases class, ids are used with the web pages and its usages as line as examples with all the attributes there is have some spaces after the initial with the attribute names than an equal sign, identifiers of the attributes in double-quotes. Both the class and ids types are the attributes it refers to the CSS stylings of the elements, and it will be either stored in tag of the web page documents on an external file.

An id refers to denote the single instance of the web page whereas classes usually it refers to some repeating elements on the page it is mainly for the reasons for tag the class attributes is nearly always used over the id attributes because in practice, type it does not make many differences in the web page. The attributes are always allowed with some CSS styles pieces of information for the tag in HTML. The directory dir attribute is allowed for reading the HTML text in both left and right format language lang. It is allowed to specified the languages for both tag and title contents. It is used to allow some extra contents and information for the tags.

It is mainly possible to attach the scripts like javascript to use the HTML tags and also as well as add some functionalities to the web pages based on the user requirements those scripts in HTML will write for the outside scope of the document.The tag is an inline element in HTML. We use the tag to define the alter text size in the web pages if suppose the page is written in HTML5 versions, the mentioned altering text tag size issue is to be ignored on the case.

Examples

The examples of the following are given below:

Example #1

Code:

<html>
<body>
<p>Welcome To My Domain</p>
<p><small>welcome users To My Domain</small></p>
</body>
</html>
Nach dem Login kopieren

Output:

Kleines Tag in HTML

Example #2

Code:

<html>
<head>
<style>
sample {
font-size: .8em;
color:blue;
}
</style>
</head>
<body>
<p>Welcome To My Domain,All the New Users welcomed once again</p>
<sample> Please contact any queries to email:[email protected] </sample>
</body>
</html>
Nach dem Login kopieren

Output:

Kleines Tag in HTML

Example #3

Code:

<html>
<body>
<p>Welcome To My Domain.</p>
<button onclick="sample()">Click</button>
<p id="example1"></p>
<script>
function sample() {
var s = "mailto:[email protected]!";
var r = s.small();
document.getElementById("example1").innerHTML = r;
}
</script>
</body>
</html>
Nach dem Login kopieren

Output:

Kleines Tag in HTML

The above three examples will show the basic tag HTML with different formats in web pages. Based on the project’s user requirements, we will use the small tag and attributes in real-time environments. And also, we used javascript for the third example; after clicking the button, the mail address will be shown in a smaller size, so this will vary when compared to the previous two examples Event handler mechanism will use the HTML contents attributes enable to invoke the scripts from within the HTML documents. The script is invoked and occurs in certain events when we call the functions in the front end screen to the back end. Each event handler mechanism contains certain attributes to deal with the set of events in HTML scripts.

Conclusion

Mainly in HTML, we use the tag has one feature for touching the surface of the HTML predefined tags. Mainly it will use the versatile in HTML tags easily among other tags. It will combine with CSS to present with more attractive for the web pages in users.

Das obige ist der detaillierte Inhalt vonKleines Tag in HTML. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!

Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn

Heiße KI -Werkzeuge

Undresser.AI Undress

Undresser.AI Undress

KI-gestützte App zum Erstellen realistischer Aktfotos

AI Clothes Remover

AI Clothes Remover

Online-KI-Tool zum Entfernen von Kleidung aus Fotos.

Undress AI Tool

Undress AI Tool

Ausziehbilder kostenlos

Clothoff.io

Clothoff.io

KI-Kleiderentferner

Video Face Swap

Video Face Swap

Tauschen Sie Gesichter in jedem Video mühelos mit unserem völlig kostenlosen KI-Gesichtstausch-Tool aus!

Heiße Werkzeuge

Notepad++7.3.1

Notepad++7.3.1

Einfach zu bedienender und kostenloser Code-Editor

SublimeText3 chinesische Version

SublimeText3 chinesische Version

Chinesische Version, sehr einfach zu bedienen

Senden Sie Studio 13.0.1

Senden Sie Studio 13.0.1

Leistungsstarke integrierte PHP-Entwicklungsumgebung

Dreamweaver CS6

Dreamweaver CS6

Visuelle Webentwicklungstools

SublimeText3 Mac-Version

SublimeText3 Mac-Version

Codebearbeitungssoftware auf Gottesniveau (SublimeText3)

Heiße Themen

Java-Tutorial
1655
14
PHP-Tutorial
1252
29
C#-Tutorial
1226
24
Tabellenrahmen in HTML Tabellenrahmen in HTML Sep 04, 2024 pm 04:49 PM

Anleitung zum Tabellenrahmen in HTML. Hier besprechen wir verschiedene Möglichkeiten zum Definieren von Tabellenrändern anhand von Beispielen für den Tabellenrand in HTML.

Verschachtelte Tabelle in HTML Verschachtelte Tabelle in HTML Sep 04, 2024 pm 04:49 PM

Dies ist eine Anleitung für verschachtelte Tabellen in HTML. Hier diskutieren wir anhand der entsprechenden Beispiele, wie man eine Tabelle innerhalb der Tabelle erstellt.

HTML-Rand links HTML-Rand links Sep 04, 2024 pm 04:48 PM

Anleitung zum HTML-Rand links. Hier besprechen wir einen kurzen Überblick über HTML margin-left und seine Beispiele sowie seine Code-Implementierung.

HTML-Tabellenlayout HTML-Tabellenlayout Sep 04, 2024 pm 04:54 PM

Leitfaden zum HTML-Tabellenlayout. Hier besprechen wir die Werte des HTML-Tabellenlayouts zusammen mit den Beispielen und Ausgaben im Detail.

HTML-Eingabeplatzhalter HTML-Eingabeplatzhalter Sep 04, 2024 pm 04:54 PM

Leitfaden für HTML-Eingabeplatzhalter. Hier besprechen wir die Beispiele für HTML-Eingabeplatzhalter zusammen mit den Codes und Ausgaben.

HTML-geordnete Liste HTML-geordnete Liste Sep 04, 2024 pm 04:43 PM

Leitfaden zur HTML-geordneten Liste. Hier besprechen wir auch die Einführung von HTML-geordneten Listen und Typen sowie deren Beispiele

HTML-Onclick-Button HTML-Onclick-Button Sep 04, 2024 pm 04:49 PM

Anleitung zum HTML-OnClick-Button. Hier diskutieren wir deren Einführung, Funktionsweise, Beispiele und Onclick-Events in verschiedenen Veranstaltungen.

Text in HTML verschieben Text in HTML verschieben Sep 04, 2024 pm 04:45 PM

Anleitung zum Verschieben von Text in HTML. Hier besprechen wir eine Einführung, wie Marquee-Tags funktionieren, mit Syntax und Beispielen für die Implementierung.

See all articles