Showing posts with label html. Show all posts
Showing posts with label html. Show all posts

6/21/22

Tables

 A table is an organized piece of data made up of rows and columns (tabular data) . A table allows you to quickly and simply search up values that suggest some form of connection between different types of data.

List

 HTML has two main list types which we would cover in this section.

Images

 Its almost impossible to have a website without displaying at least one image, this is where the image tag comes in hand.

Elements and Attributes

Elements 

A start tag, some content, and an end tag define an HTML element.

Text Formatting

 



Heading, Paragraphs and Comments

 Headings

HTML has 6 main categories of heading tags which varies in sizes which decreases as the number gets higher.

HTML Structure

 Saving your HTML file

All files are saved with extensions which helps to determine how they are ran.

HTML files are saved with .html

Introduction To HTML

 HTML stands for Hyper Text Markup Language. HTML is the most widely used markup language for building websites. The structure of a Web page is described in HTML. It is made up of a number of different elements. Its components specify how the content should be displayed in the browser.


Blog Archive