G10║ IT T2 Q1
hyperlink element
<a> tag is used to create a hyperlink to webpages in Html
HTML Elements
<starting tag> Text that everyone can see on web browser <End tag>
<body>
Containers of all visible contents on the page, such as headings, paragraphs, images, tables, hyperlinks etc
<h1> to <h6>
Defines HTML headings <h1> Main Heading<h6> Least heading
<p>
Defines a paragraph, (sentences and details)
<title>
Defines a title for the document that will appear as a tab name in the browser
<!DOCTYPE>
Helps the browser to understand the type of document to display it properly.
What does HTML stand for?
Hypertext Markup Language
<head>
It contains information about the webpage. We can use title tag inside it.
<html>
It is the root/first element that contains all the other tags inside it
webpage
Page or document shown by the web browser
Web browser
Program to access and view websites (ex. Google Chrome, Internet Explorer, etc.)
hyperlink
a text or words or image that when we click take us to another page
The correct sequence of html tags for starting a webpage is ______________. a)None of the above b)html, head, title, body c)head, html, body, title d)body, title, html, head
b
__________ is a program used to access and view websites on the internet. a)TeamViewer b)Web browser (Internet Explorer, Google Chrome, Firefox, Safari) c)Adobe Photoshop d)AutoCad
b
HTML is a language for documents designed to be displayed in ______________. a)Database Management System b)Operating System c)Web browser d)Apache Ignite
c
HTML tags are the keywords, surrounded by ______________ brackets. a)( ) b)[ ] c)< > d){ }
c
markup
codes/tags/symbols that tell the browser how to display text on the webpage
line break <br> tag
creates a single line break in the text. it inserts an end of line when it appears. it's useful when writing addresses or poems
HTML files are saved with ______________ extensions to be recognized by web browser. a).hxm b).hm c).hlt d).html or .htm
d
HTML stands for ______________. a)Home Transfer Malware Language b)Hyper Technical Markup Links c)Hybrid Tool Manipulation Language d)Hypertext Markup Language
d
empty, void, or self closing elements
do not have an end tag as they couldn't have any content ex. <img> <br> <hr> <input> <meta>
graphics
pictures
attributes
provide additional info about elements and are always specified in the start tag
hypertext
text or graphics that has hyperlinks or references
<img> tag
used to add an image in the webpage
horizontal rule <hr>
used to create a horizontal line that can be used to separate the content is HTML page