logo
Wrong email address or username
Wrong email address or username
Incorrect verification code
back to top
Search tags: html-tutorial
Load new posts () and activity
Like Reblog Comment
text 2020-04-11 07:51
HTML Tutorial for beginners - Learn HTML

HTML is a very simple and popular language and every programmer or coder will aware of this language. You may be surprised after knowing that about 1.3 billion websites online today are using HTML language in one way or the other. Don’t be confused between HTTP and HTML, I think many of use will know the difference but those who are beginners will be confused in these different terms. 



What is HTML?

HTML stands for hypertext Markup Language which is used to create the structure of the Web page and web applications. With the help of HTML, you can link one web page to another using HTML hyperlink tag There are many tags in HTML and most of the tags has it’s own attributes. Each HTML tag performs a different function on the web page. You can create Tables, insert an image, send data to the server using input type tag with its attributes. There are many websites on the Internet from where you can learn HTML like W3Schools.

Features of HTML

  • It describes the structure of the Web page. 
  • With the help of HTML tags, you can perform different functions on a web page.
  • Compatible with all popular every browser.
  • Platform Independent.

 

Structure of HTML

 

<!DOCTYPE html>

<html lang="en">

<HTML>

<head>

<title> Page Title </title>

</head>

<body>

<h1> This is a Heading </h1>

<p> This is a Paragraph </p>

</body>

</html>

 

Explanation: 

<!DOCTYPE html> define the document of HTML version.

<html> describe the web document. It is the root element.

</html> Everything you will write on web page should be inside these tags.

<head> It contains information like author name, company, description, etc.

<title> It always writes inside the head tag. It specifies the title of the Web page.

<body> It contains the information which will be displayed on your web page. 

<h1> It is a heading tag that defines the heading of your document(web page).

 

History of HTML

HTML             1991

HTML2.0        1995

HTML 3.2       1997

HTML 4.01     1999

XHTML           2000

HTML5           2014

Like Reblog Comment
text 2019-11-06 15:57
3 Basic Web Languages ​​For Coders That help you in web design and development.

3 Basic Web Languages ​​For Coders That help you in web design and development.

There are so many languages that nowadays, so people are confused that which language is to learn. So, if you want to do something exciting in the field of Web Language, so here are 3 basic level languages, and you should start from here. 

HTML

HTML is a great language. It defines the structure of webpages and it determines how data is displayed online. But this doesn't make HTML a programming language.

  • A markup language

HTML encapsulates, or “marks up” data within HTML tags or elements, which define the data and describe its purpose on the webpage. The web browser then reads the HTML elements, which tells it things like which parts are headings, which parts are paragraphs, which parts are links, etc. The HTML describes the data to the browser, and the browser then displays the data accordingly.

  • That's how the browser knows that

However, this is not programming as I said before. The above is not an example of an executable script. The HTML was only used in the above to mark up the text for the browser to read and interpret as web page content. HTML is used for structural purposes on a web page, not functional ones.

Next Steps: Find out more about the Html tutorial here or start learning CSS with CodeRepublics.

 

CSS

Now come with the new language that is CSS which is used to create a creative website, or you can say HTML is the sole of CSS, without CSS you can't imagine a creative website * (most of the cases).

How it CSS works? CSS describes how HTML elements should be displayed. Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language like HTML. It describes the Web pages, including colors, layout, and fonts. It allows one to adapt the presentation to different types of devices, such as large screens, small screens, or printers. CSS is independent of HTML and can be used with any XML-based markup language.

Next Steps: Find out more about CSS tutorial here or start learning CSS with CodeRepublics.

 

JavaScript 

JavaScript is the most popular and widely used client-side scripting language ie it runs within the client's (user) browser. It is used to make webpages interactive and to add dynamic effects to the web pages. JavaScript is an object-oriented language, i.e. it supports all object-oriented concepts like c ++ or java. But, the JavaScript is not related to Java language in any way.

Next Steps: Find out more about the Javascript tutorial here or start learning CSS with CodeRepublics.

 

Author Bio:-

Jenefer Winget is attentive to explore new Web Marketing ways to Online Business Improvement. I have experience in Web Designing, Development and Digital Marketing like SEO, Keyword Research, Google Ad-words. She works at https://www.coderepublics.com



Source: www.coderepublics.com
More posts
Your Dashboard view:
Need help?