مدرس المادة
  • Introduction
  • Common HTML Tags
  • Common CSS Properties
  • HTML & CSS Integration
  • CSS Overlap
  • HTML ID Attribute with a tag & css
  • CSS Selectors
  • Showcases & Try yourself!
     

 

Table example

<table>
	<tbody>
		<tr><td>Site</td><td>URL</td></tr>
		<tr><td>Facebook</td><td>https://facebook.com</td></tr>
		<tr><td>google</td><td>https://www.google.com</td></tr>
	</tbody>
</table>