Video lecture about semantic web.
The video is recorded in 2015 in a training I was delivering in Telerik Academy.
A web page is a document written in HTML, CSS, and JavaScript, and is accessible through the internet. Semantic HTML refers to the use of HTML tags to describe the meaning and structure of the content, rather than just its presentation. HTML5 introduced several semantic tags, such as <header>, <nav>, <main>, <article>, and <footer>, to provide more meaning to web pages. Other semantic elements, such as <figure> and <figcaption>, can also be used to describe more specific types of content. Accessibility refers to the practice of designing web pages that can be used by people with disabilities. Search Engine Optimization (SEO) is the process of improving a website's visibility in search engine results. Structured data markup is a way to add additional information to a web page in a standardized format, such as schema.org, to help search engines better understand the content on the page.
Topics covered:
- Web Page
- HTML, CSS and JavaScript
- The Semantic HTML
- HTML5 Semantic Tags
- Other Semantics
- Accessibility
- Search Engine Optimization
- Structured Data Markup