Example Usage. The most common value of type is perhaps text/css , which is used when linking to an external stylesheet. Example Usage. The most common value of type is perhaps text/css , which is used when linking to an external stylesheet.
PHP-MySqli
SQL
Html container tag
HTML tags are divided into two types:Container tags that have separate opening and closing tags
Empty tags that are immediately closed after their definition
Read more on: HTML container tag https://www.agernic.com
The empty tags are also called void tags sometimes. They are self-closing tags like <img />, <br />, <input /> tags.
The container tags are tags that have some content between their opening and closing tags.
Some examples are the <html>, <head>, and <body> tags.
When drafting the specs for HTML5, the W3C organization decided to add new semantic tags to replace the generic <div> tag. They are as follows:
- <nav> tag for your navigation elements grouping
- <main> tag describes the main content of your page
- <aside> tag describes the secondary content of your page, usually for sidebars
- <article> tag describes independent article section(s) of your page
- <header> tag describes a header for the page or an article
- <section> tag describes a separate generic section
- <footer> tag describes the footer for the page or an article
Commenting in HTML | How to Write Comments in HTML
HTML Comment – Single Line and Double line HTML Comments
HTML Comment – Single Line and Double line HTML Comments
HTML Comment – Single
HTML Comment – Single Line and Double
HTML Comment – Single Line and Double line HTML Comments
HTML Comment – Single Line and Double line HTML Comments
related links
Links in HTML - Learn HTML for Beginners
Links in HTML - Learn HTML for Beginners
related links
Links in HTML - Learn HTML for Beginners
Links in HTML - Learn HTML for Beginners