Answers for "a website in a website html tag"

0

what are the tags in html that every website have

<!-- The layout of an HTML document or code is as follows: -->

<!DOCTYPE html>
<html>
     <head>
     </head>
     <body>
     </body>
</html>
Posted by: Guest on September-11-2020
0

how to make a tag in html

//Example

<h1> Place text here </h1>
Posted by: Guest on April-03-2021

Browse Popular Code Answers by Language