Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@thebigk • Sep 30, 2008
Well, do you know HTML?
If not, get a open source software like NVU and simply edit the document as per your requirements, then save the page as .HTML.
Any specific questions? -
@ravitejag-02nJVr • Sep 30, 2008
hi ramakrishna ,
can i know a brief introduction about you?
well, any way the link below will help you for web desigining
<a href="https://en.wikipedia.org/wiki/Web_design" target="_blank" rel="nofollow noopener noreferrer">Web Design</a> -
@santosh0687-ta83IT • Oct 7, 2008
To create web page using HTML just open any text editor like note pad and write HTML tags and save file with .htm or .html extension and open it in the web browser like Internet Explorer.
Ex. <head><title>my first web page</title></head> -
@santosh0687-ta83IT • Oct 7, 2008
To create web page using HTML just open any text editor like note pad and write HTML tags and save file with .htm or .html extension and open it in the web browser like Internet Explorer.
Ex.<head><title>my first web page</title></head> <body bgcolor="blue"> <h1>this is heading one</h1> <h2>this is heading tw</h2> <p><font face="monotype corsiva" size="12" color="red">this is a paragraph that have 12 font size and red color having monotype corsiva style</font></font> <hr></body>save the file as first.htm and open it in browser -
@nirajkumar-6nokRG • Oct 7, 2008
Learn HTML and javascript it will help you