List of basic HTML tags

, html . , CSS, PHP , , , . html .

,

- html -, . , , , . , html , <!DOCTYPE html>, <html>, <head>, <body>, <title>, <img>, <p> .

Opening and closing tags




html

<!DOCTYPE>. , , -. , html , -. HTML5 : <!DOCTYPE html>

, , , <html>. , , . , "/". , html :





<html>

...

</html>

, -.

Laptop with code




<head>

html. <html>, , , -. html ( <title>, ), . , , . :

<head>

<title> </title>

</head>

<body>

html, - , . , <html>, . :

<body>

-

</body>

html. . , . , . , <p>, , - . :





<p>

</p>

, . , , . 6 , . , <h1> , <h6> - .

Header Description




, . - , . , <img>. , , <img />.

, , . . , <a>.

Man holds tag brackets




?

. . . - , - , "=" .

html

. , - . , , , <a> ( ) <img /> ( ). , html , .

Search for photos on a laptop




<a>

, <a>, - . , , , . href, . , fb.ru, :

<a href="fb.ru"> fb.ru </a>

, <a>, , href, , , , .

src <img />

<img />. , - . <a>, <img /> , . , . src, , , .

<img src=https://img.fonwall.ru/o/f7/zakat-more-palmy-plyazh-q85n.jpg />

alt <img />

, <img /> . , . alt. , . , - . , , . , <img /> :

<img src=https://img.fonwall.ru/o/f7/zakat-more-palmy-plyazh-q85n.jpg

alt=" "/>

?

, , html. , . align. <img />, <p>. , . right left, (). , :

<img src=https://img.fonwall.ru/o/f7/zakat-more-palmy-plyazh-q85n.jpg

alt=" "

align="right"/>

Screen code




However, it is worth noting that recently some of these attributes are not used, and instead cascading style sheets (CSS) are used. In order to use styles in html, the <link> tag is prescribed, which is designed to connect styles and is located in the <body> tag.




All Articles