×
Clear all filters including search bar
Valeri Tandilashvili's HTML Notes
id
attributes with the same value is not allowed<dl> <!-- description list tag-->
<dt>description term 1</dt>
<dd>describe description 1</dd>
<dt>description term 2</dt>
<dd>describe description 2</dd>
</dl>
loop
attribute, the video will start playing again, after finishing itposter="thumb.jpg"
attribute is used to specify some other thumbnail<video>
tag should contain controls
attribute in order the video player to have controls on the screen<video>this text</video>
will appear on the screen if the browser is not able to display the video in a certain format or if the video fails for any other reason. Example: <iframe>Sorry error occured</iframe>
https://google.com
Relative URL example: /page2.html
<small>
tag makes text inside it a little bit smaller