Jan
-1
Q:

html basic code


<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>
<p>My first paragraph.</p>

</body>
</html> 
4
<!DOCTYPE html>
<html lang="pt-br" xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml">
<head>
	<link rel="stylesheet" type="text/css" href="style.css">
	<title>...</title>
</head>
<body>
	...
<script type="text/javascript" src="script.js"></script>
</body>
</html>
1
<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>
<p>My first paragraph.</p>

</body>
</html>
1

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


 ...

</body>
</html>
 
0
<!DOCTYPE html>
<html>
  <title>"TEXT"</title>
  <body>
    "Eliments"
  </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