Skip to main content

Posts

Showing posts from March, 2017

كيفية عمل عدة روابط في صورة واحدة HTML

How to mapping image كيفية ادراج عدة روابط في صورة واحدة عمل عدة روابط في صورة واحدة HTML مرر الماوس على العناصر داخل الجهاز image لترى السحر احصل على الكود اليوم سوف نتعلم كيفية عمل عدة روابط في صورة واحدة درس سهل وبسيط :) االادوات(الاكواد) التي نحتاجها 1- usemap 2- map name 3- area tag سنحتاج ايضا العثور على الاحداثيات هذا هو الكود التي سنتخدمه لعمل عدة روابط في صور واحدة لاتقلق فانا ذاهب لاشرحلك ماهو هذا الكود بالتفصيل :) في البداية ضع الصورة التي تريدها الان بعد ماتم اضافة كود الصورة التي نريده سوف نضيف هذا الكود البسيط بجانب الكود كما موضح بالصورة قم بكتابة هذا الكود البسيط بجانب كود الصورة التي نريده كما موضح بالشكل usemap="" قم باعطاء اسم للصورة قم بوضع( # )قبل الاسم احسنت لقد قمت باول جزء ننتقل الى الجزء الثاني الي وهو عمل الصورة متعددة الروابط المسماه ب(خريطة) ننتقل لعمل الخريطة الان .... نقوم بصنع خريطتنا او الصورة متع

How to insert audio videos in html

How to embed audio videos in html welcome to 3ZOOZE TUTORIALS How to insert audio videos to html Get The Code in this very easy tutorial we going to learn how to insert put embed audio and videos into html page so if u ready lets get it first we will begin with tags ichoice audio u can use video is it same now let's put the code first we insert the big source or we can call it father source and the second is son source :) Now let's select the type of our song first we put the audio and then: mpeg mpeg meaning mp3 :) ok now put the link of u music and congrats :) congratulation you have put it your audio successfully but it is not work :( ok to make it run just choose between these options controls or autoplay .... if u want it work with some buttons u will use (controls) But if you want when you get to the page choice (autoplay) result if u want when u get to the page (direct)

How to make navbar in html part 2

How to Make a NavBar part2 Home category Images videos music Contact Clicl Here To Get Code this tutorial is competing for the previous tutorial Now we going to style the navbar to make look good First going up to head tag and make style tag inside it don't forget to close the tag Now inside style tag write ul tag and give it some margine and padding. Home category Images videos music Contact Now let's get some change and start to style your navbar 1- will make a marvelous background and give it a some color i will choice orange u can use any color u like 2- will give a some size to our navbar this need width tag and i will choice 170px 3- also for size we will use height to give it some height 4- line-height is good choice to make our text same as navbar size 5- we want to make the text in the center of page so we write this tag text-alighn 6- Here we make our font fl

how to put icon beside title in html

how to insert vector icon to html How to insert vector icon to html Do you want to get like this to your website? if the answer is yes then follow me GET the CODE first, we going to find the icon we need it to insert if you don't have any icon you can google it choice your image and copy it Now paste the link u have got it and congrats How to make navbar