HTML ?? ??? ??? ??? ??? ? ??? ??? ?? ??? ??, ?? ? ???? ?? ??? ???? ? ?? ????? ?????. ??? < ??? ???? ?????. ? >, ?? ?? ??? '/'? ??? ???. ?? ??? ?????? ……. , HTML? ?? ???? ?? ??? ??? ???.
?? ??:
?? ??? ??? ????. ??? ??? ??? ???? ?? ??? ??? ?? ??? ?????. ???? ?? ??? ?? ??? ?? ???? ????? ?? ??? ???? ????.
<pre class="brush:php;toolbar:false"> <code> …. …. </code>
HTML?? ?? ??? ??? ??????
????? ?? ??? ?? ?? ???? ?????. ?? ??? ???? ?? ??? ??? ??? ???? ?????. HTML 5 ? HTML4 ?? ??? ???? ????.
HTML? ??? ??? ??? ?? ? ????? ?? ?? ??? ?????. ???? ??? ??? ?? ???? ????? ?? ???? ???? ?? ??? ????. ?? ?? ? ?> ???. ?? ??? ?? ??? ??? ??
? ?? ??? ?? ??? ??? ???? ??? ??? ?????.</p> <p>??? ?? ??? ???? ???? ?? ?? ??? ??? ???? ? ??? ???????. ??? ?? ???? ????? CSS ???? ?? ???? ???? ???? ???? ?? ?? ????. ??? ????? ?? ?? ??? ????? ??? CSS? ???? ?? ????. ???? ???? ?? Chrome, Edge, Opera, Safari, Firefox?? ?????. ? ??? ??? ? ?? ??? ?? ?????. ?? ??? ?? ??? ??? ?? ??? ??? <id>, <style>, <title></p>? ?????. <p>? ?? ??? ?? ?? ?? ??? ?????.</p> <ul> <li> <strong><Code>:</strong> ?? ?? ??</li> <li> <strong><var>:</strong> ??? ?????</li> <li> <strong><samp></strong>: ??? ??? ??????</li> <li> <strong><kbd></strong>: ??? ?? ??? ??</li> </ul> <h3 id="HTML-??-??-??-??">HTML ?? ?? ?? ??</h3> <p>??? ?? ??? ??? ???? ??? ????.</p> <h4 id="??">?? #1</h4> <p>??? ? ?? ?? ????? ?? ??? ??? ???? ??? ???? ????.</p> <p><strong>??:</strong></p> <pre class="brush:php;toolbar:false"><!DOCTYPE html> <html> <body> <em># Display the sum</em><br> <strong>program adds two numbers</strong><br> <pre class="brush:php;toolbar:false"> <code> nu1 = 2.5 nu2 = 5.3 sum = float(nu1) + float(nu2) print('The sum of two num {0} and {1} is {2}'.format(nu1, nu2, sum))</code>
output from a program
input
Variable declaration