🗊Презентация HTML Links

Нажмите для полного просмотра!
HTML Links, слайд №1HTML Links, слайд №2HTML Links, слайд №3HTML Links, слайд №4HTML Links, слайд №5HTML Links, слайд №6HTML Links, слайд №7HTML Links, слайд №8HTML Links, слайд №9HTML Links, слайд №10HTML Links, слайд №11HTML Links, слайд №12HTML Links, слайд №13HTML Links, слайд №14

Вы можете ознакомиться и скачать презентацию на тему HTML Links. Доклад-сообщение содержит 14 слайдов. Презентации для любого класса можно скачать бесплатно. Если материал и наш сайт презентаций Mypresentation Вам понравились – поделитесь им с друзьями с помощью социальных кнопок и добавьте в закладки в своем браузере.

Слайды и текст этой презентации


Слайд 1





Lecture 3
Sarsenova Zhibek
Описание слайда:
Lecture 3 Sarsenova Zhibek

Слайд 2





HTML Links
In HTML, links are defines with the <a> tag:
< a href = “url”> link text </a>
The target Attributes
__blank - Opens the linked document in a new window or tab
_self - Opens the linked document in the same window/tab as it was clicked (this is default)
_parent - Opens the linked document in the parent frame
_top - Opens the linked document in the full body of the window
framename - Opens the linked document in a named frame
Описание слайда:
HTML Links In HTML, links are defines with the <a> tag: < a href = “url”> link text </a> The target Attributes __blank - Opens the linked document in a new window or tab _self - Opens the linked document in the same window/tab as it was clicked (this is default) _parent - Opens the linked document in the parent frame _top - Opens the linked document in the full body of the window framename - Opens the linked document in a named frame

Слайд 3





HTML Links-Image as Link
Описание слайда:
HTML Links-Image as Link

Слайд 4





Create a Bookmark
HTML bookmarks are used to allow readers to jump to specific parts of a Web page.
Bookmarks can be useful if your webpage is very long.
To make a bookmark, you must first create the bookmark, and then add a link to it.
When the link is clicked, the page will scroll to the location with the bookmark.
Описание слайда:
Create a Bookmark HTML bookmarks are used to allow readers to jump to specific parts of a Web page. Bookmarks can be useful if your webpage is very long. To make a bookmark, you must first create the bookmark, and then add a link to it. When the link is clicked, the page will scroll to the location with the bookmark.

Слайд 5






First, create a bookmark with the id attribute:
		<h2 id="tips">Useful Tips Section</h2>
Then, add a link to the bookmark ("Useful Tips Section"), from within the same page:
	<a href="#tips">Visit the Useful Tips Section</a> Or, add a link to the bookmark ("Useful Tips Section"), from another page:
<a href="html_tips.html#tips">Visit the Useful Tips Section</a>
Описание слайда:
First, create a bookmark with the id attribute: <h2 id="tips">Useful Tips Section</h2> Then, add a link to the bookmark ("Useful Tips Section"), from within the same page: <a href="#tips">Visit the Useful Tips Section</a> Or, add a link to the bookmark ("Useful Tips Section"), from another page: <a href="html_tips.html#tips">Visit the Useful Tips Section</a>

Слайд 6





Example
Описание слайда:
Example

Слайд 7





HTML Tabindex
Determines the sequence of the transition between the links by clicking on the Tab button.
Описание слайда:
HTML Tabindex Determines the sequence of the transition between the links by clicking on the Tab button.

Слайд 8





Div element
block element and is designed to isolate a fragment of a document in order to change the content of the form. Typically, the form block is controlled via styles. To describe each time the style within the tag, you can select the style in an external style sheet, and add an attribute to the tag class or id to the selector name.
The <div> tag defines a division or a section in an HTML document.
The <div> tag is used to group block-elements to format them with CSS.
Описание слайда:
Div element block element and is designed to isolate a fragment of a document in order to change the content of the form. Typically, the form block is controlled via styles. To describe each time the style within the tag, you can select the style in an external style sheet, and add an attribute to the tag class or id to the selector name. The <div> tag defines a division or a section in an HTML document. The <div> tag is used to group block-elements to format them with CSS.

Слайд 9





Attributes of div
Описание слайда:
Attributes of div

Слайд 10





The class Attribute
The HTML class attribute makes it possible to define equal styles for elements with the same class name.
Here we have three <div> elements that points to the same class name:
Описание слайда:
The class Attribute The HTML class attribute makes it possible to define equal styles for elements with the same class name. Here we have three <div> elements that points to the same class name:

Слайд 11





Example
Описание слайда:
Example

Слайд 12





Result
Описание слайда:
Result

Слайд 13





Nav
<Nav> tag defines the site's navigation. If some link units page in the <nav> is usually placed priority links. It is also permissible to use multiple tags <nav> in the document. It is forbidden to put <nav> inside <address>.
Описание слайда:
Nav <Nav> tag defines the site's navigation. If some link units page in the <nav> is usually placed priority links. It is also permissible to use multiple tags <nav> in the document. It is forbidden to put <nav> inside <address>.

Слайд 14





Thank you!
Описание слайда:
Thank you!



Теги HTML Links
Похожие презентации
Mypresentation.ru
Загрузить презентацию