HTML & CSS
384 subscribers
728 photos
1 video
4 files
54 links
πŸ‘Œ HTML & CSS
@html_css_tut

πŸ‘ŒJavaScript
@javascript_tut

πŸ‘Œ PHP
@php_tut


πŸ‘ŒAll About Coding
@codingWithElias
Download Telegram
All You Need To Know About
CSS #Colors Part - #4 HSL

@html_css_tut
Hey guys!
Please subscribe our YouTube channel, thanks!

https://www.youtube.com/codingwithelias?sub_confirmation=1
What are Semantic Elements?

πŸ’ŽA semantic element clearly describes its meaning to both the browser and the developer.

πŸ“ŽExamples of non-semantic elements: <div> and <span> - Tells nothing about its content.

πŸ“ŽExamples of semantic elements: <form>, <table>, and <article> - Clearly defines its content.

πŸ”‘ Semantic elements = elements with a meaning.

@html_css_tut