`).
---
# Elements of the page
### Headings:
``, ``, ``, ``, ``, ``
### Some block elements:
`
`, `
`, ``, ``
### Some inline elements:
``, ``, ``, ``, ``, ``, ``, ``, ``, ``, ``, ``, ``, `
`, `
`
[https://webref.ru](https://webref.ru)
---
# Lists
## Ordered list:
.columns[.col-50[
``` html
- Item first
- Item second
```
].col-50.demo[
- Item first
- Item second
]]
---
# Lists
## Unordered list:
.columns[.col-50[
``` html
```
].col-50.demo[
]]
---
# Lists
## Definitions list:
.columns[.col-50[
``` html
- Title 1
- Definition
- Title 2
- Definition
- Definition
```
].col-50.demo[
- Title 1
- Definition
- Title 2
- Definition
- Definition
]]
---
# Elements of the page
### Images:
.columns[.col-70[
``` html
```
].col-30.demo[
]]
### Links:
.columns[.col-70[
``` html
Перейти на сайт Epam
```
].col-30.demo[
Перейти на сайт Epam
]]
### Image inside a link:
.columns[.col-70[
``` html
```
].col-30.demo[
]]
---
# Tables
`` It is used as a container for elements that define the contents of the table. Every table has a rows and cells are set using tags `` and ``. Inside `` it is permissible to use the following elements: ``, ``, ``, ``, ``, ` | `, ``, `` and ``.
`colspan` attribute is used to conbine neighboring columns in the table `rowspan` - to combine rows.
---
# Tables
.columns[.col-60[
``` html
Prices for buses
Bus number |
Price |
3А |
3 hrn |
25 |
133 |
4 hrn |
```
].col-40.demo[
Prices for buses
Bus number |
Price |
3А |
3 hrn |
25 |
133 |
4 hrn |
Demo with some styles:
Prices for buses
Bus number |
Price |
3А |
3 hrn |
25 |
133 |
4 hrn |
]]
---
# Elements with no semantic meaning
These tags are designed to highlight the portion of the document to change the appearance of the content but without creating additional semantic value fragment.
`` - block element
` ` - inline element
---
# Special Characters and Signs
Many mathematical, technical, and currecy symbols, are not presented on a normal keyboard.
To add these symbols to an HTML page, you can use an HTML entity name.
If no entity name exists, you can use an entity number; a decimal (or hexadecimal) reference.
.columns[.col-50[
``` html
Euro symbol: € € €
© ™ « »
& < >
– —
```
].col-50.demo[
Euro symbol: € € €
© ™ « » & < > – —
]]
---
# HTML5 Features.
- Simplified Markup
- New semantic tags and attributes
- Audio, video support
- New graphic elements
- New form control attributes
- New HTML5 API's
---
# New Semantic Tags
.columns[.col-40[
- ``
- ``
- ` | |