answersLogoWhite

0

What are the basics of HTML?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

things between two arrows are elements of an HTML page, for example or . there are two types:

1. tags that need to be closed (for example needs to be closed with )

2.Tags without a closing tag (for example );

The basic structure of an HTML page would be:

headline

text

text

link

Every rule explained:

: Tells the document that the code starts

: starts the head function. You can put everything in here that needs to start when the page loads or other languages like javascript.

ends the head function

starts the body function. Every visible element on an site is in here.

headline

It will draw a headline. this is important, because search engines use these.

text

It will draw a paragraph.

text Is just some text that is not in a paragraph.

the code for enter.

link Draws a link that will go to http://www.wiki.answers.com. Visitors will see the link as the text link.

will draw the image that is located at http://imgs.xkcd.com/comics/compiling.png

ends the body section

ends the HTML document.

You can Google on w3schools for great tutorials.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the basics of HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What do you have to do to be a web designer?

Learn the basics of HTML..you can start here: w3schools.com Study advanced HTML. Advanced HTML pages include frames, cascading style sheets and DHTML. Know the basics of good website design. Stay updated on design trends. -------------------- yugenelee.com


What year was HTML first launched?

The basis of HTML goes back to 1945, with Vannevar Bush's proposed basics of hypertext. Tim Barnes-Lee is credited with being the primary author of HTML in 1990.


Neopets HTML basics?

Here is Neopets HTML Guide they have made for people who need help. http://www.neopets.com/help/html1.phtml If you need any more help, contact Strae and I will help you.


Which websites offer tutorials on how to make a webpage?

There are many websites that offer tutorials on how to make a web page. Some cover the very basics of HTML for the relatively inexperienced such as HTMLiseasy or for a more comprehensive tutorial covering HTML, CSS,PHP and JavaScript try the HTML website.


What is the semantic difference between HTML tag and HTML text?

HTML text is formatted text that you view on a HTML formatted page, a HTML tag is a tag which defines the formatting of a selected area of text, i.e opening tag "<u>" "text to format here", followed by closing tag "</u>" would underline the text that you wish to format. In short, HTML tag defines the format of the text. These basics can be applied to a range of different functions.


How many programming languages do you need to know if you want to be a website designer?

You will need to know HTML, XTML, CSS, and Java. These are four of the basics that you need to be familiar with. There are others.


Is HTMl easy to learn?

How to learn HTML Html is not hard to learn at all. You just cover the basics and practice, as we know practice makes perfect. Html is very important in web development, because it is used to create the web document that you always see on the internet, the webpages, the writings, text and many more. You can check out my channel where i give free tutorials in Html and Css for beginners. @codewithalex7 on youtube. ( Search it on youtube) Make sure to visit my youtube channel and learn Html and Css for free.


Can anyone learn HTML?

How to learn HTML Html is not hard to learn at all. You just cover the basics and practice, as we know practice makes perfect. Html is very important in web development, because it is used to create the web document that you always see on the internet, the webpages, the writings, text and many more. You can check out my channel where i give free tutorials in Html and Css for beginners. @codewithalex7 on youtube. ( Search it on youtube) Make sure to visit my youtube channel and learn Html and Css for free.


How do you add pictures in WordPress?

Click at the square into a square on top of the editing bar at the Wordpress posting box. At this menu you can upload a picture and define how it'll behave. While editing text in WordPress, you can switch to view HTML. If you're unfamiliar with HTML, you should learn. It's not as hard as it looks. Search "HTML basics" for a list of good starting points,


What are some suitable resources for one to learn HTML?

How to learn HTML Html is not hard to learn at all. You just cover the basics and practice, as we know practice makes perfect. Html is very important in web development, because it is used to create the web document that you always see on the internet, the webpages, the writings, text and many more. You can check out my channel where i give free tutorials in Html and Css for beginners. @codewithalex7 on youtube. ( Search it on youtube) Make sure to visit my youtube channel and learn Html and Css for free.


What is a simple program used to create HTML documents?

Any simple text editor can be used to create an HTML document. HTML documents are just simple text, so any basic editor will do the job. Notepad, Vim, or Emacs are all good examples of very simple programs used to create HTML documents. (I'm not sure of the Macintosh equivalent to these, but that would work just as well.)


Is HTML difficult to learn?

It depends on how you learn HTML, there are tons of resources on the Internet to learn HTML. One of the quickest and easiest ways is to watch an online HTML video tutorial. With the excellent visual aids and demonstrations included in the video, you should have an excellent start to learning and using HTML.