Skip to main content

Software (Example)


 


Here is a quick demonstration about how writting a small amout of code you can actually see on right screen the "This is a demonstration" which is written on left screen as a code.
this is by doing the next steps:

1. Create a new file which all the HTML will be written, because all the CSS will be on its proper folder.
2. Write the code/structure where all the head and body will be be, you can simply write a short command such as "!" and VS Code write the structure for you.
3.Write inside the "<p>" which stand for "paragraph" the phrase or word you want to write. 

And done, you have create an HTML document and write your first code. 

Comments