HTML Study Guide: Essential Tags and Concepts, Exams of Computer Science

This study guide provides a concise overview of fundamental html tags and concepts, covering essential elements like headings, paragraphs, lists, links, and image insertion. It serves as a valuable resource for beginners learning html, offering clear explanations and practical examples to aid in understanding the basics of web page creation.

Typology: Exams

2024/2025

Available from 01/27/2025

NursingExpat
NursingExpat 🇺🇸

1

(1)

1K documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
HTML study guide ACCURATE 100%
HTML - ANSWERHypertext markup language
Open tag - ANSWER<xx>
close tag - ANSWER</xx>
starting tag - ANSWER<HTML> <HEAD> <TITLE> </TITLE> </HEAD>
<BODY> </BODY>
text editor - ANSWERnotepad
web browser - ANSWERsoftware tool that searches and displays HTML documents
from the internet
h1-h6 - ANSWERused to set the size of the text
paragraph tag - ANSWER<P> creates paragraph break
break tag - ANSWER<BR> creates a regular break
anchor - ANSWERA key feature of the web is the ability to connect (hyperlink or
'link')
horizontal rule - ANSWER<HR> </HR>make a division line across your screen
bold - ANSWER<B> </B> BOLD
ordered list - ANSWER<OL> to create a ordered list
unordered list - ANSWER<UL> used to create bulletin list
background color - ANSWER<BGCOLOR> to change color of background
text color - ANSWER<TEXT=666gh666> to change color of text
hyperlink - ANSWER<HREF=name of website, used to transfer to other sites
add a graphic - ANSWER<IMG SRC=name of file.jpg
italics - ANSWER<I> </I> ITALIC
underline - ANSWER<U> </U> UNDERLINE
visited link - ANSWERVLINK - Visited hypertext link color) must be inside body tag
pf2

Partial preview of the text

Download HTML Study Guide: Essential Tags and Concepts and more Exams Computer Science in PDF only on Docsity!

HTML study guide ACCURATE 100%

HTML - ANSWERHypertext markup language Open tag - ANSWER close tag - ANSWER starting tag - ANSWER

text editor - ANSWERnotepad web browser - ANSWERsoftware tool that searches and displays HTML documents from the internet h1-h6 - ANSWERused to set the size of the text paragraph tag - ANSWER

creates paragraph break break tag - ANSWER
creates a regular break anchor - ANSWERA key feature of the web is the ability to connect (hyperlink or 'link') horizontal rule - ANSWER

make a division line across your screen bold - ANSWER BOLD ordered list - ANSWER to create a ordered list unordered list - ANSWER used to create bulletin list background color - ANSWER to change color of background text color - ANSWER to change color of text hyperlink - ANSWER ITALIC underline - ANSWER UNDERLINE visited link - ANSWERVLINK - Visited hypertext link color) must be inside body tag

two graphic formats - ANSWER.jpg or .png URL - ANSWERThe term "Web address" is a synonym for a URL that uses the HTTP Public domain - ANSWERthe state of belonging or being available to the public as a whole, and therefore not subject to copyright.