answersLogoWhite

0

You can use Notepad to write HTML pages, and HTML consists of tags. So you would be writing a lot of tags when using Notepad to create a HTML page.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What do you type in to use HTML tags?

Notepad / wordpad. open and close all tags, or the coding may go awry. <opentag> </endtag>


How do you make marquees on notepad using HTML?

Marquethis is the text for the HTML Marquee Place the Marquee tags into the document. There are many attributes you can use set the properties of the marquee.


What is web design software that generates HTML tags?

There is no need for any software. You can write the code in a notepad or any text editor.


I am creating a HTML website in notepad. It is about learning begginers HTML. Do you know how to show tags like body on the website so people can see them.?

Use the character entity for the <: <


What are HTML tages?

HTML tags are the predefined tags that are embedded within the "<>". Each HTML tags has the following attributes and operations.


How do you working in HTML?

You can work on HTML in Notepad or Notepad++. These are text editors which understand HTML.


Do you need to be connected to the Internet constantly while you create HTML Pages?

No you dont need internet to create n check the HTML all you have to do is to create a write the HTML Tags on the Notepad and Save it on your hard disk with the extension .html or .htm then Open the file it will be displayed on Your Web Browser....


What are built-in tags Like for HTML and CSS?

No tags are used in CSS. Tags are actually what CSS primarily styles.


What does HTML use tags for?

HTML cannot work without it's tags. It uses tags for it's scripting work.


How do you add HTML to your website?

HTML can be added by adding tags to the code. HTML tags are the ones that cause the view to modify.


What is an HTML webpage?

An HTML webpage is a collection of HTML tags. The tags are arranged in a proper way to create a web page.


HTML contains 2 tags what are they?

HTML contains many more than 2 tags. Most tags come in a set of 1 opening and 1 closing tag. For example, <html> and </html>.