What is HTML can anyone tell me?

Asked By 10 points N/A Posted on -
qa-featured

Hi friend,

I am new in here and don't know what is HTML. If you know about it please tell me about it.

SHARE
Best Answer by Holloway Hively
Answered By 0 points N/A #177920

What is HTML can anyone tell me?

qa-featured

Hi Myjone,

 

HTML stands for HyperText Markup Language. It is a markup language for creating web pages.

HTML is written HTML elements consisting of tags enclosed in angle brackets within the web page content.

HTML mostly in pairs like (h1). It provides a means to create structured documents by denoting structural semantics

For text like headings, paragraphs, lists, links, quotes and many others.

 

Answered By 5 points N/A #177921

What is HTML can anyone tell me?

qa-featured

 

HTML is a markup language that commonly uses in creating web pages and other this that you've seen in your web browser.

Its consist of a combination of tags. There are some application where you can code an HTML such as notepad, notepad++ and Dreamweaver. Browsers are not displaying the HTML tags because it will interpret its content to interface that can understandable to all users.

Answered By 0 points N/A #177922

What is HTML can anyone tell me?

qa-featured

Hello, Myjone .

If you want to learn more about HTML (Hyper Text Markup Language) it was great. 
This is being used to make web pages or web sites. And it's the first way to learn about creating web pages. Because, almost of websites content HTML codes. I will give you link to know more about HTML.
 
Hope this will guide you to learn more about it. 
 
Best regards. 

 

Best Answer
Best Answer
Answered By 5 points N/A #177923

What is HTML can anyone tell me?

qa-featured

Hi Myjone,

HyperText Markup Language preferably called HTML is a main language in creating web pages. This is the structured content of the web page and should not be confused with CSS which is used for presentation.

This is similar to SGML or Standard Generalized Markup Language which is also used for defining generalized markup languages for documents.

The basic structure for an HTML document is:

<!DOCTYPE html>

<html>

<body>

<h1> Insert header </h1>

<p> Insert paragraph </p>

</body>

</html>

There are tons of online tutorials and articles for HTML that you can find in the World Wide Web. Some of those are:

  1. HTML Beginner Tutorial – offers the wide range of tutorial for beginners. They will teach you on what are the basic things to know about creating your own website such as tags, attributes, elements, forms, links up to putting this all together.
  2. HTML Goodies – This website assures you that you will be knowledgeable in HTML in one week upon visiting their page. They also give the user the opportunity of reading basic terms and works of HTML but also the advance level materials.
  3. W3C HTML News and Opinions – If you only wanted to know some news and opinion about HTML, this site is a good reference. You can access several blogs and review articles which are somehow an HTML miscellaneous.
  4. w3chools.com – This is highly recommended for the new and advanced users of HTML. This online tutorial site teaches everything about HTML. The difference of this site from the other online site is that they have interactive test and exercises which you apply your knowledge. Also, they offer free online certification.

Hope the information above helps you in your HTML learning.

Answered By 0 points N/A #177924

What is HTML can anyone tell me?

qa-featured

Hi Myjone, HTML stands for Hyper Text Mark-Up Language. It is the main mark-up language for creating web pages. You can study HTML Just click on this Link https://www.w3schools.com/html/html_intro.asp here you can see the command codes to run a program just follows its steps you could also watch video,  html tutorials and may download them as well

Good luck!

Related Questions