Sample HTML page and basic creation principles

Many languages ​​have been invented, but HTML is one of the most special and most sought after languages. Many other key programming endeavors are associated with it. A lot becomes available when the developer’s mind is familiar with the markup language HyperText Markup Language (HTML).

html example page




In essence, there is nothing complicated in HTML, and in a few minutes, anyone who is farthest from programming and the Internet will create an HTML page in notepad. An example worthy of attention, simplicity, indeed, accessible to everyone.

general description

An HTML file is one page on a site, although one can argue with that, but the fact that one file is one page is understandable for a start.

HTML DOCTYPE, , - HTML. () . («<» «>») HTML. HTML , «tag» «/tag». . , «br/» - .

- HTML, : HEAD BODY. , , PHP JavaScript. . .





HTML-

. .

Author's example is not a picture




HEAD

HEAD - , - . :

  • ;
  • (*.css *.js).

, : - CSS .

HTML- (TITLE), , , . , , , .

html web page example




META- - , HTML- , .





LINK SCRIPT . , CSS, - JavaScript-. .

, HTML , . CSS , , HTML.

BODY

, HTML - BODY. , . , JavaScript- PHP-.

, - HTML , notepad, . HTML-, . , PHP . JavaScript , .

simple html page example




HTML - , . , . PHP- .

JavaScript , - (), , , .

HTML- ( BODY) .

Author's example is not a picture




, .

Author's example is not a picture




, , . CSS. Mcss/scPhpWordRW.css, (. HTML).

HTML, CSS , , HTML- , notepad. :

Author's example is not a picture




, scLogo_vDoc, , vDoc-logo.png, - vDoc-logo-h.png.

HTML

- . , . , () .

, , (tagName) («<» + tagName +«>»), , «</» + tagName + «>», .

HTML .

Author's example is not a picture




, «>». , , . , .

HTML

HTML . , , HTML-, .

html page creation example




, , , . , . , JavaScript-.

, HTML . « ».

: TABLE, TR, TD

TABLE , TR - TD. , HTML-, , , , .

sample html page code




HTML: , , , . , , , .

HTML .

Author's example is not a picture




, TD TH - . , , , CSS TH , TD.

: FORM, INPUT

- HTML-. . , - , - .

HTML :

Author's example is not a picture




, . , . . , .

HTML

- -, PHP JavaScript, HTML + CSS .

PHP . PHP , . , TestOnBlur, INPUT ( onblur), .

creating html page in notepad example




JavaScript, , , : onclick=jQuery('#to').val('cart'), , jQuery, #to, val, cart. , HTML CSS.

, -.




All Articles