HTML Flashcards
(73 cards)
What is the HTML code to create a website? and How to save it?
Type code in notepad:
<html>
<body>
Itworks!
</body>
</html>
Save file as……html to the desktop
Is there any other language than Html, CSS and Javascript to create a website?
No.
Why learn web development?
-Syllabus of IGCSE ICT
-Create web blog
-Freelancer
What is HTML?
HTML is the standard markup language for creating web pages
What does HTML stand for?
HTML stands for Hyper Text Markup Language
What do HTMl describe?
HTML describes the structure of web pages using markup.
What are elements in terms of HTML?
elements are building blocks of HTML pages
What are elements in HTML represented by?
tags
What are the function of tags?
tags label pieces of content
HTML tags normally come in ____
pairs
give example of HTML tags
<p>...........</p>
<tagname>.........</tagname>
What is the first tag in a pair in HTML?
start tag
What is the second tag in a pair in HTML?
end tag.
Give an example of HTML pairs being used.
<!DOCTYPE html>
<html>..............................</html>
What are the purpose of web browsers in terms of HTML?
Web browsers are purposed to read HTML documents and display them.
How does the browser use the HTML tags
The browser uses them to determine how to display the document.
Where can you write HTML?
In any text editing software( Notepad, Text Edit, Dreamweaver…)
Notepad++ is a text editor and source code editor.
Is this statement true?
Yes
Give an example of HTML being written using Notepad++
<!DOCTYPE html>
<html>
<body>
<h1>My first Heading</h1>
<p>My first paragraph</p>
</body>
</html>
Write a html that involves list format
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<ul> Drinks
<li> Coffee </li>
<ul> type of coffee
<li>iced coffee</li>
</ul>
<li> Tea </li>
<li> Milk </li>
</ul>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<ul> Drinks
<li> Coffee </li>
<ul> type of coffee
<li>iced coffee</li>
</ul>
<li> Tea </li>
<li> Milk </li>
</ul>
</body>
</html>
What is the output of this HTML code?
Drinks
Coffee
type of coffee
iced coffee
Tea
Milk
What is the HTML code for a hyperlink?
<a href=’https……com”> This is a link </a>
What is the HTML code for a button?
<button> Click me </button>
What is the html code for image?
<img></img>
Company | Contact | Country |
---|---|---|
Apple | Orange | Lemon |
Potato | Tomato | Fried |
This text is italic