This QB64 command changes the drawing color.
COLOR
HTML stands for this.
HyperText Markup Language
This tag inserts an image into a webpage.
<img>
This tag creates an ordered (numbered) list.
<ol>
This attribute specifies the image file location.
src
This command draws a single pixel on the screen.
PSET
This tag contains all HTML code in a webpage.
<html>
This tag creates a hyperlink.
<a>
This tag creates an unordered (bulleted) list.
<ul>
This attribute is used in hyperlinks to specify the destination.
href
This QB64 command draws a straight line.
LINE
This tag contains the visible content of a webpage.
<body>
This tag creates a horizontal line.
<hr>
This tag defines a list item.
<li>
HTML comments use this syntax.
<!-- comment -->
This command produces sound using a frequency value.
SOUND
This tag shows the page title in the browser tab.
<title>
This tag creates a table row.
<tr>
The <li> tag must be inside these two list tags.
<ul> or <ol>
By default, hyperlinks open in this target.
_self
This QB64 command fills an enclosed area with color.
PAINT
HTML files usually end with this extension.
.html
This tag creates a data cell inside a table.
<td>
This type of list shows numbers instead of bullets.
Ordered List
This attribute displays alternative text for an image.
alt