Beginning HTML
Lakukan tugas rumah & ujian kamu dengan baik sekarang menggunakan Quizwiz!
HTML tags are case sensitive.
False
Headings are defined using the <h1> to <h10> tags
False
HTML tags usually come in pairs were the end tag has a __________ before the tag name.
Forward slash
What does HTML stand for?
Hyper Text Markup Language
What is HTML?
The standard markup language for creating Web pages.
Which HTML tag contains the visible page content?
<body>
Which HTML tag is the root element of an HTML page?
<html>
What is the purpose of a web browser?
To read and display HTML documents.
An empty tag has no end tag.
True
You can use a simple text editor to create HTML pages.
True
