WHAT IS HTML IN NOTEPAD ++ ?
Web pages can be created and modified by using professional HTML editors. However, for learning HTML we recommend a simple text editor like Notepad (PC) or TextEdit (Mac). We believe in that using a simple text editor is a good way to learn HTML.
HTML FULLFORM
HYPERTEXT MARKUP LANGUAGE
THIS IS NOTEPAD ++ LOGO
CODEING NO: 1
This codeing is Your name will be written in this website :First time HTML Open <html>
Second Head Open <head>
Third Title and ( / ) This turn it close with a sing . <title>HS TECHNICAL INDIA
</title>
Fourth Close a head “ </head>
Fifth open a body
Tag
<body>
Sixth Enter Your Name Whatever! Himanshu Sharma
Seventh Close a body Tag
</body>
Eighth Close a HTML Tag </html>
<html>
<head>
<title>HS TECHNICAL INDIA </title>
</head>
<body>
Himanshu Sharma
</body>
</html>
Finally First Coding is complete <html>
<head>
<title>
html-HS Technical India
</title>
</head>
<body>
<marquee>HELLO</marquee><br> Himanshu Sharma
</body>
</htmal>
nice
ReplyDelete