HTML Flashcards
what code will make non-breaking space?
 
what code will make non-breaking space?
 
how to make a button?
form
break lines
<br></br>
strong
<strong></strong>
script language
site for more info
www.w3schools.com
how to make a button?
[input type=’button’ value=’display’ onclick=”display();”]
form
break lines
<br></br>
strong
<strong></strong>
script language
site for more info
www.w3schools.com
what does html stand for?
hyper text markup language
who created html and when?
Berners-Lee in late 1991
but the HTML 2.0 was the first standard HTML published in 1995.
which HTML was published in 1999
HTML 4.01
which HTML was published in 2012
HTML-5
which is an extension to HTML 4.01
what does hypertext mean?
this refers to the way in which web pages are linked together
thus the link available on a webpage are called hypertext.