how to make a project on html in file. What r the basic concepts to write????
Answers
Answered by
1
First open notepad or any code editor. I will suggest you to download Subline text
1. this is a simple paragraph program.
<html>
<head> <title> Here goes your title </title> </head>
<body> <p> here goes your paragraph</p></body>
</html>
2. After writing the program save the file and name it index.html
3. open it with your browser.
4. remember always stat a tag with <tag> and close the tag like </tag> this
5. always name the file index.html
HOPE YOU LIKE MY ANSWER IF YOU GOT ANY PROBLEM YOU CAN TEXT ME ...
PLZZ MARK AS Brilliant...
:)
Similar questions