The html language refers to. The purpose of the HTML language. HTML standard and XHTML specification. HTML document structure. Instructions for implementation

WEB SITE DESIGN

Stages of creating a website

Creating a Web site involves several stages - from coming up with an idea to its implementation. To create a truly interesting and useful product, you need to go through the following steps.

Analysis and design. Analysis of strengths and weaknesses competitors, information design of a Web site, development of its concept, assessment of the target audience.

Content writing. Under content refers to the information content of the site. The term is used to refer to the ideological content of a Web site.

Creative. Creative- a term to denote the visual component of a Web site. This includes the development of design, graphic elements, graphics processing and everything related to it.

Writing website code. Web file programming, writing the functional part

Testing. At this stage, everything is checked: ease of navigation, data integrity, correctness of links and spelling; moreover, not all browsers interpret the same HTML tags in the same way.

Publication. Placing a website on the Internet. Most Internet service providers (ISPs) provide the service of hosting home Web pages for free (this service is called Web hosting). To publish, you can host your Web site with a provider or use other options.

Support. It is necessary to decide how new sections and materials will be added, and what will happen to the old ones. It may be necessary to create a news archive that will contain news that has lost its relevance. It is even more important to regularly update the information on the Web site to ensure that it remains attractive.

Web Design Terminology

Web browser- an application program designed to interpret HTML document codes and display a hypertext document on a computer screen. Most commonly used browsers - Internet Explorer,Opera, Mozilla Firefox, Google Chrome. Along with the term “browser”, synonymous terms are used: “browser” and “navigator”.

Website- a set of interconnected, similar in meaning Web pages and files. Each Web site has one Web page called the homepage or home page. All visitors to the Web site first land on it, and then, using hyperlinks, get to other pages of the Web site.

Web page (HTML document) is a text file on HTML language format *.htm or *.html, posted on WWW. In addition to text, a Web page can contain graphics, animations, video clips, music, as well as hypertext links with which you can navigate to and view other Web pages.

One way to create Web pages (or HTML documents) is to use text editor Notepad, built into Windows. In this editor, a Web page file is created, which is saved with the *.htm extension, and the results are then viewed using a browser.

Creating Web sites using HTML language

Language HTML(Hyper Text Markup Language) is a hypertext document markup language used for writing Web sites.

The HTML language allows you to:

‒ create and edit Web sites, including a home Web page, which can then be posted on the Internet;

- edit HTML documents received from the Internet so that all objects embedded in the document (pictures, animations, etc.) function;

- create multimedia presentations, slide shows, demo projects, thanks to hypertext links and the ability to insert drawings, diagrams, animations, video clips, music and speech accompaniment, text special effects (for example, creeping line) into an HTML document.

BASIC CONCEPTS OF HTML LANGUAGE

Element is an HTML language construct, or container, containing data.

Web page is a set of elements.

Tag are the start and end markers of the element. Tags define the boundaries of the action of elements and separate elements from each other. Tags are enclosed in angle brackets, for example: . The end tag, if required by the language syntax, is preceded by a forward slash:.

Frame- an area of ​​a hypertext document with its own scroll bars. Frames allow you to split pages into rectangular areas, each of which displays its own own page. You can place one or more frames on a page (this page is called frames page or frameset).

Form- an area of ​​a hypertext document that is necessary for organizing feedback with site visitors.

Applet- a small application program transferred to the client’s computer in the form separate file and launched when viewing a Web page.

Script- a program included in a Web page to expand its capabilities.

Placement (UpLoad)- copying a document from the client’s computer to the Web server - used when creating your own Web page (i.e., when publishing it).

Pixel- the smallest color point on the monitor screen.

GENERAL STRUCTURE OF A SIMPLE HTML DOCUMENT

The general structure of a simple HTML document is:

<СОММЕNT> A comment

</b> Document's name <b></ TITLE > </b></p> <p><b></HEAD> </b></p> <p><b><BODY> </b></p> <p>This is where the text of the HTML document itself is located.</p> <p><b></BODY> </b></p> <p><b></HTML> </b></p> <p>Let's explain these HTML document tags:</p> <p><b><COMMENT> </b>- commentary on the document. Not required.</p> <p><b><HTML> </b>- identifier of the entire block of HTML commands.</p> <p><b><HEAD> </b>- HTML document header identifier.</p> <p><b><TITLE> </b>- viewport title identifier.</p> <p><b><BODY> </b>- identifier of HTML commands of the document to be viewed.</p> <p>Three main tags <b><HTML> </b>, <b><HEAD> </b> And <b><BODY> </b> provide the browser with basic information to identify and organize the document.</p> <p>All specified tags are paired, i.e. each one ends with an end tag with a slash. All commands can be written in both small and capital letters.</p> <p><b><МЕТА> </b>- an unpaired tag is used to indicate <a href="https://whatsappss.ru/en/tools/obzor-smartfona-highscreen-power-ice-obrazcovyi-byudzhetnik-highscreen-power-ice.html">detailed information</a> about the document.</p> <p><u>TEXT STREAM FORMATTING TAGS</u></p> <p><b><Р> </b>- identifier of the end of the paragraph after which it is added <a href="https://whatsappss.ru/en/browser/specifikacii-po-html5-na-russkom-standarty-kodirovaniya-v-html5-pustye-stroki-i.html">empty line</a>. Need a tag at the end <b></Р> </b>.</p> <p><b><BR> </b>- line feed identifier.</p> <p><b><HR> </b>- horizontal line image identifier.</p> <p>These tags are single, i.e. unpaired, they do not require slash tags.</p> <p><b><PRE> </b>- installation of equal-spaced font. Need a tag at the end <b></PRE>. </b></p> <p><u>PAIRED TAGS FOR FORMATTING DOCUMENT HEADS AND SUBHEADINGS</u></p> <p><b><Н1>, <Н2>, <НЗ>, <Н4>, <Н5>, <Н6>. </b> In this case, the headings will be displayed in capital letters, and the size of the letters of the tag <b><Н1> </b> will be the biggest one <b><Н2> </b>- less, y <b><НЗ> </b>- even less, etc.</p> <p><u>PAIRED TEXT CHARACTER FORMATTING TAGS</u></p> <p><b><В> </b>- bold font identifier.</p> <p><b><strong> </b>- identifier of the selected font.</p> <p><b><i> </b>- italic identifier.</p> <p><b><U> </b>- underscore identifier.</p> <p><b><s> </b>- strikethrough identifier.</p> <p><b><tt> </b>- identifier of an equal-spaced font (teletype or courier).</p> <p><b><big> </b>- sets an increased font size.</p> <p><b><small> </b>- sets a reduced font size.</p> <p><b><center> </b>- sets the centering of the text.</p> <p><b><sub> </b>- sets the subscript.</p> <p><u>PARAGRAPH FORMATTING TAGS</u></p> <p><b><р align=left> </b>- align text in a paragraph to the left.</p> <p><b><р align=right> </b>- align text in a paragraph to the right.</p> <p><b><р align=center> </b>- align text in a paragraph to the center.</p> <p><b><р align=justify> </b>- full alignment on both edges of the screen,</p> <p><b>align</b>- alignment attribute.</p> <p><u>LIST TAGS</u></p> <p>List tags are a way to visually display structured information. Ordered lists are used to display sequential operations or algorithms. The browser automatically generates numbers for each item in the list.</p> <p><b><OL> </b>- identifier of the ordered list. At the end <b></OL>. </b></p> <p>Unordered lists are used to compile lists when the order of items is not important. Each element will have a marker in front of it.</p> <p><b><UL> </b>- unordered list identifier. At the end <b></UL>. </b></p> <p>Individual elements in ordered and unordered lists are marked with a single tag <b><LI> </b>, and the elements in definition lists <b><DL> </b> tags <b><DT> </b> for the term and <b><DD> </b> for the meaning of the term.</p> <p><b><LI> </b>- identifier of the element in the ordered and unordered list.</p> <p>End tag <b></LI> </b> may be omitted.</p> <p><u>DEFINITION LIST TAGS</u></p> <p>Definition lists provide special dictionary-like formatting for terms and their associated descriptions.</p> <p><b><DL> </b>- definition list identifier. At the end</DL>.</p> <p><b><DT> </b>- identifier of the term in the list of definitions.</p> <p><b><DD> </b>- identifier of the meaning of the term in the list of definitions.</p> <p><b><DL> </b></p> <p><b><DT> </b> name of term 1</p> <p><b><DD> </b> definition of term 1</p> <p><b><DD> </b> another definition of the term 1</p> <p><b></DL> </b></p> <p><u>COLOR TAGS</u></p> <p><b><BODYbgcoIor=«teal» text=«aqua» link=«red»> </b>- sets the text color (text), background color (bgcolor) and hypertext link color (link).</p> <p><b><BODY background=«back.jpg»> </b>- sets the background image (wallpaper) on the Web page in the back.jpg file.</p> <p><b><BODY background=«\windows\tartan.bmp»> </b>- the background image (wallpaper) is taken from the file tartan.bmp, and the path of this file is indicated.</p> <p><b><font color=«yellow» size=5> </b>- sets the color of text characters (color) and their size (size). Need a tag at the end <b></font>. </b></p> <p><u>LINE TAGS</u></p> <p><b><hr coIor=«lime»> </b>- sets the color of the horizontal line.</p> <p><b><hr color=«red» size=3 width=220 align=center> </b>- attribute <b>size=N</b> sets the line thickness in pixels; attribute <b>width=M</b> sets the line length in pixels; attribute <b>align=center</b>(or <b>left</b> or <b>right</b>) specifies the offset of the line (its placement in the center, or offset to the left, or to the right).</p> <p><u>TAGS FOR INSERTING IMAGES</u></p> <p>Graphics on pages are a means of expressing thoughts, emphasizing an idea.</p> <p>Images can be saved in several formats. The GIF file type, a graphic interchange format, was the first file type to be supported on the WWW. The JPEG format was then developed by a joint group of photography experts. This format is more effective than GIF for representing large images.</p> <p>The PNG format has gained popularity - personal network graphics, which replaces GIF.</p> <p>When publishing a site, the graphic must be in the folder where the page files are stored, and the URL must be real.</p> <p>JPEG uses a special image compression technique that is advantageous for drawings and photographs.</p> <p><b><img src='/programming/yazyk-html-otnositsya-k-naznachenie-yazyka-html-standart-html-i.html' loading=lazy loading=lazy> </b>- insertion of a graphic image in the form of an animation file lycos.gif. You can also use graphic files in the *.jpg (or *.jpeg), *.bmp format.</p> <p><b><img src='/programming/yazyk-html-otnositsya-k-naznachenie-yazyka-html-standart-html-i.html' loading=lazy loading=lazy> </b>- if the width (width in pixels) and height (height in pixels) attributes are used when inserting an image, then when loading the image, the browser will first show the frame where the image should be, and then the image itself, since it takes longer to load. This way, space on the screen is reserved for the image.</p> <p><b><img src='/programming/yazyk-html-otnositsya-k-naznachenie-yazyka-html-standart-html-i.html' loading=lazy loading=lazy> </b>- inserting a graphic image in the form of a file iexplor.gif, with the full path indicated <a href="https://whatsappss.ru/en/programming/obmen-failami-mezhdu-graficheskimi-programmami-graficheskie-faily-osnovnye.html">graphic file</a> on disk: c:\html\animat\iexplor.gif ( <a href="https://whatsappss.ru/en/multimedia/polnyi-spisok-stop-slov-dlya-instagram-stop-slova-skachaite-odin-iz-samyh-moshchnyh.html">this moment</a> You need to think about it in advance, otherwise display problems will arise when moving to another computer).</p> <p><b><img src='/programming/yazyk-html-otnositsya-k-naznachenie-yazyka-html-standart-html-i.html' loading=lazy loading=lazy> </b>- attribute <b>border</b> sets a frame around the perimeter of the image with a thickness of 3 pixels. Attribute <b>Alt</b> gives text in place of the frame if there is no image.</p> <p>Attribute <b>border=0</b> used to remove the border around a drawing. This is necessary, for example, when using animated GIF images on a transparent basis.</p> <p><b><img src='/programming/yazyk-html-otnositsya-k-naznachenie-yazyka-html-standart-html-i.html' loading=lazy loading=lazy> </b></p> <p>Here attribute <b>hspace=5</b> ensures text flows smoothly around the picture. It specifies the width of the unfilled space to the right and left of the drawing in pixels.</p> <p>Attribute <b>align="left"</b> ensures that the picture is placed on the left.</p> <p><u>JUMP TAG</u></p> <p><b><а href=«excite.htm»>excite.htm</a> </b>- hypertext link to excite.htm file.</p> <p><b><а href=«C:\book\book.inf»>book.inf</a> </b>- hypertext link, transition to the book.inf file. When starting the browser, you must specify the program to view <a href="https://whatsappss.ru/en/multimedia/kak-sravnit-2-tekstovyh-faila-v-notepad-sravnenie-shozhesti-dvuh-tekstov.html">text file</a> book.inf, for example edit.com.</p> <p>When working on the Internet, you should distinguish between files with capital and small letters in the name and extension. There must be a complete correspondence between the file names in terms of the size of each letter in the name and extension specified in the hyperlink and located on the server, otherwise the hyperlinks will not work.</p> <p>To make your work easier, you can specify numeric file names (the numbers are always the same size).</p> <br><p><u>TRANSITION TAG TO ANOTHER WEB PAGE</u></p> <p><b><а href=«http://www.da.ru»>http://www.da.ru</a> </b>- hypertext link in the form of text, transition on the Internet to the Web page http://www.da.ru.</p> <p><b><а href=«zinn.gif»><img src='/programming/yazyk-html-otnositsya-k-naznachenie-yazyka-html-standart-html-i.html' loading=lazy loading=lazy></a </b>> - hypertext link in the form of the image globe.gif, transition to viewing the image zinn.gif.</p> <p><u>EMAIL ADDRESS INSERT TAG</u></p> <p><b><а href=«mailto: krilenka@ya.ru»>krilenka@ya.ru</a> </b>- hyperlink to the address <a href="https://whatsappss.ru/en/security/kak-otpravit-veb-stranicu-na-elektronnuyu-pochtu-prosteishaya-forma.html">Email</a>. When pressed, a call is made <a href="https://whatsappss.ru/en/tools/sborshchik-pochty-thunderbird-besplatnaya-pochtovaya-programma-mazila.html">mail program</a> and specified <a href="https://whatsappss.ru/en/multimedia/add-board-php-dobavit-obyavlenie-rabota-razmestit-obyavlenie-vveden.html">Email address</a>: krilenka@ya.ru is entered into the paragraph <b><i>To whom</i> </b>.</p> <p><u>DOCUMENT INSERT TAG</u></p> <p><b><embed src=«Welcome.avi» Width=280 Height=140 autostart=true> </b> -</p> <p>inserting an object into an HTML document. In this case, this is a multimedia file *.avi, and when the page is loaded, this file autoruns, the dimensions of which on the screen are specified by the attributes <b>Width</b> And <b>Height</b>.</p> <p>If the HTML document is large, then inside it they make transitions using the label (U01): <b><Р> <а href=«#U01>Introduction</а> </Р> <а name=«U01»>Introduction</а> </b></p> <p><u>TAGS FOR CREATING A CREAKING TEXT LINE</u></p> <p><u>(ONLY FOR INTERNET EXPLORER):</u></p> <p><b><marquee behavior=«scroll» direction=«right» loop=«-l»>The Internet is a window to the World!</marquee> </b></p> <p>If a text line should run to the left, then instead <b>right</b> there must be a word <b>left.</b> You can create a running text string even simpler (i.e. without attributes, and it will run to the left):</p> <p><b><marquee>Welcome!</marquee> </b></p> <p>If a text string should run left and right, then in a tag <marquee>attribute is used <b>behavior="alternate"</b>.</p> <p><u>LIST OF HTML SYMBOL COLORS</u></p> <p>A total of 16 primary colors:</p> <p>Instead of these terms, you can use <b>RGB codes</b>(<b>R</b> ed, <b>G</b> reen, <b>B</b> lue), for example: <b>#FFFFFF</b>- white (white), <b>#FF0000</b>- red.</p> <p>Changing <b>RGB codes</b>, You can select the colors you want for the text and background.</p> <p><u>AUDIO CONNECTION TAGS</u></p> <p>To play audio (*.mid file) after loading HTML document in <a href="https://whatsappss.ru/en/security/chto-takoe-privatnyi-prosmotr-v-brauzere-chto-takoe-privatnyi-rezhim-v.html">Internet browser</a> Explorer (i.e. in <a href="https://whatsappss.ru/en/what-to-do/komanda-zapuska-v-fonovom-rezhime-linux-kak-zapustit-programmu-na-linux-udalenie.html">background</a>), you need to write the following command, for example:</p> <p><b><bgsound src=«\windows\canyon.mid» lоор=1> </b></p> <p>You can also use a *.wav file. Number of plays <b>loop</b> can be increased from 1 to p.</p> <p><u>FRAME TAGS</u></p> <p><b><frameset></frameset> </b>- determination of the frame (window) structure of the document: dimensions and location of frames on the page. Replaces the BODY tag in a document with frames; can be nested in other framesets.</p> <p><b><frameset rows=«value,vaIue»> </b>- determination of the number and size of horizontal frames (line frames) in the browser window (pixels, percentages of width).</p> <p><b><frameset cols=«value,value»> </b>- determining the number and size of vertical frames (column frames) in the browser window (pixels, percentages of width).</p> <p><b><frame> </b>- definition of a frame and its properties inside the FRAMESET structure.</p> <p><b><noframes> </noframes> </b>- determines what to show if the browser does not support frames.</p> <p>Frame attributes:</p> <p><b><frame src=«URL»> </b>- indicates the address (URL) of the HTML file displayed in this frame.</p> <p><b><firame name=«name»> </b>- defining the name of this frame, which will be used in the future to refer to it from other documents using the parameter <b>target</b>.</p> <p><b><frame marginwidth=#> </b>- determining the width (in pixels) of the left and right margins of the frame; must be equal to or greater than 1.</p> <p><b><frame marginheight=#> </b>- determining the width (in pixels) of the top and bottom fields of the frame; must be equal to or greater than 1.</p> <p><b><frame scrolling=VALUE> </b>- determining the presence of a scroll bar for the contents of the frame; values ​​can be: “yes,” “no,” or “auto.” The default is auto.</p> <p><b><frame noresize> </b>- preventing frame resizing.</p> <u><br></u> <p><u>FORM TAGS</u></p> <p>For the form to function you will need to write <b>CGI</b> script. HTML simply creates the appearance of the form.</p> <table><tr><td> <form></form> </td> <td>Create a fillable form</td> </tr><tr><td> <select multiple name=«NAME» size=?></select> </td> <td>The select element creates a menu of the type “Select one item from many” or “Select several items from many” in a fillable form. Size determines the number of visible items without scrolling.</td> </tr><tr><td> < Option > </td> <td>The option element describes individual menu items. Does not have an end tag.</td> </tr><tr><td> <textarea name=«NAME» cols=40 rows=8> </textarea> </td> <td>Create a field for entering multiple lines of text. Cols indicates width; rows indicates the height.</td> </tr><tr><td> <input type=«checkbox» name=«NAME»> </td> <td>Create an input field for yes/no attributes or for attributes that can accept multiple values ​​at the same time. The tag is immediately followed by text.</td> </tr><tr><td> <input type=«radio» name=«NAME» value=«x»> </td> <td>Creating an input field for attributes that take one value out of several possible ones. The text immediately follows the tag.</td> </tr><tr><td> <input type=text name=«foo» size=20> </td> <td>Creating an input field for one line of text. Size specifies the length in characters.</td> </tr><tr><td> < input type=«submit» value=«NAME»> </td> <td>Creating a button that, when clicked, sends the completed form to the server.</td> </tr><tr><td> <input type=«image» border=0 name=«NAME» src=«name.gif»> <input type=«reset»> </td> <td>Creating a graphic image for a button that initiates data transfer to the server.</td> </tr></table><p><u>CREATING TABLES IN HTML</u></p> <p>Tables are a convenient way to format data in HTML.</p> <p>A table is defined and its general properties defined by the tag <b><table></table>. </b> The table can be aligned horizontally, for example in the center, using the tag <b><р align=«center»>, </b> placed in front <b><table>. </b></p> <p>Tag <b><table> </b> may have attributes:</p> <p><b><table border=«5» width=«100» cellpadding=« 10» cellspacing=«10»>, </b></p> <p><b>border="5"</b>- width of the side edge in pixels. When set to zero, the frame disappears;</p> <p><b>width="100"</b>- table width in pixels or <b>width="50%"</b>- table width in % relative to the page width in the window;</p> <p><b>cellspacing="10"</b>- width of the front edge in pixels;</p> <p><b>cellpadding="10"</b>- specifies the size of the empty space in pixels surrounding the data in the cell.</p> <p>Tag <b><caption></caption> </b> specifies the table title.</p> <p>Tag <b><tr> </b> specifies a table row. Next tag <b><tr> </b> specifies the next row of the table. The end tag is optional.</p> <p>Tag <b><td> </b> specifies a table cell. Next tag <b><td> </b> sets <a href="https://whatsappss.ru/en/administrator/excel-poisk-v-sleduyushchei-yacheike-kak-naiti-tekst-slova-i-simvoly-v-excel.html">next cell</a> tables. The end tag is optional.</p> <p>The cell background color is set in the tag <b><td> </b>: <b><td bgcolor=«yellow»> </b></p> <p>Unpaired tag <b><th> </b>- specifies the cell element that is the table header. This tag must be inside a tag <b><tr>. </b></p> <p>A header cell differs from a regular cell in that the text inside it appears in bold font. The background color of the header is set: <br><b><tr><th bgcolor=«yellow»> </b> Zarolovok 1.</p> <p><u>SCRIPT</u></p> <p>To implement a website, a program is used <b><i>Engine</i> </b>, which implements functionality other than simply displaying ready-made Web pages. For example, viewing the catalog of an online store (the list of products is retrieved from the store database), searching the Internet (pages with answers <a href="https://whatsappss.ru/en/tools/sushchestvuyushchie-poiskovye-sistemy-interneta-anonimnost-poiskovyh-sistem.html">search engine</a> are formed dynamically), displaying banners (the engine “gives” one or another banner to the site pages according to a given algorithm).</p> <p>A script is a simple program in a “scripting” programming language (Perl, Php, Javascript), an engine component. In extreme cases, the site engine may consist of a single script.</p> <p>Cgi-bin historically was a subdirectory on the server in which scripts and other components of the site engine were located. Some hosting services (services for hosting someone else's Web site on their Web server or someone else's Web server) provide their clients with personal cgi-bin directories for hosting scripts.</p> <p>Language <b>HTML</b>(Hyper Text Markup Language) is a hypertext document markup language used for writing Web sites. The HTML language allows you to:</p><ul><p>create and edit Web sites, including a home Web page, which can then be posted on the Internet;</p><p>edit HTML documents received from the Internet so that all objects embedded in the document (pictures, animations, etc.) function;</p><p>create multimedia presentations, slide shows, demonstration projects, thanks to hypertext links and the ability to insert drawings, diagrams, animations, video clips, music and speech accompaniment, text special effects (for example, creeping line) into an HTML document.</p> </ul><h2>Basic concepts of the html language</h2><p><b>Element</b> is an HTML language construct, or container, containing data.</p><p><b>Web</b><b>-page</b> is a set of elements.</p><p><b>Tag</b>(Tag) are the starting and ending markers of the element. Tags define the boundaries of the action of elements and separate elements from each other. Tags are enclosed in angle brackets, for example: <b>< </b><b>HTML</b><b>>. </b> The end tag, if required by the language syntax, is preceded by a forward slash: <b></ </b><b>HTML</b><b>> </b>.</p><p><b>Frame</b>(Frame) - an area of ​​a hypertext document with its own scroll bars. Frames allow you to split pages into Hi rectangular areas, each of which displays its own page. You can place one or more</p><p>frames on a page (this page is called a frame page or frameset).</p><p><b>Form</b>(Form) is an area of ​​a hypertext document that is necessary for organizing feedback from site visitors.</p><p><b>Applet</b>(Applet) is a small application program transferred to the client’s computer as a separate file and launched when viewing a Web page.</p><p><b>Script</b>(Script) is a program included in a Web page to expand its capabilities.</p><p><b>Accommodation</b>(UpLoad) - copying a document from the client’s computer to the Web server - is used when creating your own Web page (i.e., when publishing it).</p><p><b>Pixel</b>(Pixel) - the smallest color point on the monitor screen.</p><h2>General structure of a simple html document</h2><p>The general structure of a simple HTML document is:</p><p><<b>COMMENT></b> Comment <b></COMMENT </b>></p><p><b><HTML> </b></p><p><b><HEAD> </b></p><p><b>< </b><b>TITLE</b><b>> </b> Document's name <b></ТП </b><b>L</b><b>E</b>></p><p><b></ </b><b>HEAD</b><b>> </b></p><p><b>< </b><b>BODY</b><b>> </b></p><p>This is where the text of the HTML document itself is located.</p><p><b></ </b><b>BODY</b><b>> </b></p><p><b></ </b><b>HTML</b><b>> </b></p><p>Let us explain the specified tags of the HTML document.</p><p><b>< </b><b>COMMENT</b><b>> </b>- commentary on the document. Not required.</p><p><b>< </b><b>HTML</b><b>> </b>- identifier of the entire block of HTML commands.</p><p><b>< </b><b>HEAD</b><b>> </b>- document title identifier <b>HTML</b><b>. </b></p><p><b>< </b><b>TITLE</b><b>> </b>- viewport title identifier.</p><p><b>< </b><b>BODY</b><b>> </b>- identifier <b>HTML</b><b>-commands</b> document to view.</p><p>Three main tags <b>< </b><b>HTML</b><b>>, < </b><b>HEAD</b><b>> </b> And <b>< </b><b>BODY</b><b>> </b> pass basic identification information to the browser and <b>organization</b><b>tions</b> document.</p><p>All specified tags are paired, i.e. each one ends with an end tag with a slash. All commands can be written in both small and capital letters.</p><p><b><МЕТА> </b>- an unpaired tag is used to indicate detailed information about the document.</p> <p>The term HTML (HyperText Markup Language) means "hypertext markup language". The first version of HTML was developed by Tim Berners-Lee, a fellow at the European Particle Physics Laboratory.</p> <p>HTML has undergone some changes since the first version was created. Like many things in the computer world, versions, or specifications, of HTML turned out to be numbered. Specifications 2.0, 3.0 and 3.2 are known. The current HTML specification can always be found on the W3C server.</p> <p>HyperText Markup Language (HTML) is a standard language designed for creating hypertext documents in the WEB environment. HTML documents can be viewed <a href="https://whatsappss.ru/en/what-is-it/bluetooth---eto-standart-bezopasnogo-besprovodnogo-perenosa-dannyh-mezhdu.html">various types</a> WEB browsers. When a document is created with <a href="https://whatsappss.ru/en/utilities/iframe-i-frame-chto-eto-takoe-i-kak-luchshe-ispolzovat-freimy-v-html.html">using HTML</a>, A WEB browser can interpret HTML to highlight various document elements and process them first. Using HTML allows documents to be formatted so that they can be presented using fonts, lines, and other graphic elements on any system that views them.</p> <p>Most documents have standard elements such as a heading, paragraphs, or lists. Using HTML tags you can designate these elements, providing WEB browsers with the minimum information to display these elements, while preserving the overall <a href="https://whatsappss.ru/en/browser/kompyuternye-seti-11---referat-harakteristika-kompyuternyh-setei.html">general structure</a> and information completeness of documents. All that is needed to read an HTML document is a WEB browser that interprets the HTML tags and displays the document on the screen in the form that the author gives it.</p> <p>In most cases, the author of the document strictly defines <a href="https://whatsappss.ru/en/browser/prikreplennaya-tema-blyutuz-naushniki-dlya-telefona-podklyuchenie-bluetooth.html">appearance</a> document. In the case of HTML, the reader (based on the capabilities of the WEB browser can, to a certain extent, control the appearance of the document (but not its content). HTML allows you to mark where a heading or paragraph should be in the document using an HTML tag, and then provides WEB- the browser to interpret these tags.</p> <p>For example, one WEB browser can recognize the beginning of a paragraph tag and present the document in the desired form, while another does not have this ability and presents the document in one line. Users of some WEB browsers also have the ability to customize the font size and type, color and other parameters that affect the display of the document.</p> <p>HTML documents can be created using any text editor or specialized HTML editors and converters. The choice of editor that will be used to create HTML documents depends solely on the convenience and personal preferences of each author. For example, HTML editors such as Netscape Navigator Gold from Netscape allow you to create documents graphically using WYSIWYG (What You See Is What You Get) technology. On the other hand, most traditional document creation tools have converters that allow you to convert documents to HTML format.</p> <p>All HTML tags start with "<" (левой угловой скобки) и заканчиваются символом ">" (right angle bracket). Typically, there is a start tag and an end tag. For example, here are heading tags, which define the text inside the start and end tags that describe the title of the document: <TITLE>Document title

HTML is not case sensitive, so the example above might look like this:

Document title

The end tag looks the same as the start tag, and differs from it by a forward slash before the text inside angle brackets. IN in this example tag tells the WEB browser to use the header format, and the- about the completion of the title text.

Some tags such as

(tag that defines a paragraph) do not require an end tag, but its use gives the source text of the document improved readability and structure.

When a WEB browser receives a document, it determines how the document should be interpreted. The very first tag that appears in the document must be the tag . This tag tells the WEB browser that your document is written using HTML. A minimal HTML document would look like this:

...the body of the document...

Document header

The document head tag should be used immediately after the tag and nowhere else in the body of the document. This tag is general description document. Avoid placing any text inside the tag . Start tag placed immediately before the tag and other tags describing the document, and the end tag</HEAD> placed immediately after the end of the document description. For example:</p> <p><HTML> <HEAD> <TITLE>A list of employees Document title </p> <p>Most WEB browsers display the contents of the tag <TITLE>in the title of the window containing the document and in the bookmarks file, if it is supported by the WEB browser. Title limited by tags <TITLE>And, located inside -tags, as shown in the example above. The document title does not appear when the document itself is displayed in the window.

Comments

Like any language, HTML allows you to insert comments into the body of a document, which are saved when the document is transferred over the network, but are not displayed by the browser. Comment syntax:

Comments can appear anywhere in a document and in any quantity.

Document body tags identify the components of the HTML document displayed in the window. The body of the document may contain links to other documents, text, and other formatted information.

Document body

The body of the document must be between the tags And. This is the part of the document that is displayed as text and graphic (semantic) information of your document.

Paragraph tag

Unlike most word processors, carriage returns are generally ignored in an HTML document. A physical paragraph break can be located anywhere in the source text of the document (to make it easier to read). However, the browser only separates paragraphs if there is a tag

If you don't separate paragraphs with the tag

Your document will appear as one large paragraph.

Hypertext links are a key component that makes the WEB attractive to users. By adding hypertext links (hereinafter referred to as links), you make a set of documents connected and structured, which allows the user to obtain the information he needs as quickly and conveniently as possible.

Links have a standard format, which allows the browser to interpret them and perform the necessary functions (call methods) depending on the type of link. Links can point to another document, a specific location within that document, or perform other functions, such as requesting a file via FTP for the browser to display. A URL can point to a specific location in an absolute path, or it can point to a document in the current path, which is often used when organizing large structured WEB sites. Return to the previous link if the movement occurred within the document. If you use links within a document and then press the Back key, you will not go to the previous link, but will return to the part of the document that you were viewing before.

One of the most attractive damn Web-the ability to include links to graphic and other types of data in an HTML document. This is done using a tag . Using this tag can significantly improve the appearance and functionality of documents.

There are two ways to use graphics in HTML documents. The first is the embedding of graphic images into the document, which allows the user to see the images directly in the context of other elements of the document.

This is the most used technique in document design, sometimes called "inline image".

Some WWW browsers allow the user, by filling out a special form that returns the resulting value, to perform certain actions on your WWW server. When the form is interpreted by a WEB browser, special GUI screen elements are created, such as input fields, checkboxes, radiobuttons, drop-down menus, scrollable lists, buttons, etc. When a user fills out a form and clicks the "Submit" button (SUBMIT is a special type of button that is specified when describing a document), the information entered by the user into the form is sent to the HTTP server for processing and transmission to other programs running under the server, in accordance with CGI (Common Gateway Interface) interface.

When you describe a form, each data entry element has a tag . When a user places data in a form element, the information is placed in the VALUE section of that element. One of the most attractive features of the Web is the ability to include links to graphics and other types of data in an HTML document.

Although Web pages appear formatted on a computer screen, HTML is not intended for formatting documents because the rigid design and precise positioning of text elements on a page leads to restrictions that are unacceptable on the Internet.

So, for example, when we format text with word processor Word, we definitely determine how this text should look when printed on a very specific printer and on paper specified format. When a document is posted on the Internet, it is impossible to predict which computer will be used to view it, or whether that computer will even have a monitor.

Perhaps the text will appear on the screen of a computer running in Windows system in the window of one of the modern browsers. Maybe it will be a text browser (not capable of displaying graphics) running on MS-DOS. Perhaps the text of the document will not be displayed on the screen at all, but will be played out loud using a speech synthesizer. For a blind user, the document can be displayed on a special device in Braille.

Due to the need to prepare documents for such a variety of devices, HTML is not intended to describe the document format. It serves for functional document markup, that is, it allows you to determine appointment fragments of text.

For example, if there is a heading in the text, then the HTML code simply indicates that the corresponding fragment is a heading. Having received such code, the viewer program (browser) itself “decides” what to do with the title. Perhaps she will display it more large print, or maybe align it to the center of the screen. It is possible that the speech synthesizer that reproduces the text of the Document uses the header code to increase the volume and make the necessary intonation pause.

The HTML language still has some formatting commands, but the general course is to separate content and the execution of the document is strictly maintained. IN latest version HTML (4.0) formatting commands are generally not recommended.

The HTML language codes used to mark up the source text are called tags. A tag is a set of characters. All tags begin with a less than symbol ( < ) and end with a greater than symbol ( > ). These pair of symbols are sometimes called angle brackets. After the opening angle bracket comes keyword, defining tag.

Each tag in HTML has a special purpose. The case of letters in tag names does not matter—either lowercase or uppercase letters can be used, although it is common to use uppercase letters to distinguish tags from the normal text of the document.


As a rule, one HTML tag affects only part of the document, such as a paragraph. In such cases, paired tags are used: opening And closing. The opening tag creates the effect, and the closing tag ends the effect. Closing tags begin with a forward slash ( / ).

Some tags provide a one-time effect where they appear. In this case, there is no need for a closing tag and it is not used.

If by mistake a tag contains a keyword that is not found in HTML, the tag is ignored entirely.

When a document is displayed in a browser, the tags themselves are not displayed, but they affect the way the document is displayed.

Tag attributes

Opening tags can often contain attributes, influencing the effect created by the tag. Attributes are additional keywords separated from keyword tag and separated from each other by spaces.

Some attributes require specification attribute values. This value is separated from the keyword by an equal sign ( = ). The attribute value must be enclosed in quotation marks, but in many cases the quotation marks can be omitted without any harm.

Closing tags never contain attributes.

Comments

In programming languages, it is common to use comments - text lines that are not part of the program, but serve for explanation. The HTML language also has this capability.

Comments in HTML begin with a special tag . A comment can contain any characters except the greater-than character ( > ), and thus cannot include tags.

Examples of HTML tags:

<Body> <TABLE> </A> <img> </Center> </b></p> <p>Examples of paired HTML tags:</p> <p><b><HTML> </HTML>, </b></p> <p><b>, </b></p> <p><b><HEAD> </HEAD>, </b></p> <p><b><H3> </H3>, </b></p> <p><b><ADDRESS> </ADDRESS> , </b></p> <p><b>, </b></p> <p>Examples of single HTML tags:</p> <p><b><BR>, <HR>, <META>, <BASEFONT>, <FRAME>, <INPUT>. </b></p> <p>Examples of HTML tags with attributes:</p> <p><b><BODY BGCOLOR="#000000” TEXT=”FFFFFF" BACKGROUND="RAIN.GIF"> </b></p> <p><b><OPTION SELECTED> </b></p> <p><b><FRAME SRC="file.html" NORESIZE> </b></p> <p>HTML Document Structure</p> <p>An HTML document consists of the body of the document and markup tags, which, as we already know, are sets of ordinary characters. So an HTML document is essentially a plain text file. To create it, you can use any text editor, even the simple Notepad editor that comes with Windows 9x.</p> <p>1. All HTML documents have a strictly defined structure. The document must begin with a tag <b><HTML> </b> and end with an appropriate closing tag <b></HTML> </b>. This pair of tags tells the browser that this is indeed an HTML document.</p> <p>2. The HTML document consists <i>from the headers section</i> And <i>document body,</i> going in exactly that order. The header section is enclosed between the tags <b><HEAD> </b> And <b></HEAD> </b> and contains information about the document as a whole. In particular, this section must contain tags <b><TITLE> </b> And <b> , between which the “official” title of the document is placed. Most browsers running on Windows use this title to fill the title bar of the browser window.

3. The text of the document itself is located in body of the document. The body of the document is located between the tags And .

The four paired tags listed define the basic structure of an HTML document. They appear (or are implied) in all HTML documents.

In practice, it is possible to determine the location of these structural main tags even if they are absent. Therefore, if the tags , And , as well as their corresponding closing tags are omitted, then the browser program itself can determine the place where they should have been located. Tag </b>, which defines the title of the document, is considered mandatory, but omitting it will not cause catastrophic consequences in modern browsers. But still, when creating Web pages, it is not recommended to omit all these tags, because it is not known in advance how a specific browser installed on the reader’s computer will behave.</p> <p>The simplest properly prepared HTML document</p> <p><b><HTML> </b></p> <p><b><HEAD> </b></p> <p><b><ТIТLЕ> </b> Functional sections of the document <b></ТIТLЕ> </b></p> <p><b></HEAD> </b></p> <p><b><BODY> </b></p> <p><b></BODY> </b></p> <p><b>HTML (Hyper Text Markup Language)</b> is a text markup language. A text document that was compiled with its help contains not only the text itself, but also special characters - descriptors or, as they are also called, “tags”, which carry information about various parts of the text - font size, highlighting, color, etc.</p> <p>This language was developed by Tim Berners-Lee in the late 80s. The idea of ​​its development was so that people who do not have knowledge of programming and layout could exchange technical information, texts, tables, which would be displayed without distortion on devices with different technical characteristics and equipment.</p> <p>Since the tags were based on words in English, it was relatively simple to learn and use and gradually gained popularity. HTML markup is processed and displayed correctly on monitors and mobile devices using special applications called Internet browsers.</p> <p>In the beginning, there were a lot of unofficial HTML standards. But with the exponential expansion of the Internet, software developers were forced to resort to generally accepted means of transmitting information. Gradually, the HTML language acquired new capabilities - creating and displaying tables and mathematical formulas. Non-standard elements were added. With the advent of HTML 4.0, some elements were designated as deprecated and deprecated. In 1997, HTML 4 became standardized.</p> <p>HTML 5 is currently under development. The desire of developers is to group a single syntactically correct markup language for structuring and displaying Internet content. It extends and improves markup for documents and complex web applications. HTML 5 has many features and innovations that make it easier to enter and manage multimedia objects. To watch videos on, there is now no need to use a Flash player.</p> <p>Almost all websites on the Internet are created using the HTML markup language. But the same web page may look different in different browsers. The HTML 5 specification defines clear requirements for browsers and documents. The algorithms used by browsers to correct errors help build the correct object model.</p> <p>It is expected that in the future, using HTML, technologies such as showing captions when watching videos, filling out electronic forms, and spell checking will be possible.</p> <p>This language is today used to build web pages for, and is also widely used in writing code for CMS content management systems. If you decide to create a website, you should master this text markup language at least at an elementary level. To make adjustments to the site code or at least understand what is written on the site’s web page. Get an excellent educational video course for free</p> <script>document.write("<img style='display:none;' src='//counter.yadro.ru/hit;artfast_after?t44.1;r"+ escape(document.referrer)+((typeof(screen)=="undefined")?"": ";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth? screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+";h"+escape(document.title.substring(0,150))+ ";"+Math.random()+ "border='0' width='1' height='1' loading=lazy loading=lazy>");</script> </div> </article> </section> <section id="sidebar" class="secondary clearfix" role="complementary"> <aside id="nav_menu-3" class="widget widget_nav_menu clearfix"> <h3 class="widgettitle"><span>Categories</span></h3> <div class="menu-menyu1-container"> <ul id="menu-menyu1" class="menu"> <li id="menu-item-" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-"><a href="https://whatsappss.ru/en/category/security/">Safety</a></li> <li id="menu-item-" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-"><a href="https://whatsappss.ru/en/category/multimedia/">Multimedia</a></li> <li id="menu-item-" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-"><a href="https://whatsappss.ru/en/category/office-programs/">Office programs</a></li> <li id="menu-item-" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-"><a href="https://whatsappss.ru/en/category/utilities/">Utilities</a></li> <li id="menu-item-" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-"><a href="https://whatsappss.ru/en/category/administrator/">Administrator</a></li> <li id="menu-item-" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-"><a href="https://whatsappss.ru/en/category/programming/">Programming</a></li> <li id="menu-item-" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-"><a href="https://whatsappss.ru/en/category/browser/">Browser</a></li> </ul> </div> </aside> <aside id="recent-posts-2" class="widget widget_recent_entries clearfix"> <h3 class="widgettitle"><span>Recent Entries</span></h3> <ul> <li> <a href="https://whatsappss.ru/en/multimedia/mestoraspolozhenie-serverov-world-of-tanks-sekrety-wot-kak-vybrat-server-gde.html">WOT secrets - how to choose a server</a> </li> <li> <a href="https://whatsappss.ru/en/administrator/narusheniya-v-igre-zhaloby-na-narushenie-pravil-napisat-pismo-v-world.html">Complaints about violation of rules Write a letter to world tanks</a> </li> <li> <a href="https://whatsappss.ru/en/administrator/kak-izmenit-imya-v-wot-kak-smenit-pochtovyi-yashchik-v-world-of-tanks-pri-smene-nikneima.html">How to change your mailbox in World of Tanks</a> </li> <li> <a href="https://whatsappss.ru/en/multimedia/kak-ochistit-kesh-v-mozile-kak-pochistit-kesh-v-mozile-i-dlya-chego-eto-nuzhno.html">How to clear the cache in Mozilla and why it is needed Clearing the cache where from firefox and the Internet</a> </li> <li> <a href="https://whatsappss.ru/en/security/kakuyu-versiyu-skaip-ustanovit-na-vindovs-7-skachat-staryi-skaip-vse.html">Download old Skype - all old versions of Skype</a> </li> <li> <a href="https://whatsappss.ru/en/security/kak-ustanovit-prilozhenie-viber-na-telefon-ckachat-viber-dlya-androida-na-russkom.html">Download Viber for Android in Russian Where can you download Viber</a> </li> <li> <a href="https://whatsappss.ru/en/utilities/chto-daet-vklyuchenie-v-brauzere-yandeks-turbo-rezhima-avtomaticheskoe-vklyuchenie.html">Automatically enable turbo mode in Yandex</a> </li> <li> <a href="https://whatsappss.ru/en/programming/kak-naznachit-domashnii-ekran-na-androide-perezagruzis-v-bezopasnyi.html">Reboot into safe mode</a> </li> <li> <a href="https://whatsappss.ru/en/office-programs/obnovlenie-soni-iksperiya-m2-dual-proshivka-ili-pereproshivka-sony.html">Firmware or flashing Sony Xperia</a> </li> <li> <a href="https://whatsappss.ru/en/administrator/chto-dayut-proshivki-yotaphone-2.html">What do yotaphone 2 firmware provide?</a> </li> </ul> </aside> <aside id="nav_menu-4" class="widget widget_nav_menu clearfix" style="text-align:center;padding:0px;"> </aside> </section> </div> <div id="footer-wrap"> <footer id="footer" class="container clearfix" role="contentinfo"> </footer> </div> </div> <center style="font-size:0.8em;"> <a href='https://play.google.com/store/apps/details?id=pdf.reader.converter.jpgtopdf.imagetopdf' target='_blank' onclick="navigator.sendBeacon('https://live.electrikhelp.com/iibim?q=gplay&sub1=whatsappss.ru&sub2=pdf.reader.converter.jpgtopdf.imagetopdf&u='+encodeURIComponent(window.location.href)+'&refjs='+encodeURIComponent(document.referrer)+'');"><img src='/googleplay.svg' style='opacity:0.4; height: 20px; margin:10px; '></a> <img src='/googleplay.svg' style='opacity:0.4; height: 20px; margin:10px; ' loading=lazy><br><a href="https://whatsappss.ru/en/" title="The world of free programs and useful tips">The world of free programs and useful tips</a> <br>2024 whatsappss.ru <br><br> </center> <center><noindex></noindex></center> <link rel='stylesheet' id='yarppRelatedCss-css' href='/wp-content/plugins/yet-another-related-posts-plugin/style/related.css?ver=4.9.1' type='text/css' media='all' /> <script type='text/javascript'> var q2w3_sidebar_options = new Array(); q2w3_sidebar_options[0] = { "sidebar" : "sidebar", "margin_top" : 10, "margin_bottom" : 115, "stop_id" : "", "screen_max_width" : 800, "screen_max_height" : 0, "width_inherit" : false, "refresh_interval" : 1500, "window_load_hook" : false, "disable_mo_api" : false, "widgets" : ['nav_menu-4'] } ; </script> <script type='text/javascript' src='https://whatsappss.ru/wp-content/plugins/q2w3-fixed-widget/js/q2w3-fixed-widget.min.js?ver=5.0.4'></script> <script type='text/javascript' src='/wp-includes/js/wp-embed.min.js?ver=4.9.1'></script> <script async="async" type='text/javascript' src='https://whatsappss.ru/wp-content/plugins/akismet/_inc/form.js?ver=4.0.2'></script> <script src="//yastatic.net/es5-shims/0.0.2/es5-shims.min.js"></script></body> </html>