Skip to main content

Posts

Showing posts from December 29, 2019

Link In HTML --Khabork

Link is a one of the most valuable part of the html. Links basically is a address of any web page or websites. In HTML links are user for 1) Connects two web pages, 2) Connects to HTML and CSS file 3) Connects to HTML and Java Scripts File 4) Connects to all the media files like as Images, Audio file, Flameworks   etc. In HTML  link all types of files in the different type of tags. For CSS file link is one way and the also the Java Script file is the Other way. the List of the link tags are.... CSS file Link For the external CSS file Link with the HTML page is so simple.Its link with the external HTML page with the CSS page. the example of the CSS link with the HTML is..     < link   rel = "stylesheet"   type = "text/css"   href = "example.css" > Here the rel   defines the Relationship that the linked resource of the documents type.The " Type " defines that the which type documents are attached with the HTML