Marcel
0
Q:

w3 css


<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
 
1
<head>
      <link rel="stylesheet" type="text/css" href="theme.css"> 
</head>
 
3
Cascading Style Sheets is a style sheet language used for describing the
presentation of a document written in a markup language like HTML.

CSS is a cornerstone technology of the World Wide Web, alongside HTML and
JavaScript.
3
HTML is the standard markup language for Web pages.

With HTML you can create your own Website.

HTML is easy to learn - You will enjoy it!

Example
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>
2

New to Communities?

Join the community