PDA

View Full Version : What are HTML skills?



pooja escorts
07-13-2020, 06:28 PM
What are HTML skills?

Scopehosts
07-24-2020, 06:01 AM
HTML is the language in which most websites are written. HTML is used to create pages and make them functional.

Tags are used to mark up the start of an HTML element and they are usually enclosed in angle brackets.
An example of a tag is: <h1>. Most tags must be opened <h1> and closed </h1> in order to function.

HTML is easy to learn and It has come a long way over the years, and today HTML 5 is the latest standard.

Sherin
07-27-2020, 12:50 AM
HTML (Hypertext Markup Language) is the code that is used to structure a web page and its content. For example, content could be structured within a set of paragraphs, a list of bulleted points, or using images and data tables.

anirban09P
07-28-2020, 12:02 AM
HTML is a computer language devised to allow website creation. These websites can then be viewed by anyone else connected to the Internet. It is relatively easy to learn, with the basics being accessible to most people in one sitting; and quite powerful in what it allows you to create. It is constantly undergoing revision and evolution to meet the demands and requirements of the growing Internet audience under the direction of the » W3C, the organisation charged with designing and maintaining the language.

Sherin
08-10-2020, 12:06 AM
HTML is not a programming language; it is a markup language that defines the structure of your content. HTML consists of a series of elements, which you use to enclose, or wrap, different parts of the content to make it appear a certain way, or act a certain way.

The main parts of our element are as follows:

The opening tag: This consists of the name of the element (in this case, p), wrapped in opening and closing angle brackets. This states where the element begins or starts to take effect — in this case where the paragraph begins.
The closing tag: This is the same as the opening tag, except that it includes a forward slash before the element name. This states where the element ends — in this case where the paragraph ends. Failing to add a closing tag is one of the standard beginner errors and can lead to strange results.
The content: This is the content of the element, which in this case, is just text.
The element: The opening tag, the closing tag and the content together comprise the elemen

jameswilde
08-10-2020, 01:01 AM
HTML is not a programming language; it is a markup language that defines the structure of your content. HTML consists of a series of elements, which you use to enclose, or wrap, different parts of the content to make it appear a certain way, or act a certain way.

a1auto
08-11-2020, 12:34 PM
There's some good general answers here, but here is a more in depth explanation that gives some examples of how it works: https://www.w3schools.com/whatis/whatis_html.asp

Saravanan28
08-13-2020, 11:23 AM
HTML (Hypertext Markup Language) is the code that is used to structure a web page and its content. For example, content could be structured within a set of paragraphs, a list of bulleted points, or using images and data tables.

jesica
08-19-2020, 03:45 AM
Skill of HTML is creating a webpage. Webpages are usually viewed in a web browser. They can include writing, links, pictures, and even sound and video. HTML is used to mark and describe each of these kinds of content so the web browser can display them correctly.