Html Flashcards
What is HTML
Hyper text markup language
What is the sample of html
<h1></h1>
<p></p>
The starting tag and the ending tag
Starting tag : <h1>
Ending tag : </h1>
Some html element have no comments
These elements are called as empty elements .this is used for breaksin the mid of the paragraph
Starting tag: <br></br>
Ending tag : there is no ending tag for empty elements
How to put links
<a>this is a link</a>
How to put images
<img></img>
What is href
It specifies the url of the page the link goes to
What is lang
Lang is the language :
How to size the img or heading etc?
<h1></h1>
What is <hr> ?
It is the gap and a line between any line
What is <pre> ?</pre>
The lines comes one below the other by using <pre>. </pre>
How to background colour for heading or the paragraph etc? It is even used for the heading color ect
Use
style=”background- color : blue ;” >
Example:
How to bring the text to the center?
<h1> it is used for heading , paragraph etc</h1>
Full form of css
Cascading style sheets
Why css is used
For the stylish web pages
Why Java script is used
It is used for adding functionality to the web pages
It Is a (programming language)
Where all css can be applied
Css can be also used for animation
Utf
standard Unicode Transformation Format
How to insert img in html
Img Src- source file Alt- alternetive text Width- of the img Height- height of the img