Results: 1578
Notes
  • Newest first
  • Oldest first
  • Newest first(All)
  • Oldest first(All)
attribute "controls"
<video>
tag should contain
controls
attribute in order the video player to have controls on the screen
by Valeri Tandilashvili
4 years ago
0
HTML
attributes
HTML - Build a Website | Tutorial
1
text inside video tag
<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>
by Valeri Tandilashvili
4 years ago
0
HTML
tags
HTML - Build a Website | Tutorial
1
Absolute & relative URLs
Absolute URL example:
https://google.com
Relative URL example:
/page2.html
by Valeri Tandilashvili
4 years ago
0
HTML
HTML - Build a Website | Tutorial
1
tags "header, main, footer, article, section, aside, nav"
<header>
- defines a header for a document or section;
<nav>
- defines a set of navigation links;
<main>
- specifies the main content of a document;
<footer>
- defines a footer for a document or section;
<article>
- defines an article;
<section>
- defines a section in a document;
<aside>
- defines content aside from the page content;
by Valeri Tandilashvili
4 years ago
0
HTML
tags
HTML - Build a Website | Tutorial
2
small
<small>
tag makes text inside it a little bit smaller
by Valeri Tandilashvili
4 years ago
0
HTML
tags
HTML - Build a Website | Tutorial
1
big
<big>
tag makes text inside it a little bit bigger
by Valeri Tandilashvili
4 years ago
0
HTML
tags
HTML - Build a Website | Tutorial
1
br, hr tags name
<br>
and
<hr>
tags are called single tags or empty elements
by Valeri Tandilashvili
4 years ago
0
HTML
tags
HTML - Build a Website | Tutorial
1
Default title of the html page
Default title will be the name of the html page if it's untitled (meaning if the title is not provided)
by Valeri Tandilashvili
4 years ago
0
HTML
HTML - Build a Website | Tutorial
1
Results: 1578