Jump to content

nebie to html


RandyW.

Recommended Posts

I am new to html and learning to build my first website. I want to use notepad to build it.What tags do i use to put my bussiness name between?This is going to be a learning experence so i hope you all will bear with me.Randy

Link to comment
Share on other sites

Since your business name is a very important piece of information you would usually use a h1 tag to display it.For example:

<h1>Business Name Goes Here</h1>

Also, I suggest you use something a little more 'code friendly' than notepad. I personally use Netbeans but there are many others such as Notepad ++ or Sublime text.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...