Thursday, November 3, 2022

Getting Started

 Getting Started

Display the text "Welcome to the world of Web development" on the screen

<html>
    <body>
        <div id=text>Welcome to the world of Web development</div>
    </body>
</html>

No comments:

Post a Comment

ads vert

Basic HTML Tables - Layout, HTML Tables, Attributes, Aside, Footer, Tr tag, Td tag, Th tag, Tbody

  Basic HTML Tables - Layout, HTML Tables, Attributes, Aside, Footer, Tr tag, Td tag, Th tag, Tbody < table >      < thead >    ...