Create Html Page With Notepad
Notepad :
The Notepad Using For Html Page Editor. The Notepad Having The Browser Tools Inbuilt Software. So, Most Of The Peoples Are Like Using Notepad. The Notepad Can use Editing To All Web Programming Languages Like Html, CSS, Java Scripts, ( Scripting Languages ). Every Coding Page Save as in Notepad few Formats is bellow
- html ( .html )
- css ( .css )
- php ( .php )
- javascript ( .js )
- xml ( .xml )
- python ( .py )
- ruby ( .rb )
- vbscript ( .vbs , .vb )
- Java ( .java )
- c# ( .cs )
- c ( .c )
The About Formats Are Save As Notepad For Programs Save Times. more number of formats are using webpages Designing.
Html Page Design
Now Learn How To Create a Html First Web Page , Here Using Just Notepad. Html Code Start With <html> ---->This is called as Tag. Every Tag Having First Tag And Ending Tags.</html>
Structure Of Html Page Format:
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
Picture Presentation With Html
First Step 1: Then Click Win+R Display With Run Command Type Notepad.
Second Step 2: Then Type Html Code Below In Notepad.
<html>
<head>
<title>first page</title>
</head>
<body>
<h1>Hello Welcome !!</h1>
<p>All Tech Program</p>
</body>
</html>
Third Step 3: Then Type save as in Notepad Html Format Is ( .html ) .
Corner Click File And Save As Click it .
Now ! Save As ( .html )
Fourth Step 4: Next Step Go To the Save File Path ( Example Desktop above Image ). Click it Open Using Web Browsers Like Google, Firefox, ....
Output :
No comments:
Post a Comment