Question about using HTML?

jhirl

New member
I was wondering how I go about opening a document in open office to practice using HTML. What do I go to?, and where do I start? Im looking to open the HTML tag.
 
firstly, use notepad to edit html, it has a much smaller system footprint
To save a file as html, use either .htm or .html
to view a webpage as raw html, go to view, then page source.
the first tags you need to learn are <head>, <html>, <body>, <title> and <h1-h6>. Use a search engine for more information
 
I've never used open office for web pages before, so I don't know if you can. However, I'm sure your computer came with either Notepad or TextEdit. Either of these will work for creating HTML documents.

As others have said here, to save it as HTML you click:

File > Save As > File Format = All > Encoding = UTF-8 > File Name: AnythingYouWant.html

To open the HTML file with Notepad, you can right click on the file itself and select the Open With option, or use the Open File dialog window directly from the program.
 
Back
Top