HTML

HTML
HTML, It is a markup language that defines the structure of web pages. HTML is one of the basic building blocks of every website. For this reason, it is among the first details that web developers want to learn.
Although HTML is an important building block, it is not enough to make a web page look good. Her CSS And JavaScript It must be supported by. HTML is essentially code and is used to structure the content of a web page.
The content on the web page may consist of a number of different paragraphs, images and tables. It is possible to format them with HTML. This way, the web browser knows how to structure the web page a person is visiting and displays it the way the developer intended.
What is HTML and When Was It Found?
HTML or hypertext markup languageis a markup language developed to display materials or data on the internet. Each material has a known receptor location and Web page is called. Web pages contain hypertext links that allow bringing relevant pages.
HTML is the markup language used to code web pages. HTML, 1980 British scientist in Sir Tim Berners-Lee Designed by. HTML formatting tags They contain document elements such as headings, paragraphs, and tables. After formatting, they can be viewed by programs or applications known as web browsers.
web browsers When viewing a web page, it interprets it in accordance with the permitted technology. Thus, elements such as headings, paragraphs and tables are presented adapted to the screen size and the font used. HTML documents also contain anchor links, which are links to other web pages.
What is Semantic HTML?
Semantic HTMLis to convey the real meaning of the reasons for using HTML tags. Semantic HTML was used effectively throughout most of the 90s and standard HTML structure has become an important part of it. Since the late 90’s Once CSS is used effectively has become more important on web pages.
Semantic HTML
,,,It consists of tags such as and. One of the most important reasons for using semantic HTML tags is to enable web crawlers to easily index the web page. In this regard, it is possible to improve the web page in terms of SEO. Additionally, semantic HTML is important for accessing web pages from screen readers.
What are the HTML Versions?
HTML has evolved in many different ways over the years since it was designed. For this reason, the effectively used HTML versions have changed from time to time. There are five different versions of HTML in effective use. Each of them makes extra contributions to the HTML structure, making the job easier for developers who will use it.
- HTML 1.0: It is the first version developed for HTML. It was published in 1991 and was used effectively until 1995.
- HTML 2.0: It is the version published in 1995. It has been accepted as the standard version in web design. Support for features such as text boxes and buttons has been added.
- HTML 3.2: It was published by W3C in 1997. It offered extra support in terms of table creation and form elements. It has been considered the official standard since 1997.
- HTML 4.01: It was published in 1999. It is the stable language for the HTML language and is considered the official standard. It added CSS support to the HTML language.
- HTML5: It is the newest version of the HTML language and was announced in 2008. this version W3C And WHATWG It is developed by.
What is the Difference Between HTML Tags, Elements and Attributes?
HTML tagsHTML elements and HTML attributes are often confused with each other and used interchangeably when defining them. However, there are differences between these three elements. Each HTML tag It has a unique meaning. HTML elementsthey use to describe content. HTML attributes They provide additional information for existing HTML elements.
What are HTML Tags?
HTML defines the formatting of a particular web page. For this reason, the text, images and other content on the page must be displayed in a structured way. For example, you may want some text to be uppercase, lowercase, bold or italic. To do this HTML tags must use.
HTML tags are similar to keywords that define how the web browser displays content. When a web browser reads a document containing HTML, it reads it from top to bottom and left to right. Thanks to HTML tags, a web browser can distinguish between HTML content and simple content. Each HTML tag can have different properties.
What are HTML Elements?
HTML opening tag, content And closing tag It consists of three elements. Some elements are used as empty. HTML elements are often confused with HTML tags. However, an element consists of a combination of three different elements. All HTML files consist of elements. These elements are responsible for creating web pages. They also describe the content on the web page.
In theory, the opening tag, content and closing tag should all be together. Some elements may not have content and closing tags. These types of elements can be called empty elements or by themselves. closing elements is called. For example, to leave a line space
and used to create straight long lines
are elements in this structure.
What are HTML Attributes?
HTML attributes are placed in the opening tag and are “style” with “ID” They vary in their definitions. HTML attributes help convey more information about an element. In addition, these attributes meet needs such as styling elements on the web page with JavaScript.
HTML attributes are modifiers of the HTML element while providing additional information about the elements. Each element defines the behavior of the element to which it is connected. HTML attributes must always be implemented with the start tag. Although the names to be given to HTML attributes are case sensitive, standard usage consists of lowercase letters.