Site icon DataFlair

How to Use Visual Studio Code for HTML

Full Stack Web Development Courses with Real-time projects Start Now!!

Program 1

New! Keyboard shortcuts … Drive keyboard shortcuts have been updated to give you first-letters navigation
<html>
    <head>
        <title>This is my first page in VS Code</title>
    </head>
    <center>
        <font  color=red size="10">Wel come in Html with VS Code</font>
    </center>
    
</html>

 

Exit mobile version