What is HTML part 1

in #education6 years ago

HTML stands for HyperText Markup Language.

Unlike a scripting or programming language that uses scripts to perform functions, a markup language uses tags to identify content.

The ability to code using HTML is essential for any web professional. Acquiring this skill should be the starting point for anyone who is learning how to create content for the web.They are also other programming language to create websites.
download.png

A HTML document must has an opening and closing HTML tags
Immediately following the opening HTML tag, you'll find the head of the document, which is identified by opening and closing head tags.The body tag follows the head tag.
All visual-structural elements are contained within the body tag.

Headings, paragraphs, lists, quotes, images, and links are just a few of the elements that can be contained within the body tag.
web-page-html.jpg

HTML basics

The

Element
To create a paragraph, simply type in the 'p' element with its opening and closing tags.
IMG_20180223_021433.jpg

Single Line Break
Use the 'br' tag to add a single line of text without starting a new paragraph.
IMG_20180223_021657.jpg

Formatting Elements

In HTML, there is a list of elements that specify text style.
Formatting elements were designed to display special types of text
IMG_20180223_022107.jpg

HTML Headings

HTML includes six levels of headings, which are ranked according to importance. IMG_20180223_022407.jpg

Horizontal Lines

To create a horizontal line, use the 'hr' tag.
IMG_20180223_022646.jpg

HTML Attributes

Attributes provide additional information about an element or a tag, while also modifying them. Most attributes have a value; the value modifies the attribute.
Attribute Measurements

As an example, we can modify the horizontal line so it has a width of 50 pixels.

This can be done by using the width attribute.An element's width can also be defined using percentages.

The Align Attribute

The align attribute is used to specify how the text is aligned.

In the example below, we have a paragraph that is aligned to the center, and a line that is aligned to the right.
IMG_20180223_023150.jpg

The 'img' Tag

The 'img' tag is used to insert an image. It contains only attributes, and does not have a closing tag.

The image's URL (address) can be defined using the src attribute.

Image Location

You need to put in the image location for the src attribute that is between the quotation marks.

For example, if you have a photo named "tree.jpg" in the same folder as the HTML file, your code should look like this
IMG_20180223_023536.jpg
Image Resizing

To define the image size, use the width and height attributes.
The value can be specified in pixels or as a percentage.
IMG_20180223_023709.jpg

Image Border

By default, an image has no borders. Use the border attribute within the image tag to create a border around the image.

That's all for today.They will be more about HTML on my second post.

Coin Marketplace

STEEM 0.20
TRX 0.14
JST 0.030
BTC 67416.66
ETH 3475.48
USDT 1.00
SBD 2.67