Friday, October 5, 2012

October 5 Online Discussion Question 3

How do you create a HTML file?

8 comments:

  1. 1) Open text editor.
    2) Type in content and code.
    3) Save work. (make sure to use .html as a file extension.)
    4)View work in Firefox.
    [Collin]

    ReplyDelete
  2. Open text editor (Notepad for Windos and TextEdit for Mac) Type content and code. Save as. Use .html as an extension. Open Firefox click "file" then "open" and click the html file. (Autumn)

    ReplyDelete
    Replies
    1. Any tips or advice on the location to save my file or how to get to my file when I want to look at it in Firefox?

      Delete
  3. Open text edit (for mac users) type content and code, save and view your work. Gracie

    ReplyDelete
  4. For Windows users:
    -Open Notebook
    -Enter all content (including tags)
    -Save as an HTML file
    -Open a web browser (Firefox)
    -Click file and open to view your page
    ~Brie

    ReplyDelete
  5. open a blank notebook page in windows, enter the content you want. hit save button, when you go to name the file, put .html right at the end. to get ti later open yoru web browser and click file open, adn then take a look at your work!

    ReplyDelete
  6. Open a notepad file,

    < html > type all your stuff in it

    < /html > to end it, and then save it in .html on the end of your name

    ReplyDelete