answersLogoWhite

0

save without changing and then change it to what you want it to be

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Engineering

How do you save a text file as HTML?

go to file menu--> select option "save as" --> then choose the file type "html document" name the file. and you are done


How do you use HTML in a sentence?

You just did. The question you just asked is a sentence. The best sentence you can use HTML in, would be giving the meaning of the letters. (there goes another sentence with HTML) Here is the best sentence: Hyper Text Markup Language, HTML, is use to create a web page. It cant get better than that.


What is the process of ordering HTML tags?

I cant able to understand the question what you have asked..I will give the answer what i understand a bit from your question. Sample Code for HTML Ordered List: EX: <ol> <li>Coffee</li> <li>Tea</li> <li>Milk</li> </ol>


HTML are instructions for the browser that are incorporated into HTML documents?

In definition, HTML is "Hyper Text Markup Language". This kind of language is use in a web-based application, also known as a browser ( Internet Explorer, Safari, Firefox, ..) As you said it, what is written in the HTML document, is many instructions for the browser. Those instructions can be use to: write a paragraph, draw a table, show a picture, etc... Many things can be done using HTML or XHTML ( Extensible Hyper Text Markup Language), but the use of CSS ( Cascading Style Sheet ) is needed almost for anything you want to do. Hope this solves your question.


What does the tag p stand for?

The "p" tag stands for paragraph it is a tag.The paragraph tags are used to define a block of text as a paragraph. This HTML element is one of the basic HTML tags you should learn to use properly.When a block of text is surrounded by the paragraph tags, the browser automatically adds white space before and after the paragraph.Make sure to use to add more paragraphs