What is HTML can anyone tell me?
Hi friend,
I am new in here and don't know what is HTML. If you know about it please tell me about it.
Hi friend,
I am new in here and don't know what is HTML. If you know about it please tell me about it.
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.
Â
Â
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.
Hello, Myjone .
Â
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:
Hope the information above helps you in your HTML learning.
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!