How to create web page using HTML?

rama_krish627

rama_krish627

@rama-krish627-LuiiO6 Oct 26, 2024
😁Hi I am Ramakrishna. can you suggest me how to design a web page?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Kaustubh Katdare

    Kaustubh Katdare

    @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?
  • Raviteja.g

    Raviteja.g

    @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

    santosh0687

    @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

    santosh0687

    @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
  • niraj.kumar

    niraj.kumar

    @nirajkumar-6nokRG Oct 7, 2008

    Learn HTML and javascript it will help you