Tags Flashcards
The – tag is used to create paragraphs of text. The
syntax is as follows:
<p>
</p>
The — tag is used to create links to other web pages or
resources. The syntax is as follows:
**<a>**</a>
The — tag is used to insert images into a web page. The
syntax is as follows:
<img></img>
HTML provides two types of lists:
ordered lists (<ol>) and
unordered lists (<ul>).
HTML provides a number of elements for creating forms,
which are used to collect user input
<form action=""> </form>
tag is used to create a
form, and different types of input elements can be used within the form,
such as text boxes, radio buttons, checkboxes, and dropdown menus.
<form action=""> </form>
HTML provides the _ tag for creating tables on a web
page.
<Table>
The <div> and <span> tags are used to group
elements together for styling purposes.</span>
**<div class="container">
<h1>Welcome to my website</h1>
<p>Here you will find information about my products and
services.</p>
<span>Contact us</span> for more information.
</div>**
tags for
embedding audio and video files in a web page
**<audio></audio>
<source></source>
Your browser does not support the audio element.
</audio>
<video>
<source></source>
Your browser does not support the video element.
</video>
**
tags for
embedding audio and video files in a web page
**<audio></audio>
<source></source>
Your browser does not support the audio element.
</audio>
<video>
<source></source>
Your browser does not support the video element.
</video>
**
can be used to
provide additional information about a web page, such as its title,
description, and keywords.
**<meta></meta>
<meta></meta>
<meta></meta>
<meta></meta>
**
allows you to add comments to your code using the
— syntax.
<!-- -->
This function is used to perform arithmetic calculations in CSS.
It can be used to calculate values for properties such as width, height,
and margin.
calc()
This function is used to specify the location of an external
resource such as an image or a font.
url()