Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Web >> Design >> CSS >> What are the 2 ways to assign CSS style to a page

External

<html>
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css" />
</head>

Inline

<head>
<style type="text/css">
hr {color:sienna;}
p {margin-left:20px;}
body {background-image:url("images/back40.gif");}
</style>
</head>

 

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]