Answers for "a tag that is use to connect an external style sheet to an html document."

CSS
0

connect style sheet to html document

<!DOCTYPE html>
<html>
<head>
    <title>My first web page</title>
    <link rel="stylesheet" href="style.css">
</head>
...
Posted by: Guest on June-04-2021

Code answers related to "a tag that is use to connect an external style sheet to an html document."

Browse Popular Code Answers by Language