how to HTML code run?

HTML files can be opened by any browser (I recommend using firefox and chrome) and you can edit code on notepad or something more complicated like Sublime or Notepad++ :D
 
it is quite simple just save your html coding file with the .htm/html extension go to some browser and with the help of file menu open that file all your code gets executed by the browser automatically.
 
Just checkout a basic web or youtube tutorial. HTML is very easy, but you need to learn CSS to use it properly.

Personally I wouldn't bother too much with the code, it's more important to learn about software like WordPress if you are a noob.
 
It's very simple. After you must have typed the codes, let's say on a notepad application then you'll choose 'save as'. After getting to the save tab, in the name box, let's say you are naming your save file as index, you'll append the HTML extension to it e.g 'index.htm' or 'index.html'. Afterwards you'll change the file type to 'all or something suggesting that' and you may go on to save.

After you have completed the above you can now open the html file with any web browser. Although, there are some advance editors capable to write with and also used for test running purpose. However, one step at a time; as time goes on, you'll learn about other tools and how you can use browsers like firefox and chrome to your advantage.
 
It's very simple. After you must have typed the codes, let's say on a notepad application then you'll choose 'save as'. After getting to the save tab, in the name box, let's say you are naming your save file as index, you'll append the HTML extension to it e.g 'index.htm' or 'index.html'. Afterwards you'll change the file type to 'all or something suggesting that' and you may go on to save.

After you have completed the above you can now open the html file with any web browser. Although, there are some advance editors capable to write with and also used for test running purpose. However, one step at a time; as time goes on, you'll learn about other tools and how you can use browsers like firefox and chrome to your advantage.
 
Before HTML code run html file save with .html extension name. than run the html file , let's say on a notepad application then you'll choose save as after getting to the save tab, in the name box, let's say you are naming your save file as index, you'll append the HTML extension.
 
One has to simply write HTML code in notepad and save the file with .html extension,it will automatically convert the given text file in to html file i.e.,web file and after double clicking on the given file it will open as web page in the given browser.
 
Html is code easy to run on the web browser. Html is code to understand every one. Html is program is save the .html extension .
<html>
<head>
<body>
<table border="2" bgcolor="red" >
<tr>
<th>NAME</th>
<th>LASTNAME</th>
</tr>
<tr>
<td>Mohan</td>
<td>Kumar</td>
</tr>
</table>
</body>
</html>
this code is write on the notepad. and save this file a.html extension. It run on the webbrowser.
 
ht,l code run is very easy. first of all ,you choose application software for coding means notepad or dramweaver and then save the code and run on the localhost........
 
HTML files can be opened by any browser (I recommend using firefox and chrome) and you can edit code on Dreamweaver and run for press F5
 
Hello you can do it very easily. Learning HTML is easy. You should go to w3school.com website and there you will learn HTML basics. Also when you learn basic codes then start designing sites with Dreamweaver software.
 
Back
Top