+ 4
pls i tried using note pad for html but i dont know how to begin
html
21 Respostas
+ 7
https://www.sololearn.com/discuss/1433205/?ref=app
https://www.sololearn.com/discuss/41794/?ref=app
https://www.sololearn.com/discuss/180704/?ref=app
https://www.sololearn.com/discuss/2089611/?ref=app
https://www.sololearn.com/discuss/2232791/?ref=app
https://www.sololearn.com/discuss/2310724/?ref=app
https://www.sololearn.com/discuss/1899093/?ref=app
https://www.sololearn.com/discuss/167497/?ref=app
https://www.sololearn.com/discuss/2033251/?ref=app
https://www.sololearn.com/discuss/816867/?ref=app
+ 5
Look for some tutorial on YouTube, it might help
+ 4
no am not using notepad ++ and am using windows i want to know how to start coding html using notepad
+ 3
Better use a proper text editor like vscode, atom or sublime text
+ 3
Open notepad
Type your html code, better start with basic hello world your example
Save the file with name index.html
Now open the saved file in your file explorer, the file should open in your browser and you will be able to see your html webpage there
+ 2
but how do i start
+ 2
i think if i tap new on note pad it would say text editor unicode something and others
+ 2
ok thanks but can u better still explain the steps for me
+ 2
Vs code is best for starters you can try it
+ 2
Check Martin Taylor's comment. It's well detailed and deserves kudos
+ 1
Save your file with .htm or .html extension and open in through your browser.
+ 1
Oyedeji Hiqmat
Try to follow this guide as a complement of sololearn course if you are stuck.
(In the hamburger menu you will find several tutos if needed).
https://www.tutorialrepublic.com/html-tutorial/html-get-started.php
Happy learning.
+ 1
For html .htm or .html when saving the file, like every languge.
Example: js for javascript, .cs for c sharp, basically each programming languages short form
+ 1
For begin.... Notepad++
+ 1
Just write your first piece of code and see the results
+ 1
You may struggling in designing?
+ 1
Open your notepad.
Write basic format of html.
Press ctrl+S in keyboard.Then rename this file to .html
Save it.
0
<html>
<haid> </haid>
<body>
</Body>
</html>
This a basic html doc