, html . , CSS, PHP , , , . html .
,
- html -, . , , , . , html , <!DOCTYPE html>, <html>, <head>, <body>, <title>, <img>, <p> .
html
<!DOCTYPE>. , , -. , html , -. HTML5 : <!DOCTYPE html>
, , , <html>. , , . , "/". , html :
<html>
...
</html>
, -.
<head>
html. <html>, , , -. html ( <title>, ), . , , . :
<head>
<title> </title>
</head>
<body>
html, - , . , <html>, . :
<body>
-
</body>
html. . , . , . , <p>, , - . :
<p>
</p>
, . , , . 6 , . , <h1> , <h6> - .
, . - , . , <img>. , , <img />.
, , . . , <a>.
?
. . . - , - , "=" .
html
. , - . , , , <a> ( ) <img /> ( ). , html , .
<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"/>
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.