HTML Flashcards
To memorize the everything
Document type declaration of HTML and helps browser to display web pages correctly?
<!DOCTYPE html>
What is the beginning and end of html document?
<html> and </html>
Visible part of html?
<body> and </body>
What is the tag of headings?
<h1> and </h1>
What is the tag of paragraph?
<p> and </p>
What is the tag of Links?
<a> and </a>
What is the attribute of making a link and specifies the URL of the page the link goes to:
href= (?)
What is the tag of images?
<img></img>
what is attribute of source file?
src
what is attribute of alternative text?
alt
what is the attribute of adjusting a size of an image in pixel?
width and height
What tag defines a line break, and is an empty element without a closing tag?
<br></br>
That provide additional information about elements?
Attributes
Attribute is used to add styles to an element, such as color, font, size, and more.
style=”element:Charac;”
to declare the language of the Web page. This is meant to assist search engines and browsers.
lang=”en”