0
Q:

html basics

<!-- Answer to: "html basics" -->

<!DOCTYPE html>
<html>
<head>
	<link rel="stylesheet" type="text/css" href="./style.css">
	<script type="text/javascript" src="./script.js"></script>
	<title>...</title>
</head>
<body>
	...
</body>
</html>
3

<!DOCTYPE html>
<html lang="en-US">
<body>


 ...

</body>
</html>
 
0

<p style="color:red">This is a red paragraph.</p>
   
0

 <p
 title=About W3Schools> 
0

 <a
href=https://www.w3schools.com> 
-1

New to Communities?

Join the community