HTML Basic Terms and Definitions with Solutions, Exams of Computer Science

A basic introduction to html terms and their definitions, along with solutions for each term. It covers essential html elements such as body, heading tags, head, html, list items, ordered and unordered lists, paragraphs, title, angle brackets, em, front slash, html, strong, title, web browser, web page, website, xml, and xhtml. Suitable for beginners learning html and provides a simple overview of key concepts.

Typology: Exams

2023/2024

Available from 11/03/2024

Examproff
Examproff 🇺🇸

3

(2)

8.3K documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
HTML Basic Terms with Complete Solutions
<body></body> - ANSWER-all text, images, gadgets, maps, video, sound, multimedia
effects appears here within the body of the webpage
<h1></h1> - ANSWER-largest heading tags
<h6></h6> - ANSWER-smallest heading tags
<head></head> - ANSWER-open and close tags that enclose information that is not in
the body; operates during loading
<html></html> - ANSWER-tags that begin and end HTML code
<li></li> - ANSWER-opens and closes listed items within an ordered or unordered list
<ol></ol> - ANSWER-opens and closes a numbered list
<p></p> - ANSWER-open and close tags that enclose a paragraph
<title></title> - ANSWER-shows the title of the page in the title bar; located within head
tags
<ul></ul> - ANSWER-opens and closes a bulleted list
angle brackets - ANSWER-<>; positioned around code text
em - ANSWER-used to make words appear italicized
front slash - ANSWER-empty tags end with this
HTML - ANSWER-hypertext markup language; foundation of all Web pages
strong - ANSWER-used to make words darker
title - ANSWER-words in the blue bar at the top of the page
web browser - ANSWER-displays web pages, i.e. Internet Explorer, Google Chrome,
Mozilla Firefox, Safari
web page - ANSWER-one page within a website that contains text, images, gadgets,
maps, video, sound, multimedia effects, etc.
web site - ANSWER-collection of web pages that are related
XML & XHTML - ANSWER-additions and upgrades to HTML

Partial preview of the text

Download HTML Basic Terms and Definitions with Solutions and more Exams Computer Science in PDF only on Docsity!

HTML Basic Terms with Complete Solutions

  • ANSWER-all text, images, gadgets, maps, video, sound, multimedia effects appears here within the body of the webpage
  • ANSWER-largest heading tags
  • ANSWER-smallest heading tags
  • ANSWER-open and close tags that enclose information that is not in the body; operates during loading
  • ANSWER-tags that begin and end HTML code
  • ANSWER-opens and closes listed items within an ordered or unordered list
  • ANSWER-opens and closes a numbered list

- ANSWER-open and close tags that enclose a paragraph - ANSWER-shows the title of the page in the title bar; located within head tags - ANSWER-opens and closes a bulleted list angle brackets - ANSWER-<>; positioned around code text em - ANSWER-used to make words appear italicized front slash - ANSWER-empty tags end with this HTML - ANSWER-hypertext markup language; foundation of all Web pages strong - ANSWER-used to make words darker title - ANSWER-words in the blue bar at the top of the page web browser - ANSWER-displays web pages, i.e. Internet Explorer, Google Chrome, Mozilla Firefox, Safari web page - ANSWER-one page within a website that contains text, images, gadgets, maps, video, sound, multimedia effects, etc. web site - ANSWER-collection of web pages that are related XML & XHTML - ANSWER-additions and upgrades to HTML