Answers for "html coding"

6

how to start a html file

<!DOCTYPE html>
<html>
	<head>
		<title>Page Title</title>
	</head>
	<body>
      
	</body>
</html>
Posted by: Guest on June-11-2020
6

<code> html tag

The <code> tag is used to define a piece of computer code. The content inside is displayed in the browser's default monospace font.
Posted by: Guest on July-19-2020
1

<code> html

<code>
x = 5;
y = 6;

  z = x + y;
</code>
Posted by: Guest on May-23-2021
0

html

Im Borderline Impaired
Posted by: Guest on October-20-2020

Browse Popular Code Answers by Language