Question:

Hi folks! how to create HTML?

by  |  earlier

0 LIKES UnLike

can i have basic or sample codes, thanx

 Tags:

   Report

5 ANSWERS


  1. There are so many basic or sample codes, you should have specific your question, it can be anything like MySpace HTML codes or just Website HTML codes, just google how to start.


  2. HTML, an initialism of HyperText Markup Language, is the predominant markup language for web pages. It provides a means to describe the structure of text-based information in a document — by denoting certain text as links, headings, paragraphs, lists, and so on — and to supplement that text with interactive forms, embedded images, and other objects. HTML is written in the form of tags, surrounded by angle brackets. HTML can also describe, to some degree, the appearance and semantics of a document, and can include embedded scripting language code (such as JavaScript) which can affect the behavior of Web browsers and other HTML processors.

    HTML is also often used to refer to content in specific languages, such as a MIME type text/html, or even more broadly as a generic term for HTML, whether in its XML-descended form (such as XHTML 1.0 and later) or its form descended directly from SGML (such as HTML 4.01 and earlier).

    By convention, HTML format data files use a file extension .html or .htm.


  3. <html>

    <Head>

    <Title> My first page </Title>

    </Head>

    <Body>

    <h1>Hello World!</h1>

    </Body>

    </Html>

    Use notepad and copy and paste the above codes. save it as filename.html and try running it using a browser.

    Go to www.w3schools.com for more informations.

  4. www.learnhtmlbasics.com

    it's had a basic Codes  

  5. you could try www.learnhtmlbasics.com

    but the one i think would be more helpful is www.w3schools.com

Question Stats

Latest activity: earlier.
This question has 5 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.