What is Html?

in #steemiteducation7 years ago (edited)

What is HTML?

HTML is a computer language, which is good for displaying the world's huge data-store through the Internet

The main structure of a web page is created by HTML. HTML is not a programming language, it is called Hyper Text Mark Up Language. Mark Up Language One set consists of the Mark Up tag. How different portions of a web page are displayed through the browser are expressed in HTML using the Mark Up tags.

History of HTML

HTML or Hyper Text Mark Up Language Team Bernas-Lee Creating HTML

The purpose was to arrange for the exchange of scientific research data on the boom of the world. Developed by NCSA, Mosaic Browser developed by HTML in the 1990s. First developed HT by WC3 in January of 1997

ML3.2 is published. At the end of the same year, the new version of WC3 HTML HT on December

ML4.2 releases. In 2010, the latest version of the current HTML is available in HTML5.

Program writing method

For writing any program, you need to do coding using an editor. The default editor of the Windows operating system, notepad, can be used primarily as an editor for writing HTML programs, and it is best to use Dreamweaver and Notepad ++ as an Advanced Editor for additional benefits. The program written in HTML will be seen by any browser such as Internet explorer, Mozilla Firefox, Google chrome and Opera by saving .html extensions such as index.html.

Basic sections of the program written in HTML

< Html >
< Head >
< Title > Steemit </ title>
</ Head>

< Body>
I am learning now HTML. This is my first web page.
</ Body>
</ Html>

[ i use space for showing you those tags.. when you use it remove space]

Open a Notepad and enter the code at the top and save it from the file menu, Save as type: Save all files, save index.html file with Mozilla Firefox.

Analysis of different parts of the program written in HTML
There are two symbols in the program, and some of them are Word, such as html, head, title, body is called keyword and <> or </> sign and a keyword written between it is called a tag. For example, < head > means head tag. There are two types of tags on the HTML, the tag and </> tag in the tag and the keywords made of the keyword, and the tags in the keyword are called the last tag, such as < title > means title and the title < title title > title.

< Html > or html tags:

To write HTML program, all the code is written between < html> </ html>.

< Head> or head tags:

The < title > </ title > tag is inserted in < head > </ head > by which the title or title of the website is displayed. This code is titled http://www.tutohost.com which is displayed in the browser's title bar. Also the stylesheet of CSS is called in the head tag.

< Body> or body Tags:

< Body > or body tag is very important. The main contents of a website are located in the Body Tag. Various tags are written for different text, image, table etc. in the < body > </ body > tag. This is my first web page in the < body > </ body > tag in this code. I am learning now HTML Written in the main part of the browser.

I believe in a little bit about how to get an idea about HTML.

Upvote Resteem & Follow me at

alt text

Sort:  

Take a look at this computerfile video by Professor Bailsworth, talking about HTML as a declaritive programming language.

PS upvoted you

everybody should learn html, who are working in freelance.

Congratulations! This post has been upvoted from the communal account, @minnowsupport, by Riyadh_Ycsm from the Minnow Support Project. It's a witness project run by aggroed, ausbitbank, teamsteem, theprophet0, someguy123, neoxian, followbtcnews/crimsonclad, and netuoso. The goal is to help Steemit grow by supporting Minnows and creating a social network. Please find us in the Peace, Abundance, and Liberty Network (PALnet) Discord Channel. It's a completely public and open space to all members of the Steemit community who voluntarily choose to be there.

This post has received a 0.78 % upvote from @drotto thanks to: @banjo.

Good presentation on HTML. Following and upvoted you.