HTML Practice
HTML Practice
Footer
www.riseupskill.com
HTML 5 – Practice
:إبدأ بإضافة الرموز الرئيسية
<!DOCTYPE html> <!DOCTYPE html> 1
<html>
<head> <html> 2
<!—comment--> <head> 3
</head>
<body> <body> 4
</body
</html>
www.riseupskill.com
HTML 5 – Practice
<body>
<div id=“header">
<a href="home.html">Home</a> | تحدد الجزء الخاص برأس الصفحة-
<a href="product.html">Products</a> |
<a href=“contactus.html">contact us</a>
</div> تحدد أول عمود-
<div id="col1">Column 1</div>
<div id="col2">Column 2</div>
تحدد ثاني عمود-
<div id=“col3">Column 3</div> تحدد ثالث عمود-
<div id=“footer”>Footer</div>
تحدد الجزء الخاص آخر الصفحة-
</body>
www.riseupskill.com