Showing posts with label Getting Started. Show all posts
Showing posts with label Getting Started. Show all posts

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>

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 >    ...