QB64 Functions
HTML Structure
Images & Links
Tables
HTML Knowledge
100

This QB64 command makes a short beep sound.

BEEP

100

This tag starts an HTML document.

<html>

100

This HTML tag is used to display images.

<img>

100

This tag creates a table in HTML.

<table>

100

This tag creates a horizontal rule or line.

<hr>

200

This command draws graphics pixel by pixel.

PSET

200

This section contains metadata and page title.

<head>

200

This attribute tells where the image file is located.

src

200

This tag defines a table row.

<tr>

200

This tag creates a numbered list.

<ol>

300

This command draws a straight graphical line.

LINE

300

This section contains everything visible in the browser.

<body>

300

This attribute provides alternative text for images.

alt

300

This tag defines a table heading.

<th>

300

This tag creates a bulleted list.

<ul>

400

This command changes the color used in drawing.

COLOR

400

This tag is used to write the webpage title.

<title>

400

This HTML tag creates links to another page.

<a>

400

This tag defines a table data cell.

<td>

400

This tag defines an item inside a list.

<li>

500

This command fills a closed shape with color.

PAINT

500

HTML is considered this type of language.

Markup Language

500

This attribute tells the browser where a hyperlink goes.

href

500

This structure organizes information into rows and columns.

Table

500

These symbols start and end HTML tags.

Angle brackets < >