Posts

Showing posts with the label code

Html link code in webpagina's

Een link in een web-pagina can zeer handig zijn. Je vindt ze vaak in de menu structuur en de tekst van de pagina zelf. Om linken te implementeren dien je een stukje html code nodig. Volgens welke type link je nodig hebt bestaat er telkens een andere html code. Wij leggen het u uit op een simple manier zodat ook jij gemakkelijk een linken kan toevoegen in uw web-pagina's. Als webmaster zal het voor jou zeer eenvoudig worden om linken te implementeren nadat je deze post hebt gelezen. Hierna volgen de verschillende type links die we met jou gaan delen. Iets fundamenteels aan de html code van links, ze starten altijd met < a   href= ' en eindigen altijd met '< /a >'. Tekst link Dit is de meest gebruikte link methode die elke webmaster dient te kennen om toe te passen in zijn of haar website pagina's. html code < a href= "http://archivisiondirectory.blogspot.be/2016/10/broken-link-checkers-voor-uw-website.html" >Bezoek onze Broken Link...

Html link code inside pages of websites

A link inside a web page can be very handy. Like the links you can find in the menu structure of a website and the text of the page itself. To implement links there is some html coding required. Accoarding to each type of link you need to ad some html code. We explain it to you in a simple way so you can implement it directly in to your web pages. As a webmaster adding or changing links on your website will be a peace of cake after reading this post. So here are the type of links that we're going to share with you. Html link codes starts always with an '< a href= ' and ends with a '< /a >'. Text link This is the most used link method that every webmaster needs to now how to implement in his website pages. html code < a href= "http://archivisiondirectory.blogspot.com/2016/10/broken-link-checkers-for-your-website.html" >Visit our Broken Link Tutorial< /a > Image link A link attached to an image is sometimes very useful. Mo...

Html script that loads the first picture of the google search results in a html file corresponding to the title tag

Hey folks, We are searching for a html code that can load up the first picture of the Google pictures results. The picture has to be corresponding with the title of the blog or the title tag in the html files. For example: We have a blog post about stones. Than the html code has to search for the first picture of stones in the Google pictures results and then display it on the website. If we go to another page in the website with the title plants than it the code automatically needs to reload and show a new pictures of plants in the garden. Is t'is also possible to do this with YouTube video's? Please leave a message... Thanks in advance, The ArchiVision Directory team.