Selasa, 16 Maret 2021

How To Control HTML For A Website

How To Control HTML For A Website - The ability to build HTML, with CSS and JS that can be used flexibly, makes HTML a favorite of several people. On this occasion we will provide several articles relating to the discussion of How to Control HTML for a Website. Some of the articles that we will present to you this time, can be very helpful if you want to find related information about How to Control HTML for a Website. And on this occasion we will provide several articles that discuss and review how to control HTML for a website

HTML at a glance

HTML (Hyper Text Markup Language) is the markup language used to create a website according to the HTML tag coding standard.

Although HTML is not included in a programming language, HTML is a basic that must be known before starting web programming. HTML provides various tags to describe the type of content or elements on your website, for example <header>, <link>, and <div> This allows your browser to read and interpret each tag.

Types of HTML Editors

After understanding at a glance about HTML, the steps that you should take is getting to know each of the HTML editors available on the market.

Here are the kinds of editors you should know.

Sublime Text

Sublime text is the most widely used HTML editor by programmers. This editor can be used on various operating systems such as Linux, Windows, and Mac. Pros: Suitable for beginners, easily customizable, and has many color schemes to choose from. Cons: Cannot print documents or code and no toolbars and dashboards .

Notepad ++

This editor can be used on the Windows operating system with a free license. The distinctive feature of this editor is that you can freely install the additional features that have been provided. Pros: Distraction-free interface, auto-completion feature, and the availability of plugin-options. Cons: Not suitable for beginners and cannot be used on Mac operating system.

Komodo Edit

This editor is a simple editor, which offers various extensions and language support. Pros: It has a coding interface that is easy to understand, can be used on Mac, Windows, and Linux operating systems, and the availability of qualified language support. Disadvantages: Does not have an auto feature -Completion and display settings that are difficult to understand.

HTML Tags and Attributes

HTML needs a way to describe text - whether it's a list, paragraph, or link - written in it to the browser.

This is where the tag comes in. Tags are code used to tell the browser what HTML is written for.

The following are examples of tags that are often used and their functions.

<body> serves to show the contents of an HTML document;
<div> functions to show page;
<tr> functions to create rows in a table; etc.
Attributes are additional information that is included in the opening tag, usually in the form of instructions for adding color effects, thickness, and so on.

Attributes have two parts, namely name and value, which are written as name = "value". Writing attributes in HTML begins with a tag, for example <h2 align = "center"> HTML Study Guide </h2>

In the above case, h2 is the heading 2 tag and align and center are the attribute names.

1 komentar:

  1. Nice Article! Searching for finding the detail site information? Use the best whois lookup database to find any information or status about any domain or website.

    BalasHapus

How To Control HTML For A Website

How To Control HTML For A Website - The ability to build HTML, with CSS and JS that can be used flexibly, makes HTML a favorite of several p...