Basic HTML


Basic HTML


'HTML'  it is web designing language and its a simple to learn . it is use for the developing web page.

' Hyper Text Markup Language '  it's full form of  HTML.

       The things we required 
  • Computer .
  • Notepad .

Step : 1

  Open the notepad and type the code 

<html>
<head><title>My first webpage</title>
<body>
Welcome To My Webpage
</body>
</head>
</html>



Step : 2

This code save as Extension      .html



Step : 3

When you save the file open it 


It's simple ๐Ÿ‘ ๐Ÿ˜Š 

thank u 






Comments

Popular Posts