X
X
X
X

What are the Most Used HTML Codes Surrounding the Internet Like a Spider Web?

HomepageArticlesWeb Software DevelopmentWhat are the Most Used HTML Codes S...

Although it is not a programming language, HTML has been used for many years, which draws attention as the most frequently used text markup language in the internet world. This language has some common pattern codes. Let's take a closer look at the most used HTML codes and what they do.

We come across codebases written using the HTML language in so many places that many users think it's a programming language. However, HTML is not a programming language, it is a text markup language. The internet world would not be what it is today without HTML, which enables browsers to read items added to websites in a single language.

There are some frequently used pattern codes in the HTML text markup language, as in the everyday language or special programming languages ​​we use. If you know such frequently used patterns, you will learn this language much easier and you can make sense of it much more easily when you come across it somewhere. Let's take a closer look at the most used HTML codes and what they do.

Most used HTML codes:
(<HTML>. . . </HTML>)*
(<HEAD> . . . </HEAD>)*
(<BODY> . . . </BODY>)*
<TITLE> . . . </TITLE>
<H1> . . . </H1>
<H2> . . . </H2>
<H3> . . . </H3>
<H4> . . . </H4>
<H5> . . . </H5>
<H6> . . . </H6>
<P> . . . (</P>)*
<BR>
<HR>
<!- ​​. . . ->
<A href=> . . . </A>
<DL>
<IMG SRC="image.gif">
<B> . . . </b>
<I> . . . </I>
<font size="+3"...</font>
<table>


(<HTML>. . . </HTML>)*
(<HTML>. . . </HTML>)* refers to a complete codebase document previously written using the HTML language after the three dotted fields in the code are filled.

(<HEAD> . . . </HEAD>)*
(<HEAD> . . . </HEAD>)* refers to the beginning or preface of an HTML document after the three dotted field in the code has been filled in.

(<BODY> . . . </BODY>)*
(<BODY> . . . </BODY>)* refers to all non-post-added content in an HTML document after the three-dot field in the code has been filled.

<TITLE> . . . </TITLE>
<TITLE> . . . The three dotted field in the </TITLE> code refers to the title of an HTML document after it has been filled in.

 

<H1> . . . </H1>
<H1> . . . The three dotted field in the </H1> code refers to the text size appropriate for the first-level heading level in the HTML document after it is filled.

<H2> . . . </H2>
<H2> . . . The three dotted field in the </H2> code refers to the text size appropriate for the second-level heading level in the HTML document after it is filled.

<H3> . . . </H3>
<H3> . . . The three dotted field in the </H3> code refers to the text size appropriate for the third-level heading level in the HTML document after it is filled.

<H4> . . . </H4>
<H4> . . . The three dotted field in the </H4> code represents the text size appropriate for the fourth level heading level in the HTML document after it is filled.

<H5> . . . </H5>
<H5> . . . The three dotted field in the </H5> code refers to the text size appropriate for the fifth level heading level in the HTML document after it is filled.

<H6> . . . </H6>
<H6> . . . The three dotted field in the </H6> code represents the text size appropriate for the sixth-level heading level in the HTML document after it is filled.

 

<P> . . . (</P>)*
<P> . . . After the three-dot field in the (</P>)* code is filled, it is used to create a paragraph in the HTML document because paragraphs are not created with keyboard movements as we know them in HTML language.

<BR>
The <BR> code means end of line. The field with this code represents a blank line.

<HR>
At the point where the <HR> code is used, it draws a horizontal line on the page.

<!- ​​. . . ->
<!- ​​. . . After the three dotted field in the -> code is filled, the comment section is created, but the comments written here are not visible when the page is viewed.

<A href=> . . . </A>
<A href=> . . . After the three-dot field in the </A> code is filled, you add a redirect link to that code field.

<DL>
The <DL> code creates a definition list. Codes with <DT> at the end of <DL> written one after the other; Expresses items, items, and item definitions as an ordered list.

 

<IMG SRC="image.gif">
<IMG SRC="image.gif"> creates an inline image. After the name of the image is written in the image section, the image format as .gif or .jpg is added.

<B> . . . </b>
<B> . . . Makes the text in question bold after the three dotted field in the </B> code is filled.

<I> . . . </I>
<I> . . . Italicizes the text in question after the three dotted field in the </I> code is filled.

<font size="+3"...</font>
Creates the font size after the three-dot field in the <font size="+3"...</font> code is filled. The +3 field is changed according to the font size. It offers a much more effective use instead of titles in large font sizes.

<table>
The <table> code initializes a table. The underlined <TR> code starts a row, the <TD> code starts a cell to enter data, the "/TD" code ends the data entry, the "/TR" code ends the line, and the "/table" code ends the table.

We talked about some tricks about this text markup language by explaining the most used HTML codes and what they mean.

Makalemizle iİlgili Görüşlerini Belirtebilirsin


Bir Sorunuz mu Var?

Sorularınızı cevaplamayı bekleyen muhteşem bir ekibimiz var.
Bize Ulaşın.