What are the Semantic codes in html
Sementic in HTML helps the screen readers to find the main information from the website. also Sementic tag helps developer to find error on the
Website Designing Blog
Sementic in HTML helps the screen readers to find the main information from the website. also Sementic tag helps developer to find error on the
If you declear a variable using var and regular function, declaration of it automatically most of the top of it’s scope. Hosting work with only
<html> <body> <script> var a = [3,5,7,8]; var ra = []; for (var i = a.length-1; i>=0; i–) { var reverse = a[i]; ra.push(reverse); }