how to create a html code
Answers
Answered by
1
Answer:
search on Google plz
Explanation:
...... ..............
Answered by
2
Answer:
To create html file at first you have to do these(for basic)
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
This means you have to add different tags
like <html>,<body>,header tags,etc...
Then you are all set ...
Add some text you want to display
And that's it..
Hope this will help you
please try to mark it as brainliest
Similar questions