Types of HTML tags Flashcards
(15 cards)
HTTP meaning
Hypertext Transfer Protocol
A protocol used to send and receive web pages
HTML
Hypertext Mark Up Language
<title>
</title>
Provides a title for a web page when it is added to browser favourites
Displays a title for a web page at the top of the browser window
<p>
</p>
Adds space to a web page around the start and end of a paragraph of text
<body>
</body>
Contains all of the visible content of the web page
<head>
</head>
Holds details of additional styles used in the document
<ol>
</ol>
(Provides an) ordered list
<ul>
</ul>
(Provides an) unordered list i.e., bullet points
<br></br>
It will create a line break/new line taken
<a></a>
Defines a hyperlink
<i></i>
Defines italic text
<h1>
</h1>
Defines the most important heading on the webpage
<font>
</font>
Change the font colour and type using the font tag.
Experiment with different types and colour.
<img src=”…”>
The image tag is used to insert an image into a web page.
Hyperlink
A hyperlink is a piece of text, whole image, hotspot on an image which when clicked will bring the user to
another page in the multimedia presentation or another location on the same page