Remove the border on an image in a link in HTML / CSS ShowRemove the border on an image in a link in HTML/CSS
HTML
You made a clickable image by using the IMG tag within a link and the browser displays a frame or more precisely a border around the image.
There are two ways...
Publish a PDF file on your website ShowPublish a PDF file on your Website
Displaying a link to a PDF on your Website
Displaying the PDF on your website
Displaying a link to a PDF on your Website
Proposing a PDF link on your own website is an operation that can seem...
How to easily display PHP/HTML codes in your webpages ShowHow to easily display PHP/HTML codes in your webpages
Issue
What code to use?
Issue
If you want your visitors to be able to see the source codes of your webpage, there is a very easy way to do so. Normally, all you have to do in a...
Managing images in HTML ShowHow do you display images on a web page?
Having a few images on a website can make it more attractive and user-friendly. However, it is important not to go overboard, since images can take a long time to load, and in some cases can make a document...
Declaring a style sheet (CSS) ShowDeclaring a style sheet
Style sheets are not directly integrated into the W3C's HTML recommendations. For this reason, you need to include elements in the HTML code indicating both the type of document, meaning the version of the HTML and CSS...
Backgrounds ShowAdding a Background Image
A background image for a web page can be set using the tag:
Attribute Visual Effect
BACKGROUND="image"
Displays image as background
bgcolor="name_of_Colour or #XXXXXX"
Displays the given colour...