mercredi 23 juin 2021

How can i use my css file in my html file on android?

I created a html website with css on my computer and it works pefect on it. But i wanted it to work on android too, so i created a folder and just moved the files in it. As i opened the html file, the css file didn't work.

<html lang="en" dir="ltr">
  <head>
    <link rel="stylesheet" type="text/css" href="style.css" media="screen">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="description" content="Home">
    <meta name="keywords" content="Home">
    <meta name="author" content="Censored">
    <title>Home</title>
  </head>

An image from the html & css files folder




Aucun commentaire:

Enregistrer un commentaire